Skip to content

Commit

Permalink
chore: release 7.1.5 (#229)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 18, 2023
1 parent f4c2ca0 commit 91dafc7
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/synchro-charts": "7.1.4",
"packages/synchro-charts-react": "7.1.4",
".": "7.1.4"
"packages/synchro-charts": "7.1.5",
"packages/synchro-charts-react": "7.1.5",
".": "7.1.5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.1.5](https://github.com/awslabs/synchro-charts/compare/root-v7.1.4...root-v7.1.5) (2023-01-18)


### Bug Fixes

* **styles:** fix table row height ([#228](https://github.com/awslabs/synchro-charts/issues/228)) ([f4c2ca0](https://github.com/awslabs/synchro-charts/commit/f4c2ca0981b29b0889fc1a7a75e69d2a5f499049))

## [7.1.4](https://github.com/awslabs/synchro-charts/compare/root-v7.1.3...root-v7.1.4) (2023-01-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "synchro-charts",
"version": "7.1.4",
"version": "7.1.5",
"description": "Time series visualization library",
"homepage": "https://synchrocharts.com",
"main": "index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/synchro-charts-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.1.5](https://github.com/awslabs/synchro-charts/compare/synchro-charts-react-v7.1.4...synchro-charts-react-v7.1.5) (2023-01-18)


### Miscellaneous Chores

* **synchro-charts-react:** Synchronize undefined versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @synchro-charts/core bumped from ^7.1.4 to ^7.1.5

## [7.1.4](https://github.com/awslabs/synchro-charts/compare/synchro-charts-react-v7.1.3...synchro-charts-react-v7.1.4) (2023-01-13)


Expand Down
4 changes: 2 additions & 2 deletions packages/synchro-charts-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@synchro-charts/react",
"description": "Synchro Charts React",
"version": "7.1.4",
"version": "7.1.5",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -35,7 +35,7 @@
"react-dom": "16.x.x || 17.x.x"
},
"dependencies": {
"@synchro-charts/core": "^7.1.4"
"@synchro-charts/core": "^7.1.5"
},
"license": "Apache-2.0",
"style": "dist/styles.css",
Expand Down
7 changes: 7 additions & 0 deletions packages/synchro-charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.1.5](https://github.com/awslabs/synchro-charts/compare/synchro-charts-v7.1.4...synchro-charts-v7.1.5) (2023-01-18)


### Bug Fixes

* **styles:** fix table row height ([#228](https://github.com/awslabs/synchro-charts/issues/228)) ([f4c2ca0](https://github.com/awslabs/synchro-charts/commit/f4c2ca0981b29b0889fc1a7a75e69d2a5f499049))

## [7.1.4](https://github.com/awslabs/synchro-charts/compare/synchro-charts-v7.1.3...synchro-charts-v7.1.4) (2023-01-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/synchro-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@synchro-charts/core",
"description": "Synchro Charts",
"version": "7.1.4",
"version": "7.1.5",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 91dafc7

Please sign in to comment.