Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 7.1.6 #234

Merged
merged 1 commit into from
Jan 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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