Skip to content

Commit

Permalink
chore: release 7.1.6 (#234)
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 30, 2023
1 parent c285e9e commit 320a59c
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.5",
"packages/synchro-charts-react": "7.1.5",
".": "7.1.5"
"packages/synchro-charts": "7.1.6",
"packages/synchro-charts-react": "7.1.6",
".": "7.1.6"
}
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.6](https://github.com/awslabs/synchro-charts/compare/root-v7.1.5...root-v7.1.6) (2023-01-30)


### Bug Fixes

* missing scene issue [#255](https://github.com/awslabs/synchro-charts/issues/255) ([#233](https://github.com/awslabs/synchro-charts/issues/233)) ([c285e9e](https://github.com/awslabs/synchro-charts/commit/c285e9e2e26fcb78cad14d6a6d4469b348d221d2))

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


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.5",
"version": "7.1.6",
"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.6](https://github.com/awslabs/synchro-charts/compare/synchro-charts-react-v7.1.5...synchro-charts-react-v7.1.6) (2023-01-30)


### Miscellaneous Chores

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


### Dependencies

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

## [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)


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.5",
"version": "7.1.6",
"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.5"
"@synchro-charts/core": "^7.1.6"
},
"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.6](https://github.com/awslabs/synchro-charts/compare/synchro-charts-v7.1.5...synchro-charts-v7.1.6) (2023-01-30)


### Bug Fixes

* missing scene issue [#255](https://github.com/awslabs/synchro-charts/issues/255) ([#233](https://github.com/awslabs/synchro-charts/issues/233)) ([c285e9e](https://github.com/awslabs/synchro-charts/commit/c285e9e2e26fcb78cad14d6a6d4469b348d221d2))

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


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.5",
"version": "7.1.6",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 320a59c

Please sign in to comment.