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 1.5.0 #274

Merged
merged 1 commit into from
Mar 27, 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/iot-app-kit-visualizations": "1.2.0",
"packages/iot-app-kit-visualizations-react": "1.2.0",
".": "1.4.0"
"packages/iot-app-kit-visualizations": "1.5.0",
"packages/iot-app-kit-visualizations-react": "1.5.0",
".": "1.5.0"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.0](https://github.com/awslabs/synchro-charts/compare/root-v1.4.0...root-v1.5.0) (2023-03-27)


### Features

* **iot-app-kit-vis:** replace dateChanged event emitter with setViewport ([#264](https://github.com/awslabs/synchro-charts/issues/264)) ([804d0f9](https://github.com/awslabs/synchro-charts/commit/804d0f9cee5cbb6f53eeb1db68ea9a4b4f3a57b2))
* rename any sc- components to iot-app-kit-vis- ([#260](https://github.com/awslabs/synchro-charts/issues/260)) ([657efab](https://github.com/awslabs/synchro-charts/commit/657efab572009969bd6b450c4e84e99a47c45b92))
* rename core pckg to iot-app-kit/charts-core ([773775a](https://github.com/awslabs/synchro-charts/commit/773775a21a6ce5977b73ae2c32d4671c5055b126))
* replace SC components with iot-app-kit/charts in react package ([b3f3428](https://github.com/awslabs/synchro-charts/commit/b3f342869761a7036491273e6151b63d558eaf92))
* replace synchro-charts in react package with charts-core ([e8ca248](https://github.com/awslabs/synchro-charts/commit/e8ca2488440ca2b68285ce5a085d5758fa4d809a))
* **status-timeline:** visually differentiate value change when data points have no associated breached thresholds ([94f6181](https://github.com/awslabs/synchro-charts/commit/94f61816aa46a5ba406552891180a74d2e625dfd))
* **synchro-charts:** refactor webgl context to all it to be placed in any scope ([94f7f3b](https://github.com/awslabs/synchro-charts/commit/94f7f3b3675f04700c5cc123d3698bf81b2ebc2e))


### Bug Fixes

* do not call dateRangeChange in live mode ([#220](https://github.com/awslabs/synchro-charts/issues/220)) ([a1934cc](https://github.com/awslabs/synchro-charts/commit/a1934cc2cc276aab93f32a60a5e1b2441b14e7ba))
* do not emit dateRangeChange in live mode ([#210](https://github.com/awslabs/synchro-charts/issues/210)) ([290098b](https://github.com/awslabs/synchro-charts/commit/290098bbe76ec030c55c44ddfd29b0cfb15bc5ea))
* 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))
* stop onUpdate if scene does not exist ([#226](https://github.com/awslabs/synchro-charts/issues/226)) ([719ef32](https://github.com/awslabs/synchro-charts/commit/719ef32a6dc85b52e496e39ee32a229dfa2fb40f))
* **styles:** fix table row height ([#228](https://github.com/awslabs/synchro-charts/issues/228)) ([f4c2ca0](https://github.com/awslabs/synchro-charts/commit/f4c2ca0981b29b0889fc1a7a75e69d2a5f499049))

## [1.3.0](https://github.com/awslabs/synchro-charts/compare/root-v1.2.0...root-v1.3.0) (2023-03-27)


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": "iot-app-kit-visualizations",
"version": "1.4.0",
"version": "1.5.0",
"description": "Time series visualization library",
"homepage": "https://synchrocharts.com",
"main": "index.js",
Expand Down
16 changes: 16 additions & 0 deletions packages/iot-app-kit-visualizations-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
### Miscellaneous Chores

* **iot-app-kit/charts:** Synchronize undefined versions
## [1.5.0](https://github.com/awslabs/synchro-charts/compare/iot-app-kit-visualizations-react-v1.2.0...iot-app-kit-visualizations-react-v1.5.0) (2023-03-27)


### Features

* rename core pckg to iot-app-kit/charts-core ([773775a](https://github.com/awslabs/synchro-charts/commit/773775a21a6ce5977b73ae2c32d4671c5055b126))
* replace SC components with iot-app-kit/charts in react package ([b3f3428](https://github.com/awslabs/synchro-charts/commit/b3f342869761a7036491273e6151b63d558eaf92))
* replace synchro-charts in react package with charts-core ([e8ca248](https://github.com/awslabs/synchro-charts/commit/e8ca2488440ca2b68285ce5a085d5758fa4d809a))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @iot-app-kit/charts-core bumped from ^1.2.0 to ^1.5.0

## 1.0.0 (2023-03-06)
* first @iot-app-kit/charts release
4 changes: 2 additions & 2 deletions packages/iot-app-kit-visualizations-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@iot-app-kit/charts",
"description": "IoT App Kit React Charts",
"version": "1.2.0",
"version": "1.5.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -35,7 +35,7 @@
"react-dom": "16.x.x || 17.x.x"
},
"dependencies": {
"@iot-app-kit/charts-core": "^1.2.0"
"@iot-app-kit/charts-core": "^1.5.0"
},
"license": "Apache-2.0",
"style": "dist/styles.css",
Expand Down
8 changes: 8 additions & 0 deletions packages/iot-app-kit-visualizations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.0](https://github.com/awslabs/synchro-charts/compare/iot-app-kit-visualizations-v1.2.0...iot-app-kit-visualizations-v1.5.0) (2023-03-27)


### Features

* **iot-app-kit-vis:** replace dateChanged event emitter with setViewport ([#264](https://github.com/awslabs/synchro-charts/issues/264)) ([804d0f9](https://github.com/awslabs/synchro-charts/commit/804d0f9cee5cbb6f53eeb1db68ea9a4b4f3a57b2))
* rename core pckg to iot-app-kit/charts-core ([773775a](https://github.com/awslabs/synchro-charts/commit/773775a21a6ce5977b73ae2c32d4671c5055b126))

## [1.3.0](https://github.com/awslabs/synchro-charts/compare/iot-app-kit-visualizations-v1.2.0...iot-app-kit-visualizations-v1.3.0) (2023-03-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/iot-app-kit-visualizations/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@iot-app-kit/charts-core",
"description": "IoT App Kit Visualizations",
"version": "1.2.0",
"version": "1.5.0",
"publishConfig": {
"access": "public"
},
Expand Down