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..5319e4ad6 100644 --- a/CHANGELOG.md +++ b/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. +## [3.1.0](https://github.com/awslabs/iot-app-kit/compare/root-v3.0.0...root-v3.1.0) (2023-03-17) + + +### 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 + +* **aws-sdk:** fix the build failure due to internal dependencies ([ab960ad](https://github.com/awslabs/iot-app-kit/commit/ab960ad28e93fa3ce875768537e4fa4b6fdaedfd)) +* **composer:** fix error with rendering 3D tiles ([785d833](https://github.com/awslabs/iot-app-kit/commit/785d8338fbb2908a01a6a40b55cc3d7b3fda1ab4)) +* **composer:** temporarily remove view cursor svg ([637a1e3](https://github.com/awslabs/iot-app-kit/commit/637a1e39d9cf626c3b1efee0ed526b198e5eec4b)) +* **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 3eca11af0..1921f2c2d 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/*" @@ -56369,16 +56369,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" @@ -56825,7 +56825,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", @@ -58024,18 +58024,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", @@ -63640,13 +63640,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", @@ -68229,7 +68229,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", @@ -68463,7 +68463,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", @@ -68471,8 +68471,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", @@ -68511,7 +68511,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", @@ -75147,12 +75147,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.281.0", "@aws-sdk/client-iotsitewise": "3.281.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", @@ -77321,7 +77321,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.281.0", @@ -77330,7 +77330,7 @@ "@aws-sdk/client-kinesis-video-archived-media": "3.281.0", "@aws-sdk/client-s3": "3.281.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" @@ -79964,12 +79964,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", @@ -86544,10 +86544,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", @@ -87716,11 +87716,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", @@ -91752,9 +91752,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", @@ -95439,9 +95439,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", @@ -100265,7 +100265,7 @@ "requires": { "@aws-sdk/client-iot-events": "3.281.0", "@aws-sdk/client-iotsitewise": "3.281.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", @@ -101939,7 +101939,7 @@ "@aws-sdk/client-kinesis-video-archived-media": "3.281.0", "@aws-sdk/client-s3": "3.281.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", "eslint-config-iot-app-kit": "3.0.0", "flush-promises": "^1.0.2", @@ -104021,7 +104021,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..f86b42b54 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-17) + + +### 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..13c4593d1 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-17) + + +### 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..c358d1a3a 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-17) + + +### 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..280e0bf1f 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-17) + + +### 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..ba280489e 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-17) + + +### 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..1b49c79aa 100644 --- a/packages/scene-composer/CHANGELOG.md +++ b/packages/scene-composer/CHANGELOG.md @@ -3,6 +3,31 @@ 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-17) + + +### Features + +* **composer:** add runtime tag settings change support ([bedae1a](https://github.com/awslabs/iot-app-kit/commit/bedae1a6edade539daf041ff0a16d4da239b5341)) + + +### Bug Fixes + +* **aws-sdk:** fix the build failure due to internal dependencies ([ab960ad](https://github.com/awslabs/iot-app-kit/commit/ab960ad28e93fa3ce875768537e4fa4b6fdaedfd)) +* **composer:** fix error with rendering 3D tiles ([785d833](https://github.com/awslabs/iot-app-kit/commit/785d8338fbb2908a01a6a40b55cc3d7b3fda1ab4)) +* **composer:** temporarily remove view cursor svg ([637a1e3](https://github.com/awslabs/iot-app-kit/commit/637a1e39d9cf626c3b1efee0ed526b198e5eec4b)) +* **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 a9bc14e94..99c24c289 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..b2eea31dd 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-17) + + +### Bug Fixes + +* **aws-sdk:** fix the build failure due to internal dependencies ([ab960ad](https://github.com/awslabs/iot-app-kit/commit/ab960ad28e93fa3ce875768537e4fa4b6fdaedfd)) + + +### 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 851654638..98a778102 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.281.0", "@aws-sdk/client-iotsitewise": "3.281.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..e8e5e7399 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-17) + + +### Bug Fixes + +* **aws-sdk:** fix the build failure due to internal dependencies ([ab960ad](https://github.com/awslabs/iot-app-kit/commit/ab960ad28e93fa3ce875768537e4fa4b6fdaedfd)) + + +### 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 2cc4624d6..0c0d275bb 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.281.0", "@aws-sdk/client-kinesis-video-archived-media": "3.281.0", "@aws-sdk/client-s3": "3.281.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..1ad160056 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-17) + + +### 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",