From 2e86af1a7ca357f7f6c60bc014c3e28df5940dad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 18:19:21 +0000 Subject: [PATCH] chore: release 2.3.0 --- .release-please-manifest.json | 19 +++--- CHANGELOG.md | 17 +++++ package-lock.json | 83 ++++++++++++----------- package.json | 2 +- packages/components/CHANGELOG.md | 17 +++++ packages/components/package.json | 10 +-- packages/core/CHANGELOG.md | 7 ++ packages/core/package.json | 2 +- packages/dashboard/CHANGELOG.md | 16 +++++ packages/dashboard/package.json | 6 +- packages/react-components/CHANGELOG.md | 16 +++++ packages/react-components/package.json | 8 +-- packages/related-table/CHANGELOG.md | 7 ++ packages/related-table/package.json | 2 +- packages/scene-composer/CHANGELOG.md | 20 ++++++ packages/scene-composer/package.json | 8 +-- packages/source-iotsitewise/CHANGELOG.md | 14 ++++ packages/source-iotsitewise/package.json | 4 +- packages/source-iottwinmaker/CHANGELOG.md | 14 ++++ packages/source-iottwinmaker/package.json | 4 +- packages/table/CHANGELOG.md | 14 ++++ packages/table/package.json | 4 +- 22 files changed, 219 insertions(+), 75 deletions(-) create mode 100644 packages/dashboard/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 908c9bf34..254f84534 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,11 +1,12 @@ { - "packages/components": "2.2.0", - "packages/core": "2.2.0", - "packages/react-components": "2.2.0", - "packages/related-table": "2.2.0", - "packages/scene-composer": "2.2.0", - "packages/source-iotsitewise": "2.2.0", - "packages/source-iottwinmaker": "2.2.0", - "packages/table": "2.2.0", - ".": "2.2.0" + "packages/components": "2.3.0", + "packages/core": "2.3.0", + "packages/react-components": "2.3.0", + "packages/related-table": "2.3.0", + "packages/scene-composer": "2.3.0", + "packages/source-iotsitewise": "2.3.0", + "packages/source-iottwinmaker": "2.3.0", + "packages/table": "2.3.0", + ".": "2.3.0", + "packages/dashboard": "2.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 16f39184e..a11799f58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.0](https://github.com/awslabs/iot-app-kit/compare/root-v2.2.0...root-v2.3.0) (2022-11-02) + + +### Features + +* **dashboard:** alpha release of dashboard component ([f13002e](https://github.com/awslabs/iot-app-kit/commit/f13002e9df6e683de4fd88bbde1c55d36630830c)) + + +### Bug Fixes + +* add dashboard package to the npm workspace config ([61780a4](https://github.com/awslabs/iot-app-kit/commit/61780a48208161d52cf3b16973b49b73606de36d)) +* Add dashboard to release-please-config ([5c7419c](https://github.com/awslabs/iot-app-kit/commit/5c7419caf94c6f70473721723c5702ee7db848e1)) +* **composer:** Camera and Light helper visibility toggling ([#294](https://github.com/awslabs/iot-app-kit/issues/294)) ([f6bae7c](https://github.com/awslabs/iot-app-kit/commit/f6bae7c118dd7a68e0dd414cb90df95457c06b7c)) +* **composer:** Fixes 2nd camera viewing click bug ([#291](https://github.com/awslabs/iot-app-kit/issues/291)) ([ed04d13](https://github.com/awslabs/iot-app-kit/commit/ed04d130269840af40b3a383ed9dd43f04bcd804)) +* **composer:** update translations ([#302](https://github.com/awslabs/iot-app-kit/issues/302)) ([95c2bda](https://github.com/awslabs/iot-app-kit/commit/95c2bdae2db263f20432a1f9ccf214cb26a001bf)) +* **deps:** update synchro-charts, node-sass, nth-check ([#295](https://github.com/awslabs/iot-app-kit/issues/295)) ([016c216](https://github.com/awslabs/iot-app-kit/commit/016c216c2934d150f94e595d3ebb34aaafa69e27)) + ## 2.2.0 (2022-10-21) ### Features diff --git a/package-lock.json b/package-lock.json index 39c0d0074..db8448407 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iot-app-kit", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iot-app-kit", - "version": "2.2.0", + "version": "2.3.0", "license": "Apache-2.0", "devDependencies": { "@babel/core": "^7.6.4", @@ -58698,16 +58698,16 @@ }, "packages/components": { "name": "@iot-app-kit/components", - "version": "2.2.0", + "version": "2.3.0", "license": "Apache-2.0", "dependencies": { "@awsui/collection-hooks": "^1.0.0", "@awsui/components-react": "^3.0.0", "@awsui/design-tokens": "^3.0.0", - "@iot-app-kit/core": "^2.2.0", - "@iot-app-kit/related-table": "^2.2.0", - "@iot-app-kit/source-iotsitewise": "^2.2.0", - "@iot-app-kit/table": "^2.2.0", + "@iot-app-kit/core": "^2.3.0", + "@iot-app-kit/related-table": "^2.3.0", + "@iot-app-kit/source-iotsitewise": "^2.3.0", + "@iot-app-kit/table": "^2.3.0", "@stencil/core": "^2.7.0", "@synchro-charts/core": "^6.0.4", "styled-components": "^5.3.0" @@ -59183,7 +59183,7 @@ }, "packages/core": { "name": "@iot-app-kit/core", - "version": "2.2.0", + "version": "2.3.0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-iotsitewise": "^3.87.0", @@ -60449,11 +60449,12 @@ } }, "packages/dashboard": { - "version": "2.2.0", + "name": "@iot-app-kit/dashboard", + "version": "2.3.0", "license": "Apache-2.0", "dependencies": { - "@iot-app-kit/core": "^2.2.0", - "@iot-app-kit/source-iotsitewise": "^2.2.0", + "@iot-app-kit/core": "^2.3.0", + "@iot-app-kit/source-iotsitewise": "^2.3.0", "@synchro-charts/core": "^4.0.0" }, "devDependencies": { @@ -63106,13 +63107,13 @@ }, "packages/react-components": { "name": "@iot-app-kit/react-components", - "version": "2.2.0", + "version": "2.3.0", "license": "Apache-2.0", "dependencies": { "@awsui/components-react": "^3.0.0", - "@iot-app-kit/components": "^2.2.0", - "@iot-app-kit/core": "^2.2.0", - "@iot-app-kit/source-iottwinmaker": "^2.2.0", + "@iot-app-kit/components": "^2.3.0", + "@iot-app-kit/core": "^2.3.0", + "@iot-app-kit/source-iottwinmaker": "^2.3.0", "dompurify": "2.3.4", "uuid": "^8.3.2", "video.js": "7.14.3" @@ -64392,7 +64393,7 @@ }, "packages/related-table": { "name": "@iot-app-kit/related-table", - "version": "2.2.0", + "version": "2.3.0", "license": "Apache-2.0", "dependencies": { "mutationobserver-shim": "^0.3.7", @@ -64627,7 +64628,7 @@ }, "packages/scene-composer": { "name": "@iot-app-kit/scene-composer", - "version": "2.2.0", + "version": "2.3.0", "license": "Apache-2.0", "dependencies": { "@awsui/collection-hooks": "^1.0.0", @@ -64635,8 +64636,8 @@ "@awsui/design-tokens": "^3.0.19", "@awsui/global-styles": "^1.0.12", "@formatjs/ts-transformer": "3.9.11", - "@iot-app-kit/core": "^2.2.0", - "@iot-app-kit/related-table": "^2.2.0", + "@iot-app-kit/core": "^2.3.0", + "@iot-app-kit/related-table": "^2.3.0", "@react-three/drei": "7.10.1", "@react-three/fiber": "7.0.6", "@react-three/postprocessing": "2.0.5", @@ -64673,7 +64674,7 @@ "@babel/preset-react": "^7.12.1", "@babel/runtime": "^7.12.1", "@formatjs/cli": "4.7.0", - "@iot-app-kit/source-iottwinmaker": "^2.2.0", + "@iot-app-kit/source-iottwinmaker": "^2.3.0", "@storybook/addon-actions": "^6.3.7", "@storybook/addon-controls": "^6.5.8", "@storybook/addon-essentials": "^6.3.7", @@ -66698,12 +66699,12 @@ }, "packages/source-iotsitewise": { "name": "@iot-app-kit/source-iotsitewise", - "version": "2.2.0", + "version": "2.3.0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-iot-events": "^3.118.1", "@aws-sdk/client-iotsitewise": "^3.87.0", - "@iot-app-kit/core": "^2.2.0", + "@iot-app-kit/core": "^2.3.0", "@rollup/plugin-typescript": "^8.3.0", "@synchro-charts/core": "^6.0.4", "dataloader": "^2.1.0", @@ -67948,7 +67949,7 @@ }, "packages/source-iottwinmaker": { "name": "@iot-app-kit/source-iottwinmaker", - "version": "2.2.0", + "version": "2.3.0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-iotsitewise": "^3.131.0", @@ -67956,7 +67957,7 @@ "@aws-sdk/client-kinesis-video": "^3.131.0", "@aws-sdk/client-kinesis-video-archived-media": "^3.131.0", "@aws-sdk/client-s3": "^3.72.0", - "@iot-app-kit/core": "^2.2.0", + "@iot-app-kit/core": "^2.3.0", "@synchro-charts/core": "^6.0.4", "flush-promises": "^1.0.2", "rxjs": "^7.4.0", @@ -69198,12 +69199,12 @@ }, "packages/table": { "name": "@iot-app-kit/table", - "version": "2.2.0", + "version": "2.3.0", "license": "Apache-2.0", "dependencies": { "@awsui/collection-hooks": "^1.0.0", "@awsui/components-react": "^3.0.0", - "@iot-app-kit/core": "^2.2.0", + "@iot-app-kit/core": "^2.3.0", "@synchro-charts/core": "^6.0.4", "d3-array": "^3.1.6", "react": "^17.0.2", @@ -76132,10 +76133,10 @@ "@awsui/design-tokens": "^3.0.0", "@cypress/vue": "^3.1.2", "@cypress/webpack-dev-server": "^1.8.4", - "@iot-app-kit/core": "^2.2.0", - "@iot-app-kit/related-table": "^2.2.0", - "@iot-app-kit/source-iotsitewise": "^2.2.0", - "@iot-app-kit/table": "^2.2.0", + "@iot-app-kit/core": "^2.3.0", + "@iot-app-kit/related-table": "^2.3.0", + "@iot-app-kit/source-iotsitewise": "^2.3.0", + "@iot-app-kit/table": "^2.3.0", "@rollup/plugin-replace": "^3.0.0", "@stencil/core": "^2.7.0", "@stencil/router": "^1.0.1", @@ -77396,8 +77397,8 @@ "requires": { "@babel/core": "^7.19.1", "@babel/preset-typescript": "^7.18.6", - "@iot-app-kit/core": "^2.2.0", - "@iot-app-kit/source-iotsitewise": "^2.2.0", + "@iot-app-kit/core": "^2.3.0", + "@iot-app-kit/source-iotsitewise": "^2.3.0", "@reduxjs/toolkit": "^1.8.6", "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-node-resolve": "13.3.0", @@ -79350,9 +79351,9 @@ "@babel/preset-react": "^7.12.1", "@babel/preset-typescript": "^7.12.1", "@babel/runtime": "^7.12.1", - "@iot-app-kit/components": "^2.2.0", - "@iot-app-kit/core": "^2.2.0", - "@iot-app-kit/source-iottwinmaker": "^2.2.0", + "@iot-app-kit/components": "^2.3.0", + "@iot-app-kit/core": "^2.3.0", + "@iot-app-kit/source-iottwinmaker": "^2.3.0", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^11.2.2", "@types/dompurify": "2.3.3", @@ -80452,9 +80453,9 @@ "@babel/runtime": "^7.12.1", "@formatjs/cli": "4.7.0", "@formatjs/ts-transformer": "3.9.11", - "@iot-app-kit/core": "^2.2.0", - "@iot-app-kit/related-table": "^2.2.0", - "@iot-app-kit/source-iottwinmaker": "^2.2.0", + "@iot-app-kit/core": "^2.3.0", + "@iot-app-kit/related-table": "^2.3.0", + "@iot-app-kit/source-iottwinmaker": "^2.3.0", "@react-three/drei": "7.10.1", "@react-three/fiber": "7.0.6", "@react-three/postprocessing": "2.0.5", @@ -81959,7 +81960,7 @@ "requires": { "@aws-sdk/client-iot-events": "^3.118.1", "@aws-sdk/client-iotsitewise": "^3.87.0", - "@iot-app-kit/core": "^2.2.0", + "@iot-app-kit/core": "^2.3.0", "@rollup/plugin-typescript": "^8.3.0", "@synchro-charts/core": "^6.0.4", "@types/jest": "^27.4.0", @@ -82866,7 +82867,7 @@ "@aws-sdk/client-kinesis-video": "^3.131.0", "@aws-sdk/client-kinesis-video-archived-media": "^3.131.0", "@aws-sdk/client-s3": "^3.72.0", - "@iot-app-kit/core": "^2.2.0", + "@iot-app-kit/core": "^2.3.0", "@synchro-charts/core": "^6.0.4", "@types/jest": "^27.4.0", "aws-sdk-client-mock": "^1.0.0", @@ -83770,7 +83771,7 @@ "@awsui/components-react": "^3.0.0", "@awsui/design-tokens": "^3.0.0", "@babel/preset-env": "^7.18.10", - "@iot-app-kit/core": "^2.2.0", + "@iot-app-kit/core": "^2.3.0", "@rollup/plugin-typescript": "^8.3.2", "@synchro-charts/core": "^6.0.4", "@types/jest": "^27.5.0", diff --git a/package.json b/package.json index 33aa80526..5d858df57 100755 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "iot-app-kit", "private": true, "description": "IoT Application Kit", - "version": "2.2.0", + "version": "2.3.0", "main": "index.js", "license": "Apache-2.0", "repository": "git@github.com:awslabs/iot-app-kit.git", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index bb486dfaa..c52ac802f 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.0](https://github.com/awslabs/iot-app-kit/compare/components-v2.2.0...components-v2.3.0) (2022-11-02) + + +### Bug Fixes + +* **deps:** update synchro-charts, node-sass, nth-check ([#295](https://github.com/awslabs/iot-app-kit/issues/295)) ([016c216](https://github.com/awslabs/iot-app-kit/commit/016c216c2934d150f94e595d3ebb34aaafa69e27)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from ^2.2.0 to ^2.3.0 + * @iot-app-kit/related-table bumped from ^2.2.0 to ^2.3.0 + * @iot-app-kit/source-iotsitewise bumped from ^2.2.0 to ^2.3.0 + * @iot-app-kit/table bumped from ^2.2.0 to ^2.3.0 + ## 2.2.0 (2022-10-21) ### Features diff --git a/packages/components/package.json b/packages/components/package.json index a276862a7..9254bfeb2 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "2.2.0", + "version": "2.3.0", "description": "IoT App Kit Components", "main": "dist/index.cjs.js", "module": "dist/custom-elements/index.js", @@ -51,10 +51,10 @@ "@awsui/collection-hooks": "^1.0.0", "@awsui/components-react": "^3.0.0", "@awsui/design-tokens": "^3.0.0", - "@iot-app-kit/core": "^2.2.0", - "@iot-app-kit/related-table": "^2.2.0", - "@iot-app-kit/source-iotsitewise": "^2.2.0", - "@iot-app-kit/table": "^2.2.0", + "@iot-app-kit/core": "^2.3.0", + "@iot-app-kit/related-table": "^2.3.0", + "@iot-app-kit/source-iotsitewise": "^2.3.0", + "@iot-app-kit/table": "^2.3.0", "@stencil/core": "^2.7.0", "@synchro-charts/core": "^6.0.4", "styled-components": "^5.3.0" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4f17316fb..3ffa84bec 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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. +## [2.3.0](https://github.com/awslabs/iot-app-kit/compare/core-v2.2.0...core-v2.3.0) (2022-11-02) + + +### Bug Fixes + +* **deps:** update synchro-charts, node-sass, nth-check ([#295](https://github.com/awslabs/iot-app-kit/issues/295)) ([016c216](https://github.com/awslabs/iot-app-kit/commit/016c216c2934d150f94e595d3ebb34aaafa69e27)) + ## 2.2.0 (2022-10-21) ### Features diff --git a/packages/core/package.json b/packages/core/package.json index 9574b18d6..5db855d9f 100755 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "2.2.0", + "version": "2.3.0", "description": "IoT Application Kit core", "main": "./dist/index.cj.js", "module": "./dist/index.js", diff --git a/packages/dashboard/CHANGELOG.md b/packages/dashboard/CHANGELOG.md new file mode 100644 index 000000000..701f0e77f --- /dev/null +++ b/packages/dashboard/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## 2.3.0 (2022-11-02) + + +### Features + +* **dashboard:** alpha release of dashboard component ([f13002e](https://github.com/awslabs/iot-app-kit/commit/f13002e9df6e683de4fd88bbde1c55d36630830c)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from ^2.2.0 to ^2.3.0 + * @iot-app-kit/source-iotsitewise bumped from ^2.2.0 to ^2.3.0 diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 66fa43bc0..6683e69e2 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "2.2.0", + "version": "2.3.0", "description": "A dashboard widget for IoT App Kit components", "homepage": "https://github.com/awslabs/iot-app-kit#readme", "license": "Apache-2.0", @@ -59,8 +59,8 @@ "typescript": "^4.8.3" }, "dependencies": { - "@iot-app-kit/core": "^2.2.0", - "@iot-app-kit/source-iotsitewise": "^2.2.0", + "@iot-app-kit/core": "^2.3.0", + "@iot-app-kit/source-iotsitewise": "^2.3.0", "@synchro-charts/core": "^4.0.0" }, "peerDependencies": { diff --git a/packages/react-components/CHANGELOG.md b/packages/react-components/CHANGELOG.md index 0a9952b08..16060feae 100644 --- a/packages/react-components/CHANGELOG.md +++ b/packages/react-components/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.0](https://github.com/awslabs/iot-app-kit/compare/react-components-v2.2.0...react-components-v2.3.0) (2022-11-02) + + +### Miscellaneous Chores + +* **react-components:** Synchronize undefined versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from ^2.2.0 to ^2.3.0 + * @iot-app-kit/components bumped from ^2.2.0 to ^2.3.0 + * @iot-app-kit/source-iottwinmaker bumped from ^2.2.0 to ^2.3.0 + ## 2.2.0 (2022-10-21) ### Features diff --git a/packages/react-components/package.json b/packages/react-components/package.json index 3f2b00459..ec88d1663 100644 --- a/packages/react-components/package.json +++ b/packages/react-components/package.json @@ -5,7 +5,7 @@ "access": "public" }, "sideEffects": false, - "version": "2.2.0", + "version": "2.3.0", "description": "React specific wrapper for IoT Application Kit", "author": { "name": "Amazon Web Services", @@ -79,9 +79,9 @@ }, "dependencies": { "@awsui/components-react": "^3.0.0", - "@iot-app-kit/core": "^2.2.0", - "@iot-app-kit/components": "^2.2.0", - "@iot-app-kit/source-iottwinmaker": "^2.2.0", + "@iot-app-kit/core": "^2.3.0", + "@iot-app-kit/components": "^2.3.0", + "@iot-app-kit/source-iottwinmaker": "^2.3.0", "dompurify": "2.3.4", "uuid": "^8.3.2", "video.js": "7.14.3" diff --git a/packages/related-table/CHANGELOG.md b/packages/related-table/CHANGELOG.md index a7ffe1eda..b9cac27e3 100644 --- a/packages/related-table/CHANGELOG.md +++ b/packages/related-table/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. +## [2.3.0](https://github.com/awslabs/iot-app-kit/compare/related-table-v2.2.0...related-table-v2.3.0) (2022-11-02) + + +### Features + +* **dashboard:** alpha release of dashboard component ([f13002e](https://github.com/awslabs/iot-app-kit/commit/f13002e9df6e683de4fd88bbde1c55d36630830c)) + ## 2.2.0 (2022-10-21) ### Features diff --git a/packages/related-table/package.json b/packages/related-table/package.json index 14dccc376..137537dd8 100644 --- a/packages/related-table/package.json +++ b/packages/related-table/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "2.2.0", + "version": "2.3.0", "description": "IoT Application Kit - Related Table component", "license": "Apache-2.0", "main": "dist/index.js", diff --git a/packages/scene-composer/CHANGELOG.md b/packages/scene-composer/CHANGELOG.md index 9a57bfd52..a2d523f23 100644 --- a/packages/scene-composer/CHANGELOG.md +++ b/packages/scene-composer/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.0](https://github.com/awslabs/iot-app-kit/compare/scene-composer-v2.2.0...scene-composer-v2.3.0) (2022-11-02) + + +### Bug Fixes + +* **composer:** Camera and Light helper visibility toggling ([#294](https://github.com/awslabs/iot-app-kit/issues/294)) ([f6bae7c](https://github.com/awslabs/iot-app-kit/commit/f6bae7c118dd7a68e0dd414cb90df95457c06b7c)) +* **composer:** Fixes 2nd camera viewing click bug ([#291](https://github.com/awslabs/iot-app-kit/issues/291)) ([ed04d13](https://github.com/awslabs/iot-app-kit/commit/ed04d130269840af40b3a383ed9dd43f04bcd804)) +* **composer:** update translations ([#302](https://github.com/awslabs/iot-app-kit/issues/302)) ([95c2bda](https://github.com/awslabs/iot-app-kit/commit/95c2bdae2db263f20432a1f9ccf214cb26a001bf)) +* **deps:** update synchro-charts, node-sass, nth-check ([#295](https://github.com/awslabs/iot-app-kit/issues/295)) ([016c216](https://github.com/awslabs/iot-app-kit/commit/016c216c2934d150f94e595d3ebb34aaafa69e27)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from ^2.2.0 to ^2.3.0 + * @iot-app-kit/related-table bumped from ^2.2.0 to ^2.3.0 + * devDependencies + * @iot-app-kit/source-iottwinmaker bumped from ^2.2.0 to ^2.3.0 + ## 2.2.0 (2022-10-21) ### Features diff --git a/packages/scene-composer/package.json b/packages/scene-composer/package.json index 1f73202e1..4a1431635 100644 --- a/packages/scene-composer/package.json +++ b/packages/scene-composer/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "2.2.0", + "version": "2.3.0", "description": "AWS IoT TwinMaker Scene Composer Library", "homepage": "https://github.com/awslabs/iot-app-kit#readme", "license": "Apache-2.0", @@ -60,7 +60,7 @@ "@babel/preset-react": "^7.12.1", "@babel/runtime": "^7.12.1", "@formatjs/cli": "4.7.0", - "@iot-app-kit/source-iottwinmaker": "^2.2.0", + "@iot-app-kit/source-iottwinmaker": "^2.3.0", "@storybook/addon-actions": "^6.3.7", "@storybook/addon-controls": "^6.5.8", "@storybook/addon-essentials": "^6.3.7", @@ -119,8 +119,8 @@ "@awsui/design-tokens": "^3.0.19", "@awsui/global-styles": "^1.0.12", "@formatjs/ts-transformer": "3.9.11", - "@iot-app-kit/core": "^2.2.0", - "@iot-app-kit/related-table": "^2.2.0", + "@iot-app-kit/core": "^2.3.0", + "@iot-app-kit/related-table": "^2.3.0", "@react-three/drei": "7.10.1", "@react-three/fiber": "7.0.6", "@react-three/postprocessing": "2.0.5", diff --git a/packages/source-iotsitewise/CHANGELOG.md b/packages/source-iotsitewise/CHANGELOG.md index d93b993bf..30a6ad1a3 100644 --- a/packages/source-iotsitewise/CHANGELOG.md +++ b/packages/source-iotsitewise/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. +## [2.3.0](https://github.com/awslabs/iot-app-kit/compare/source-iotsitewise-v2.2.0...source-iotsitewise-v2.3.0) (2022-11-02) + + +### Bug Fixes + +* **deps:** update synchro-charts, node-sass, nth-check ([#295](https://github.com/awslabs/iot-app-kit/issues/295)) ([016c216](https://github.com/awslabs/iot-app-kit/commit/016c216c2934d150f94e595d3ebb34aaafa69e27)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from ^2.2.0 to ^2.3.0 + ## 2.2.0 (2022-10-21) ### Features diff --git a/packages/source-iotsitewise/package.json b/packages/source-iotsitewise/package.json index 7ba37d71a..84dafc03d 100644 --- a/packages/source-iotsitewise/package.json +++ b/packages/source-iotsitewise/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "2.2.0", + "version": "2.3.0", "description": "AWS IoT SiteWise source for IoT Application Kit", "homepage": "https://github.com/awslabs/iot-app-kit#readme", "license": "Apache-2.0", @@ -40,7 +40,7 @@ "dependencies": { "@aws-sdk/client-iot-events": "^3.118.1", "@aws-sdk/client-iotsitewise": "^3.87.0", - "@iot-app-kit/core": "^2.2.0", + "@iot-app-kit/core": "^2.3.0", "@rollup/plugin-typescript": "^8.3.0", "@synchro-charts/core": "^6.0.4", "flush-promises": "^1.0.2", diff --git a/packages/source-iottwinmaker/CHANGELOG.md b/packages/source-iottwinmaker/CHANGELOG.md index 9a57bfd52..771afac0b 100644 --- a/packages/source-iottwinmaker/CHANGELOG.md +++ b/packages/source-iottwinmaker/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. +## [2.3.0](https://github.com/awslabs/iot-app-kit/compare/source-iottwinmaker-v2.2.0...source-iottwinmaker-v2.3.0) (2022-11-02) + + +### Bug Fixes + +* **deps:** update synchro-charts, node-sass, nth-check ([#295](https://github.com/awslabs/iot-app-kit/issues/295)) ([016c216](https://github.com/awslabs/iot-app-kit/commit/016c216c2934d150f94e595d3ebb34aaafa69e27)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from ^2.2.0 to ^2.3.0 + ## 2.2.0 (2022-10-21) ### Features diff --git a/packages/source-iottwinmaker/package.json b/packages/source-iottwinmaker/package.json index c4d98c366..21fd40925 100644 --- a/packages/source-iottwinmaker/package.json +++ b/packages/source-iottwinmaker/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "2.2.0", + "version": "2.3.0", "description": "AWS IoT TwinMaker source for IoT Application Kit", "homepage": "https://github.com/awslabs/iot-app-kit#readme", "license": "Apache-2.0", @@ -43,7 +43,7 @@ "@aws-sdk/client-kinesis-video": "^3.131.0", "@aws-sdk/client-kinesis-video-archived-media": "^3.131.0", "@aws-sdk/client-s3": "^3.72.0", - "@iot-app-kit/core": "^2.2.0", + "@iot-app-kit/core": "^2.3.0", "@synchro-charts/core": "^6.0.4", "flush-promises": "^1.0.2", "rxjs": "^7.4.0", diff --git a/packages/table/CHANGELOG.md b/packages/table/CHANGELOG.md index d2be7e479..0cb85de40 100644 --- a/packages/table/CHANGELOG.md +++ b/packages/table/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. +## [2.3.0](https://github.com/awslabs/iot-app-kit/compare/table-v2.2.0...table-v2.3.0) (2022-11-02) + + +### Bug Fixes + +* **deps:** update synchro-charts, node-sass, nth-check ([#295](https://github.com/awslabs/iot-app-kit/issues/295)) ([016c216](https://github.com/awslabs/iot-app-kit/commit/016c216c2934d150f94e595d3ebb34aaafa69e27)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from ^2.2.0 to ^2.3.0 + ## 2.2.0 (2022-10-21) ### Features diff --git a/packages/table/package.json b/packages/table/package.json index a1bbb2030..6e2b46f9f 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "2.2.0", + "version": "2.3.0", "description": "IoT Application Kit - Table component", "license": "Apache-2.0", "main": "./dist/index.cj.js", @@ -55,7 +55,7 @@ "dependencies": { "@awsui/collection-hooks": "^1.0.0", "@awsui/components-react": "^3.0.0", - "@iot-app-kit/core": "^2.2.0", + "@iot-app-kit/core": "^2.3.0", "@synchro-charts/core": "^6.0.4", "d3-array": "^3.1.6", "react": "^17.0.2",