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 #271

Closed
wants to merge 1 commit into from
Closed
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"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
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))
* **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
8 changes: 8 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,13 @@ 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))

## 1.0.0 (2023-03-06)
* first @iot-app-kit/charts release
2 changes: 1 addition & 1 deletion 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
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",
"private": true,
"publishConfig": {
"access": "public"
Expand Down