From 320a59caeb391207b439c958f0c19f61bbf68344 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 13:47:31 -0800 Subject: [PATCH] chore: release 7.1.6 (#234) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 6 +++--- CHANGELOG.md | 7 +++++++ package.json | 2 +- packages/synchro-charts-react/CHANGELOG.md | 14 ++++++++++++++ packages/synchro-charts-react/package.json | 4 ++-- packages/synchro-charts/CHANGELOG.md | 7 +++++++ packages/synchro-charts/package.json | 2 +- 7 files changed, 35 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4e324814f..ad14aec85 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c775eb976..ed867df50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 3711087ae..dfe903605 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/synchro-charts-react/CHANGELOG.md b/packages/synchro-charts-react/CHANGELOG.md index f119574fa..40709a9b5 100644 --- a/packages/synchro-charts-react/CHANGELOG.md +++ b/packages/synchro-charts-react/CHANGELOG.md @@ -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) diff --git a/packages/synchro-charts-react/package.json b/packages/synchro-charts-react/package.json index 692d3c3a8..04002dbda 100644 --- a/packages/synchro-charts-react/package.json +++ b/packages/synchro-charts-react/package.json @@ -1,7 +1,7 @@ { "name": "@synchro-charts/react", "description": "Synchro Charts React", - "version": "7.1.5", + "version": "7.1.6", "publishConfig": { "access": "public" }, @@ -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", diff --git a/packages/synchro-charts/CHANGELOG.md b/packages/synchro-charts/CHANGELOG.md index 2923d1a0c..3099121fb 100644 --- a/packages/synchro-charts/CHANGELOG.md +++ b/packages/synchro-charts/CHANGELOG.md @@ -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) diff --git a/packages/synchro-charts/package.json b/packages/synchro-charts/package.json index bf760e8fc..bfcc217bf 100644 --- a/packages/synchro-charts/package.json +++ b/packages/synchro-charts/package.json @@ -1,7 +1,7 @@ { "name": "@synchro-charts/core", "description": "Synchro Charts", - "version": "7.1.5", + "version": "7.1.6", "publishConfig": { "access": "public" },