diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b289146aa..872d8bd09 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,12 +1,12 @@ { - "packages/components": "3.0.0", - "packages/core": "3.0.0", - "packages/dashboard": "3.0.0", - "packages/react-components": "3.0.0", - "packages/related-table": "3.0.0", - "packages/scene-composer": "3.0.0", - "packages/source-iotsitewise": "3.0.0", - "packages/source-iottwinmaker": "3.0.0", - "packages/table": "3.0.0", - ".": "3.0.0" + "packages/components": "3.1.0", + "packages/core": "3.1.0", + "packages/dashboard": "3.1.0", + "packages/react-components": "3.1.0", + "packages/related-table": "3.1.0", + "packages/scene-composer": "3.1.0", + "packages/source-iotsitewise": "3.1.0", + "packages/source-iottwinmaker": "3.1.0", + "packages/table": "3.1.0", + ".": "3.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ef473f39d..528ff43d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.0](https://github.com/awslabs/iot-app-kit/compare/root-v3.0.0...root-v3.1.0) (2023-03-13) + + +### Features + +* **composer:** add runtime tag settings change support ([bedae1a](https://github.com/awslabs/iot-app-kit/commit/bedae1a6edade539daf041ff0a16d4da239b5341)) +* **dashboard:** complete table support ([29bbb4c](https://github.com/awslabs/iot-app-kit/commit/29bbb4cb3297ed739390e349af9069ad6601c368)) + + +### Bug Fixes + +* **composer:** fix error with rendering 3D tiles ([785d833](https://github.com/awslabs/iot-app-kit/commit/785d8338fbb2908a01a6a40b55cc3d7b3fda1ab4)) +* **dashboard:** fix edit mode bugs ([2e88abf](https://github.com/awslabs/iot-app-kit/commit/2e88abf6c7ec72f192ec272b13c3d66101646734)) +* **dashboard:** fix styling for component palette and add tests for drag and drop ([41fd944](https://github.com/awslabs/iot-app-kit/commit/41fd944edcfdd0159aec29dd86b5f0b3dc17ff23)) +* **react-components:** set timezone for jest to UTC to prevent local test failures ([44c3793](https://github.com/awslabs/iot-app-kit/commit/44c379338a2a9110600a0502e37ae4dceaf0ab09)) +* **scene-composer:** remove invalid workspace syntax ([#640](https://github.com/awslabs/iot-app-kit/issues/640)) ([ed3b28d](https://github.com/awslabs/iot-app-kit/commit/ed3b28dc86fdae2e70b639ce2774217cd92b6122)) +* **typescript:** re-enables typescript for component package tests ([9b1ef48](https://github.com/awslabs/iot-app-kit/commit/9b1ef48bf53b797c7d0ce1957d72d85fee6c74ed)) + ## [3.0.0](https://github.com/awslabs/iot-app-kit/compare/root-v2.6.5...root-v3.0.0) (2023-03-04) diff --git a/package-lock.json b/package-lock.json index f24028eed..bcb0078a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iot-app-kit", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iot-app-kit", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "workspaces": [ "packages/*" @@ -57736,16 +57736,16 @@ }, "packages/components": { "name": "@iot-app-kit/components", - "version": "3.0.0", + "version": "3.1.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": "3.0.0", - "@iot-app-kit/related-table": "3.0.0", - "@iot-app-kit/source-iotsitewise": "3.0.0", - "@iot-app-kit/table": "3.0.0", + "@iot-app-kit/core": "3.1.0", + "@iot-app-kit/related-table": "3.1.0", + "@iot-app-kit/source-iotsitewise": "3.1.0", + "@iot-app-kit/table": "3.1.0", "@stencil/core": "^2.7.0", "@synchro-charts/core": "7.2.0", "styled-components": "^5.3.0" @@ -58192,7 +58192,7 @@ }, "packages/core": { "name": "@iot-app-kit/core", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-iotsitewise": "^3.87.0", @@ -59391,18 +59391,18 @@ }, "packages/dashboard": { "name": "@iot-app-kit/dashboard", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-iotsitewise": "^3.245.0", "@cloudscape-design/components": "^3.0.126", "@cloudscape-design/design-tokens": "^3.0.7", "@cloudscape-design/global-styles": "^1.0.5", - "@iot-app-kit/components": "3.0.0", - "@iot-app-kit/core": "3.0.0", - "@iot-app-kit/react-components": "3.0.0", - "@iot-app-kit/source-iotsitewise": "3.0.0", - "@iot-app-kit/table": "^3.0.0", + "@iot-app-kit/components": "3.1.0", + "@iot-app-kit/core": "3.1.0", + "@iot-app-kit/react-components": "3.1.0", + "@iot-app-kit/source-iotsitewise": "3.1.0", + "@iot-app-kit/table": "^3.1.0", "@popperjs/core": "^2.11.6", "@synchro-charts/core": "7.2.0", "@synchro-charts/react": "^7.2.0", @@ -65007,13 +65007,13 @@ }, "packages/react-components": { "name": "@iot-app-kit/react-components", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "dependencies": { "@awsui/components-react": "^3.0.0", - "@iot-app-kit/components": "3.0.0", - "@iot-app-kit/core": "3.0.0", - "@iot-app-kit/source-iottwinmaker": "3.0.0", + "@iot-app-kit/components": "3.1.0", + "@iot-app-kit/core": "3.1.0", + "@iot-app-kit/source-iottwinmaker": "3.1.0", "color": "^4.2.3", "d3-shape": "^3.2.0", "dompurify": "2.3.4", @@ -69596,7 +69596,7 @@ }, "packages/related-table": { "name": "@iot-app-kit/related-table", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "dependencies": { "mutationobserver-shim": "^0.3.7", @@ -69830,7 +69830,7 @@ }, "packages/scene-composer": { "name": "@iot-app-kit/scene-composer", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "dependencies": { "@awsui/collection-hooks": "^1.0.0", @@ -69838,8 +69838,8 @@ "@awsui/design-tokens": "^3.0.0", "@awsui/global-styles": "^1.0.12", "@formatjs/ts-transformer": "3.9.11", - "@iot-app-kit/core": "3.0.0", - "@iot-app-kit/related-table": "3.0.0", + "@iot-app-kit/core": "3.1.0", + "@iot-app-kit/related-table": "3.1.0", "@matterport/r3f": "^0.1.0", "@matterport/webcomponent": "^0.1.2", "@react-three/drei": "8.11.0", @@ -69878,7 +69878,7 @@ "@babel/preset-react": "^7.12.1", "@babel/runtime": "^7.12.1", "@formatjs/cli": "4.7.0", - "@iot-app-kit/source-iottwinmaker": "3.0.0", + "@iot-app-kit/source-iottwinmaker": "3.1.0", "@react-spring/three": "^9.6.1", "@storybook/addon-actions": "^6.5.14", "@storybook/addon-controls": "^6.5.14", @@ -75481,12 +75481,12 @@ }, "packages/source-iotsitewise": { "name": "@iot-app-kit/source-iotsitewise", - "version": "3.0.0", + "version": "3.1.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": "3.0.0", + "@iot-app-kit/core": "3.1.0", "@rollup/plugin-typescript": "^8.3.0", "@synchro-charts/core": "7.2.0", "dataloader": "^2.1.0", @@ -76668,7 +76668,7 @@ }, "packages/source-iottwinmaker": { "name": "@iot-app-kit/source-iottwinmaker", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-iotsitewise": "^3.131.0", @@ -76677,7 +76677,7 @@ "@aws-sdk/client-kinesis-video-archived-media": "^3.131.0", "@aws-sdk/client-s3": "^3.72.0", "@iot-app-kit-visualizations/core": "1.1.0", - "@iot-app-kit/core": "3.0.0", + "@iot-app-kit/core": "3.1.0", "flush-promises": "^1.0.2", "rxjs": "^7.4.0", "typescript": "4.4.4" @@ -77852,12 +77852,12 @@ }, "packages/table": { "name": "@iot-app-kit/table", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "dependencies": { "@awsui/collection-hooks": "^1.0.0", "@awsui/components-react": "^3.0.0", - "@iot-app-kit/core": "3.0.0", + "@iot-app-kit/core": "3.1.0", "@synchro-charts/core": "7.2.0", "d3-array": "^3.1.6", "react": "^17.0.2", @@ -85430,10 +85430,10 @@ "@awsui/design-tokens": "^3.0.0", "@cypress/vue": "^3.1.2", "@cypress/webpack-dev-server": "^1.8.4", - "@iot-app-kit/core": "3.0.0", - "@iot-app-kit/related-table": "3.0.0", - "@iot-app-kit/source-iotsitewise": "3.0.0", - "@iot-app-kit/table": "3.0.0", + "@iot-app-kit/core": "3.1.0", + "@iot-app-kit/related-table": "3.1.0", + "@iot-app-kit/source-iotsitewise": "3.1.0", + "@iot-app-kit/table": "3.1.0", "@rollup/plugin-replace": "^3.0.0", "@stencil/core": "^2.7.0", "@stencil/router": "^1.0.1", @@ -86602,11 +86602,11 @@ "@cloudscape-design/design-tokens": "^3.0.7", "@cloudscape-design/global-styles": "^1.0.5", "@cloudscape-design/jest-preset": "^2.0.4", - "@iot-app-kit/components": "3.0.0", - "@iot-app-kit/core": "3.0.0", - "@iot-app-kit/react-components": "3.0.0", - "@iot-app-kit/source-iotsitewise": "3.0.0", - "@iot-app-kit/table": "^3.0.0", + "@iot-app-kit/components": "3.1.0", + "@iot-app-kit/core": "3.1.0", + "@iot-app-kit/react-components": "3.1.0", + "@iot-app-kit/source-iotsitewise": "3.1.0", + "@iot-app-kit/table": "^3.1.0", "@popperjs/core": "^2.11.6", "@reduxjs/toolkit": "^1.8.6", "@rollup/plugin-commonjs": "^22.0.2", @@ -90638,9 +90638,9 @@ "@babel/preset-react": "^7.12.1", "@babel/preset-typescript": "^7.12.1", "@babel/runtime": "^7.12.1", - "@iot-app-kit/components": "3.0.0", - "@iot-app-kit/core": "3.0.0", - "@iot-app-kit/source-iottwinmaker": "3.0.0", + "@iot-app-kit/components": "3.1.0", + "@iot-app-kit/core": "3.1.0", + "@iot-app-kit/source-iottwinmaker": "3.1.0", "@storybook/addon-essentials": "6.2.9", "@storybook/addon-links": "6.2.9", "@storybook/addon-postcss": "2.0.0", @@ -94325,9 +94325,9 @@ "@babel/runtime": "^7.12.1", "@formatjs/cli": "4.7.0", "@formatjs/ts-transformer": "3.9.11", - "@iot-app-kit/core": "3.0.0", - "@iot-app-kit/related-table": "3.0.0", - "@iot-app-kit/source-iottwinmaker": "3.0.0", + "@iot-app-kit/core": "3.1.0", + "@iot-app-kit/related-table": "3.1.0", + "@iot-app-kit/source-iottwinmaker": "3.1.0", "@matterport/r3f": "^0.1.0", "@matterport/webcomponent": "^0.1.2", "@react-spring/three": "^9.6.1", @@ -98276,7 +98276,7 @@ "requires": { "@aws-sdk/client-iot-events": "^3.118.1", "@aws-sdk/client-iotsitewise": "^3.87.0", - "@iot-app-kit/core": "3.0.0", + "@iot-app-kit/core": "3.1.0", "@rollup/plugin-typescript": "^8.3.0", "@synchro-charts/core": "7.2.0", "@types/jest": "^27.4.0", @@ -99121,7 +99121,7 @@ "@aws-sdk/client-kinesis-video-archived-media": "^3.131.0", "@aws-sdk/client-s3": "^3.72.0", "@iot-app-kit-visualizations/core": "1.1.0", - "@iot-app-kit/core": "3.0.0", + "@iot-app-kit/core": "3.1.0", "@types/jest": "^27.4.0", "aws-sdk-client-mock": "^1.0.0", "eslint-config-iot-app-kit": "3.0.0", @@ -99958,7 +99958,7 @@ "@awsui/components-react": "^3.0.0", "@awsui/design-tokens": "^3.0.0", "@babel/preset-env": "^7.18.10", - "@iot-app-kit/core": "3.0.0", + "@iot-app-kit/core": "3.1.0", "@rollup/plugin-typescript": "^8.3.2", "@synchro-charts/core": "7.2.0", "@types/jest": "^27.5.0", diff --git a/package.json b/package.json index 6fae20b0d..f554c6e84 100755 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "iot-app-kit", "private": true, "description": "IoT Application Kit", - "version": "3.0.0", + "version": "3.1.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 57939f5a7..2f2bb1af1 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. +## [3.1.0](https://github.com/awslabs/iot-app-kit/compare/components-v3.0.0...components-v3.1.0) (2023-03-13) + + +### Bug Fixes + +* **typescript:** re-enables typescript for component package tests ([9b1ef48](https://github.com/awslabs/iot-app-kit/commit/9b1ef48bf53b797c7d0ce1957d72d85fee6c74ed)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 3.0.0 to 3.1.0 + * @iot-app-kit/related-table bumped from 3.0.0 to 3.1.0 + * @iot-app-kit/source-iotsitewise bumped from 3.0.0 to 3.1.0 + * @iot-app-kit/table bumped from 3.0.0 to 3.1.0 + ## [3.0.0](https://github.com/awslabs/iot-app-kit/compare/components-v2.6.5...components-v3.0.0) (2023-03-04) diff --git a/packages/components/package.json b/packages/components/package.json index a7d11b363..1d9117f93 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "3.0.0", + "version": "3.1.0", "description": "IoT App Kit Components", "main": "dist/index.cjs.js", "module": "dist/custom-elements/index.js", @@ -63,10 +63,10 @@ "@awsui/collection-hooks": "^1.0.0", "@awsui/components-react": "^3.0.0", "@awsui/design-tokens": "^3.0.0", - "@iot-app-kit/core": "3.0.0", - "@iot-app-kit/related-table": "3.0.0", - "@iot-app-kit/source-iotsitewise": "3.0.0", - "@iot-app-kit/table": "3.0.0", + "@iot-app-kit/core": "3.1.0", + "@iot-app-kit/related-table": "3.1.0", + "@iot-app-kit/source-iotsitewise": "3.1.0", + "@iot-app-kit/table": "3.1.0", "@stencil/core": "^2.7.0", "@synchro-charts/core": "7.2.0", "styled-components": "^5.3.0" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index f2440f804..141297dce 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. +## [3.1.0](https://github.com/awslabs/iot-app-kit/compare/core-v3.0.0...core-v3.1.0) (2023-03-13) + + +### Miscellaneous Chores + +* **core:** Synchronize undefined versions + ## [3.0.0](https://github.com/awslabs/iot-app-kit/compare/core-v2.6.5...core-v3.0.0) (2023-03-04) diff --git a/packages/core/package.json b/packages/core/package.json index a48909698..a279987fd 100755 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "3.0.0", + "version": "3.1.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 index 3c7c6515f..b48258493 100644 --- a/packages/dashboard/CHANGELOG.md +++ b/packages/dashboard/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [3.1.0](https://github.com/awslabs/iot-app-kit/compare/dashboard-v3.0.0...dashboard-v3.1.0) (2023-03-13) + + +### Features + +* **dashboard:** complete table support ([29bbb4c](https://github.com/awslabs/iot-app-kit/commit/29bbb4cb3297ed739390e349af9069ad6601c368)) + + +### Bug Fixes + +* **dashboard:** fix edit mode bugs ([2e88abf](https://github.com/awslabs/iot-app-kit/commit/2e88abf6c7ec72f192ec272b13c3d66101646734)) +* **dashboard:** fix styling for component palette and add tests for drag and drop ([41fd944](https://github.com/awslabs/iot-app-kit/commit/41fd944edcfdd0159aec29dd86b5f0b3dc17ff23)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/components bumped from 3.0.0 to 3.1.0 + * @iot-app-kit/core bumped from 3.0.0 to 3.1.0 + * @iot-app-kit/react-components bumped from 3.0.0 to 3.1.0 + * @iot-app-kit/source-iotsitewise bumped from 3.0.0 to 3.1.0 + * @iot-app-kit/table bumped from ^3.0.0 to ^3.1.0 + ## [3.0.0](https://github.com/awslabs/iot-app-kit/compare/dashboard-v2.6.5...dashboard-v3.0.0) (2023-03-04) diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 85fac50dd..e64ca59e9 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "3.0.0", + "version": "3.1.0", "description": "A dashboard widget for IoT App Kit components", "homepage": "https://github.com/awslabs/iot-app-kit#readme", "license": "Apache-2.0", @@ -95,11 +95,11 @@ "@cloudscape-design/components": "^3.0.126", "@cloudscape-design/design-tokens": "^3.0.7", "@cloudscape-design/global-styles": "^1.0.5", - "@iot-app-kit/components": "3.0.0", - "@iot-app-kit/core": "3.0.0", - "@iot-app-kit/react-components": "3.0.0", - "@iot-app-kit/source-iotsitewise": "3.0.0", - "@iot-app-kit/table": "^3.0.0", + "@iot-app-kit/components": "3.1.0", + "@iot-app-kit/core": "3.1.0", + "@iot-app-kit/react-components": "3.1.0", + "@iot-app-kit/source-iotsitewise": "3.1.0", + "@iot-app-kit/table": "^3.1.0", "@popperjs/core": "^2.11.6", "@synchro-charts/core": "7.2.0", "@synchro-charts/react": "^7.2.0", diff --git a/packages/react-components/CHANGELOG.md b/packages/react-components/CHANGELOG.md index eb58716c5..3b2b42d0a 100644 --- a/packages/react-components/CHANGELOG.md +++ b/packages/react-components/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.0](https://github.com/awslabs/iot-app-kit/compare/react-components-v3.0.0...react-components-v3.1.0) (2023-03-13) + + +### Bug Fixes + +* **react-components:** set timezone for jest to UTC to prevent local test failures ([44c3793](https://github.com/awslabs/iot-app-kit/commit/44c379338a2a9110600a0502e37ae4dceaf0ab09)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/components bumped from 3.0.0 to 3.1.0 + * @iot-app-kit/core bumped from 3.0.0 to 3.1.0 + * @iot-app-kit/source-iottwinmaker bumped from 3.0.0 to 3.1.0 + ## [3.0.0](https://github.com/awslabs/iot-app-kit/compare/react-components-v2.6.5...react-components-v3.0.0) (2023-03-04) diff --git a/packages/react-components/package.json b/packages/react-components/package.json index 67cde5db7..c5407c0c3 100644 --- a/packages/react-components/package.json +++ b/packages/react-components/package.json @@ -5,7 +5,7 @@ "access": "public" }, "sideEffects": false, - "version": "3.0.0", + "version": "3.1.0", "description": "React specific wrapper for IoT Application Kit", "author": { "name": "Amazon Web Services", @@ -108,9 +108,9 @@ }, "dependencies": { "@awsui/components-react": "^3.0.0", - "@iot-app-kit/components": "3.0.0", - "@iot-app-kit/core": "3.0.0", - "@iot-app-kit/source-iottwinmaker": "3.0.0", + "@iot-app-kit/components": "3.1.0", + "@iot-app-kit/core": "3.1.0", + "@iot-app-kit/source-iottwinmaker": "3.1.0", "color": "^4.2.3", "d3-shape": "^3.2.0", "dompurify": "2.3.4", diff --git a/packages/related-table/CHANGELOG.md b/packages/related-table/CHANGELOG.md index 0508f977f..e2da86b5e 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. +## [3.1.0](https://github.com/awslabs/iot-app-kit/compare/related-table-v3.0.0...related-table-v3.1.0) (2023-03-13) + + +### Miscellaneous Chores + +* **related-table:** Synchronize undefined versions + ## [3.0.0](https://github.com/awslabs/iot-app-kit/compare/related-table-v2.6.5...related-table-v3.0.0) (2023-03-04) diff --git a/packages/related-table/package.json b/packages/related-table/package.json index 14a730bb3..748a487a4 100644 --- a/packages/related-table/package.json +++ b/packages/related-table/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "3.0.0", + "version": "3.1.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 3f39fdf71..5e22d38e4 100644 --- a/packages/scene-composer/CHANGELOG.md +++ b/packages/scene-composer/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.0](https://github.com/awslabs/iot-app-kit/compare/scene-composer-v3.0.0...scene-composer-v3.1.0) (2023-03-13) + + +### Features + +* **composer:** add runtime tag settings change support ([bedae1a](https://github.com/awslabs/iot-app-kit/commit/bedae1a6edade539daf041ff0a16d4da239b5341)) + + +### Bug Fixes + +* **composer:** fix error with rendering 3D tiles ([785d833](https://github.com/awslabs/iot-app-kit/commit/785d8338fbb2908a01a6a40b55cc3d7b3fda1ab4)) +* **scene-composer:** remove invalid workspace syntax ([#640](https://github.com/awslabs/iot-app-kit/issues/640)) ([ed3b28d](https://github.com/awslabs/iot-app-kit/commit/ed3b28dc86fdae2e70b639ce2774217cd92b6122)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 3.0.0 to 3.1.0 + * @iot-app-kit/related-table bumped from 3.0.0 to 3.1.0 + * devDependencies + * @iot-app-kit/source-iottwinmaker bumped from 3.0.0 to 3.1.0 + ## [3.0.0](https://github.com/awslabs/iot-app-kit/compare/scene-composer-v2.6.5...scene-composer-v3.0.0) (2023-03-04) diff --git a/packages/scene-composer/package.json b/packages/scene-composer/package.json index 3baa7a943..76713cde9 100644 --- a/packages/scene-composer/package.json +++ b/packages/scene-composer/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "3.0.0", + "version": "3.1.0", "description": "AWS IoT TwinMaker Scene Composer Library", "homepage": "https://github.com/awslabs/iot-app-kit#readme", "license": "Apache-2.0", @@ -77,7 +77,7 @@ "@babel/preset-react": "^7.12.1", "@babel/runtime": "^7.12.1", "@formatjs/cli": "4.7.0", - "@iot-app-kit/source-iottwinmaker": "3.0.0", + "@iot-app-kit/source-iottwinmaker": "3.1.0", "@react-spring/three": "^9.6.1", "@storybook/addon-actions": "^6.5.14", "@storybook/addon-controls": "^6.5.14", @@ -135,8 +135,8 @@ "@awsui/design-tokens": "^3.0.0", "@awsui/global-styles": "^1.0.12", "@formatjs/ts-transformer": "3.9.11", - "@iot-app-kit/core": "3.0.0", - "@iot-app-kit/related-table": "3.0.0", + "@iot-app-kit/core": "3.1.0", + "@iot-app-kit/related-table": "3.1.0", "@matterport/r3f": "^0.1.0", "@matterport/webcomponent": "^0.1.2", "@react-three/drei": "8.11.0", diff --git a/packages/source-iotsitewise/CHANGELOG.md b/packages/source-iotsitewise/CHANGELOG.md index 5a7e3e2a7..6b4f1b1b2 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. +## [3.1.0](https://github.com/awslabs/iot-app-kit/compare/source-iotsitewise-v3.0.0...source-iotsitewise-v3.1.0) (2023-03-13) + + +### Miscellaneous Chores + +* **source-iotsitewise:** Synchronize undefined versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 3.0.0 to 3.1.0 + ## [3.0.0](https://github.com/awslabs/iot-app-kit/compare/source-iotsitewise-v2.6.5...source-iotsitewise-v3.0.0) (2023-03-04) diff --git a/packages/source-iotsitewise/package.json b/packages/source-iotsitewise/package.json index 165690563..6c12af0a6 100644 --- a/packages/source-iotsitewise/package.json +++ b/packages/source-iotsitewise/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "3.0.0", + "version": "3.1.0", "description": "AWS IoT SiteWise source for IoT Application Kit", "homepage": "https://github.com/awslabs/iot-app-kit#readme", "license": "Apache-2.0", @@ -52,7 +52,7 @@ "dependencies": { "@aws-sdk/client-iot-events": "^3.118.1", "@aws-sdk/client-iotsitewise": "^3.87.0", - "@iot-app-kit/core": "3.0.0", + "@iot-app-kit/core": "3.1.0", "@rollup/plugin-typescript": "^8.3.0", "@synchro-charts/core": "7.2.0", "dataloader": "^2.1.0", diff --git a/packages/source-iottwinmaker/CHANGELOG.md b/packages/source-iottwinmaker/CHANGELOG.md index 5146110f0..e62b3e749 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. +## [3.1.0](https://github.com/awslabs/iot-app-kit/compare/source-iottwinmaker-v3.0.0...source-iottwinmaker-v3.1.0) (2023-03-13) + + +### Miscellaneous Chores + +* **source-iottwinmaker:** Synchronize undefined versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 3.0.0 to 3.1.0 + ## [3.0.0](https://github.com/awslabs/iot-app-kit/compare/source-iottwinmaker-v2.6.5...source-iottwinmaker-v3.0.0) (2023-03-04) diff --git a/packages/source-iottwinmaker/package.json b/packages/source-iottwinmaker/package.json index 17a186e33..809b2a2a0 100644 --- a/packages/source-iottwinmaker/package.json +++ b/packages/source-iottwinmaker/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "3.0.0", + "version": "3.1.0", "description": "AWS IoT TwinMaker source for IoT Application Kit", "homepage": "https://github.com/awslabs/iot-app-kit#readme", "license": "Apache-2.0", @@ -55,7 +55,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": "3.0.0", + "@iot-app-kit/core": "3.1.0", "@iot-app-kit-visualizations/core": "1.1.0", "flush-promises": "^1.0.2", "rxjs": "^7.4.0", diff --git a/packages/table/CHANGELOG.md b/packages/table/CHANGELOG.md index 75d166a3a..f91e2a903 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. +## [3.1.0](https://github.com/awslabs/iot-app-kit/compare/table-v3.0.0...table-v3.1.0) (2023-03-13) + + +### Miscellaneous Chores + +* **table:** Synchronize undefined versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 3.0.0 to 3.1.0 + ## [3.0.0](https://github.com/awslabs/iot-app-kit/compare/table-v2.6.5...table-v3.0.0) (2023-03-04) diff --git a/packages/table/package.json b/packages/table/package.json index f962c36fb..b7d494cc8 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "3.0.0", + "version": "3.1.0", "description": "IoT Application Kit - Table component", "license": "Apache-2.0", "main": "./dist/index.cj.js", @@ -67,7 +67,7 @@ "dependencies": { "@awsui/collection-hooks": "^1.0.0", "@awsui/components-react": "^3.0.0", - "@iot-app-kit/core": "3.0.0", + "@iot-app-kit/core": "3.1.0", "@synchro-charts/core": "7.2.0", "d3-array": "^3.1.6", "react": "^17.0.2",