Skip to content

Commit

Permalink
chore: release 9.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and corteggiano committed Feb 1, 2024
1 parent 057eac9 commit de5b2ef
Show file tree
Hide file tree
Showing 32 changed files with 492 additions and 200 deletions.
30 changes: 15 additions & 15 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"packages/components": "9.14.0",
"packages/core": "9.14.0",
"packages/dashboard": "9.14.0",
"packages/core-util": "9.14.0",
"packages/react-components": "9.14.0",
"packages/related-table": "9.14.0",
"packages/scene-composer": "9.14.0",
"packages/source-iotsitewise": "9.14.0",
"packages/source-iottwinmaker": "9.14.0",
".": "9.14.0",
"configuration/jest-config": "9.14.0",
"packages/testing-util": "9.14.0",
"configuration/ts-config": "9.14.0",
"configuration/eslint-config": "9.14.0",
"packages/tools-iottwinmaker": "9.14.0"
"packages/components": "9.15.0",
"packages/core": "9.15.0",
"packages/dashboard": "9.15.0",
"packages/core-util": "9.15.0",
"packages/react-components": "9.15.0",
"packages/related-table": "9.15.0",
"packages/scene-composer": "9.15.0",
"packages/source-iotsitewise": "9.15.0",
"packages/source-iottwinmaker": "9.15.0",
".": "9.15.0",
"configuration/jest-config": "9.15.0",
"packages/testing-util": "9.15.0",
"configuration/ts-config": "9.15.0",
"configuration/eslint-config": "9.15.0",
"packages/tools-iottwinmaker": "9.15.0"
}
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,42 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.15.0](https://github.com/awslabs/iot-app-kit/compare/root-v9.14.0...root-v9.15.0) (2024-02-01)


### Features

* automatically selecting previously selected workspace or first workspace from options [#2384](https://github.com/awslabs/iot-app-kit/issues/2384) ([c1424a2](https://github.com/awslabs/iot-app-kit/commit/c1424a2b2ac7d7034c748cb221e565a8967c3da8))
* display legend unit conditionally [#2277](https://github.com/awslabs/iot-app-kit/issues/2277) ([9f6440e](https://github.com/awslabs/iot-app-kit/commit/9f6440e9e06c9040a6be46eab3a9141ad02a0509))
* legend resize ([792b617](https://github.com/awslabs/iot-app-kit/commit/792b6170cc19402f3c49fbd60e4a07dc0890c434))
* **react-components:** trendcurors using echarts extension ([a7c6bbe](https://github.com/awslabs/iot-app-kit/commit/a7c6bbe064ae746f024b74d885721a70a06716a2))
* scatter chart is selected the line style dropdown should be disabled for scatter chart [#2427](https://github.com/awslabs/iot-app-kit/issues/2427) ([d407ba3](https://github.com/awslabs/iot-app-kit/commit/d407ba344c41480b5986a8c8eb0ec8e79ade21a8))
* **scene:** add asset type filter option for browser callback ([f65d4f0](https://github.com/awslabs/iot-app-kit/commit/f65d4f0d5429dfa25b90208d924bfe3c3e3640df))


### Bug Fixes

* add signigicant digits to xy plot ([70a109e](https://github.com/awslabs/iot-app-kit/commit/70a109e8083b6729313f4f0dc362df0f3cf6ea62))
* **composer:** update property string length limit to 2048 ([a3cb800](https://github.com/awslabs/iot-app-kit/commit/a3cb8009d8547351449bac7c121e67d66971a708))
* **dashboard:** fix spacing between widgets without selection box ([7cc590d](https://github.com/awslabs/iot-app-kit/commit/7cc590dd988bf244c430e55e43745a8be344e8d7))
* **dashboard:** fix spacing issues on editable grid ([0529abd](https://github.com/awslabs/iot-app-kit/commit/0529abd18267bf69ea36a2795096d724784ce3bc))
* **dashboard:** kpi/status bug to stop adding more than 1 property ([f68c5eb](https://github.com/awslabs/iot-app-kit/commit/f68c5eb42d34aa3483d3f85fe01dfb5d4e64fb3a))
* **dashboard:** selected assets do not deselect on widget selection ([5c717f8](https://github.com/awslabs/iot-app-kit/commit/5c717f8bf57788ae9cac6521807d82622b47ac8a))
* empty state overflow ([3e073f7](https://github.com/awslabs/iot-app-kit/commit/3e073f72cfd0a47c87bf09d8b20c64ef54907430))
* fix filtered data on zooms ([99e2f90](https://github.com/awslabs/iot-app-kit/commit/99e2f90aecdbaaa354e62e76b22c88a8530c1509))
* hidden and highlighted datastreams persist correctly ([5a85bb7](https://github.com/awslabs/iot-app-kit/commit/5a85bb7d40d07dce439a1bfa15550d8893089cbd))
* improve properties panel styling ([f3de67e](https://github.com/awslabs/iot-app-kit/commit/f3de67e73c7197c6bf63254c93476475661738b0))
* react-component Chart story book is broken ([c273ad5](https://github.com/awslabs/iot-app-kit/commit/c273ad529a7d78f887a2b8c64b50f76bfc018fc2))
* **react-components:** fix global and chart store persistence ([83f1345](https://github.com/awslabs/iot-app-kit/commit/83f13452cbf350639cc2cc576d47a26138d58832))
* **react-components:** refactor legend table into modules ([f5eed70](https://github.com/awslabs/iot-app-kit/commit/f5eed7068b70ae9305782f07b08115294b26a3b7))
* realistic dev experience on storybook ([377d64a](https://github.com/awslabs/iot-app-kit/commit/377d64a4ead7b0a68d5df47a5df568da7d188021))
* **scene-composer:** 3D model selection broken on first click ([7ee722a](https://github.com/awslabs/iot-app-kit/commit/7ee722ab3cf1aa4a353e7b05c1a9b53f3ac00c88))
* **scene-composer:** fix scene hierarchy in viewer mode ([c8c70fd](https://github.com/awslabs/iot-app-kit/commit/c8c70fdac04d8aab12f5a6a3f19303cb6754d083))
* **scene-composer:** fix sub-model selection ([0a11b9a](https://github.com/awslabs/iot-app-kit/commit/0a11b9a391767fea2d255509ac9377889e812a5c))
* set npm-publish to node v16 ([057eac9](https://github.com/awslabs/iot-app-kit/commit/057eac9f5629be32bf2415fb3f241f715f8150c1))
* template asset table disables invalid dataTypes ([7cacc1c](https://github.com/awslabs/iot-app-kit/commit/7cacc1cee19fa9c9d116435d377e4bf820ba9ff9))
* yAxis label collides with yAxis name [#2471](https://github.com/awslabs/iot-app-kit/issues/2471) ([85ac6ac](https://github.com/awslabs/iot-app-kit/commit/85ac6ac4586d560e44cadedbffe5b1a187bd8bb8))

## [9.14.0](https://github.com/awslabs/iot-app-kit/compare/root-v9.13.0...root-v9.14.0) (2024-01-18)


Expand Down
7 changes: 7 additions & 0 deletions configuration/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [9.15.0](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v9.14.0...eslint-config-v9.15.0) (2024-02-01)


### Miscellaneous Chores

* **eslint-config:** Synchronize iot-app-kit versions

## [9.14.0](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v9.13.0...eslint-config-v9.14.0) (2024-01-18)


Expand Down
2 changes: 1 addition & 1 deletion configuration/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eslint-config-iot-app-kit",
"main": "index.js",
"private": true,
"version": "9.14.0",
"version": "9.15.0",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.62.0",
Expand Down
7 changes: 7 additions & 0 deletions configuration/jest-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [9.15.0](https://github.com/awslabs/iot-app-kit/compare/jest-config-v9.14.0...jest-config-v9.15.0) (2024-02-01)


### Miscellaneous Chores

* **jest-config:** Synchronize iot-app-kit versions

## [9.14.0](https://github.com/awslabs/iot-app-kit/compare/jest-config-v9.13.0...jest-config-v9.14.0) (2024-01-18)


Expand Down
2 changes: 1 addition & 1 deletion configuration/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iot-app-kit/jest-config",
"version": "9.14.0",
"version": "9.15.0",
"main": "index.ts",
"private": true,
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions configuration/ts-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [9.15.0](https://github.com/awslabs/iot-app-kit/compare/ts-config-v9.14.0...ts-config-v9.15.0) (2024-02-01)


### Miscellaneous Chores

* **ts-config:** Synchronize iot-app-kit versions

## [9.14.0](https://github.com/awslabs/iot-app-kit/compare/ts-config-v9.13.0...ts-config-v9.14.0) (2024-01-18)


Expand Down
2 changes: 1 addition & 1 deletion configuration/ts-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iot-app-kit/ts-config",
"version": "9.14.0",
"version": "9.15.0",
"type": "module",
"private": true,
"files": [
Expand Down
Loading

0 comments on commit de5b2ef

Please sign in to comment.