diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b289146aa..07c12a746 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": "4.0.0", + "packages/core": "4.0.0", + "packages/dashboard": "4.0.0", + "packages/react-components": "4.0.0", + "packages/related-table": "4.0.0", + "packages/scene-composer": "4.0.0", + "packages/source-iotsitewise": "4.0.0", + "packages/source-iottwinmaker": "4.0.0", + "packages/table": "4.0.0", + ".": "4.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ef473f39d..602631169 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.0.0](https://github.com/awslabs/iot-app-kit/compare/root-v3.0.0...root-v4.0.0) (2023-03-13) + + +### ⚠ BREAKING CHANGES + +* **source-iotsitewise:** support propertyAlias in quries + +### Features + +* **composer:** add runtime tag settings change support ([eeda501](https://github.com/awslabs/iot-app-kit/commit/eeda501d456c10f61123f9c4f77618bb870816f5)) +* **dashboard:** add alarm support for widgets ([bf7964a](https://github.com/awslabs/iot-app-kit/commit/bf7964ac18c66c3bcc979425f62a13a705bfae7c)) +* **dashboard:** complete table support ([29bbb4c](https://github.com/awslabs/iot-app-kit/commit/29bbb4cb3297ed739390e349af9069ad6601c368)) +* **React18:** Adds support for react 18 ([596c6b0](https://github.com/awslabs/iot-app-kit/commit/596c6b0ca2757baf445e4b203c3546e2d041e559)) +* **source-iotsitewise:** support propertyAlias in quries ([bfe32ce](https://github.com/awslabs/iot-app-kit/commit/bfe32ce74ba6008ae6bb15d1b5f60e8546d36135)) + + +### Bug Fixes + +* **components:** fix connector to iot app kit components ([be91864](https://github.com/awslabs/iot-app-kit/commit/be91864aee326c1c3fd5320b30b86d34f9f246d0)) +* **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)) +* **InternalBuild:** Downgrade cloudscape dependency to support internal build ([b20912b](https://github.com/awslabs/iot-app-kit/commit/b20912b77fa1d594d81364ac26df960754c0bace)) +* **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)) +* Support additional parameters in intercepting calls to table cell renderer ([ce2be51](https://github.com/awslabs/iot-app-kit/commit/ce2be513327e658b5f391f0fbf94f9fe192af530)) +* **typescript:** re-enables typescript for component package tests ([12f60b7](https://github.com/awslabs/iot-app-kit/commit/12f60b7847853e17d398e6346d470606467e2d5c)) + ## [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 c7719d31b..04e8f527a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iot-app-kit", - "version": "3.0.0", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iot-app-kit", - "version": "3.0.0", + "version": "4.0.0", "license": "Apache-2.0", "workspaces": [ "packages/*" @@ -61245,16 +61245,16 @@ }, "packages/components": { "name": "@iot-app-kit/components", - "version": "3.0.0", + "version": "4.0.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": "4.0.0", + "@iot-app-kit/related-table": "4.0.0", + "@iot-app-kit/source-iotsitewise": "4.0.0", + "@iot-app-kit/table": "4.0.0", "@stencil/core": "^2.7.0", "@synchro-charts/core": "7.2.0", "styled-components": "^5.3.0" @@ -61734,7 +61734,7 @@ }, "packages/core": { "name": "@iot-app-kit/core", - "version": "3.0.0", + "version": "4.0.0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-iotsitewise": "^3.87.0", @@ -63002,18 +63002,18 @@ }, "packages/dashboard": { "name": "@iot-app-kit/dashboard", - "version": "3.0.0", + "version": "4.0.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": "*", - "@iot-app-kit/core": "*", - "@iot-app-kit/react-components": "*", - "@iot-app-kit/source-iotsitewise": "*", - "@iot-app-kit/table": "*", + "@iot-app-kit/components": "4.0.0", + "@iot-app-kit/core": "4.0.0", + "@iot-app-kit/react-components": "4.0.0", + "@iot-app-kit/source-iotsitewise": "4.0.0", + "@iot-app-kit/table": "4.0.0", "@popperjs/core": "^2.11.6", "@synchro-charts/core": "7.2.0", "@synchro-charts/react": "^7.2.0", @@ -68722,13 +68722,13 @@ }, "packages/react-components": { "name": "@iot-app-kit/react-components", - "version": "3.0.0", + "version": "4.0.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": "4.0.0", + "@iot-app-kit/core": "4.0.0", + "@iot-app-kit/source-iottwinmaker": "4.0.0", "color": "^4.2.3", "d3-shape": "^3.2.0", "dompurify": "2.3.4", @@ -73396,7 +73396,7 @@ }, "packages/related-table": { "name": "@iot-app-kit/related-table", - "version": "3.0.0", + "version": "4.0.0", "license": "Apache-2.0", "dependencies": { "mutationobserver-shim": "^0.3.7", @@ -73610,7 +73610,7 @@ }, "packages/scene-composer": { "name": "@iot-app-kit/scene-composer", - "version": "3.0.0", + "version": "4.0.0", "license": "Apache-2.0", "dependencies": { "@awsui/collection-hooks": "^1.0.0", @@ -73618,8 +73618,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": "4.0.0", + "@iot-app-kit/related-table": "4.0.0", "@matterport/r3f": "^0.1.0", "@matterport/webcomponent": "^0.1.2", "@react-three/drei": "9.56.27", @@ -73658,7 +73658,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": "4.0.0", "@react-spring/three": "^9.7.1", "@storybook/addon-actions": "^6.5.14", "@storybook/addon-controls": "^6.5.14", @@ -79048,12 +79048,12 @@ }, "packages/source-iotsitewise": { "name": "@iot-app-kit/source-iotsitewise", - "version": "3.0.0", + "version": "4.0.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": "4.0.0", "@rollup/plugin-typescript": "^8.3.0", "@synchro-charts/core": "7.2.0", "dataloader": "^2.1.0", @@ -80303,7 +80303,7 @@ }, "packages/source-iottwinmaker": { "name": "@iot-app-kit/source-iottwinmaker", - "version": "3.0.0", + "version": "4.0.0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-iotsitewise": "^3.131.0", @@ -80312,7 +80312,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": "4.0.0", "flush-promises": "^1.0.2", "rxjs": "^7.4.0", "typescript": "4.4.4" @@ -81555,12 +81555,12 @@ }, "packages/table": { "name": "@iot-app-kit/table", - "version": "3.0.0", + "version": "4.0.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": "4.0.0", "@synchro-charts/core": "7.2.0", "d3-array": "^3.1.6" }, @@ -90138,10 +90138,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": "4.0.0", + "@iot-app-kit/related-table": "4.0.0", + "@iot-app-kit/source-iotsitewise": "4.0.0", + "@iot-app-kit/table": "4.0.0", "@rollup/plugin-replace": "^3.0.0", "@stencil/core": "^2.7.0", "@stencil/router": "^1.0.1", @@ -91412,11 +91412,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": "*", - "@iot-app-kit/core": "*", - "@iot-app-kit/react-components": "*", - "@iot-app-kit/source-iotsitewise": "*", - "@iot-app-kit/table": "*", + "@iot-app-kit/components": "4.0.0", + "@iot-app-kit/core": "4.0.0", + "@iot-app-kit/react-components": "4.0.0", + "@iot-app-kit/source-iotsitewise": "4.0.0", + "@iot-app-kit/table": "4.0.0", "@popperjs/core": "^2.11.6", "@reduxjs/toolkit": "^1.8.6", "@rollup/plugin-commonjs": "^22.0.2", @@ -95666,9 +95666,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": "4.0.0", + "@iot-app-kit/core": "4.0.0", + "@iot-app-kit/source-iottwinmaker": "4.0.0", "@storybook/addon-essentials": "^6.5.16", "@storybook/addon-links": "^6.5.16", "@storybook/addon-postcss": "^2.0.0", @@ -99391,9 +99391,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": "4.0.0", + "@iot-app-kit/related-table": "4.0.0", + "@iot-app-kit/source-iottwinmaker": "4.0.0", "@matterport/r3f": "^0.1.0", "@matterport/webcomponent": "^0.1.2", "@react-spring/three": "^9.7.1", @@ -103296,7 +103296,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": "4.0.0", "@rollup/plugin-typescript": "^8.3.0", "@synchro-charts/core": "7.2.0", "@types/jest": "^27.4.0", @@ -104209,7 +104209,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": "4.0.0", "@types/jest": "^27.4.0", "aws-sdk-client-mock": "^1.0.0", "eslint-config-iot-app-kit": "3.0.0", @@ -105114,7 +105114,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": "4.0.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 1d935f9cd..87dfb9aca 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": "4.0.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..e692f7f49 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/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. +## [4.0.0](https://github.com/awslabs/iot-app-kit/compare/components-v3.0.0...components-v4.0.0) (2023-03-13) + + +### Features + +* **React18:** Adds support for react 18 ([596c6b0](https://github.com/awslabs/iot-app-kit/commit/596c6b0ca2757baf445e4b203c3546e2d041e559)) + + +### Bug Fixes + +* **components:** fix connector to iot app kit components ([be91864](https://github.com/awslabs/iot-app-kit/commit/be91864aee326c1c3fd5320b30b86d34f9f246d0)) +* **typescript:** re-enables typescript for component package tests ([12f60b7](https://github.com/awslabs/iot-app-kit/commit/12f60b7847853e17d398e6346d470606467e2d5c)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 3.0.0 to 4.0.0 + * @iot-app-kit/related-table bumped from 3.0.0 to 4.0.0 + * @iot-app-kit/source-iotsitewise bumped from 3.0.0 to 4.0.0 + * @iot-app-kit/table bumped from 3.0.0 to 4.0.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 2e03bfeb6..bc9e3f388 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "3.0.0", + "version": "4.0.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": "4.0.0", + "@iot-app-kit/related-table": "4.0.0", + "@iot-app-kit/source-iotsitewise": "4.0.0", + "@iot-app-kit/table": "4.0.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..d732d496a 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. +## [4.0.0](https://github.com/awslabs/iot-app-kit/compare/core-v3.0.0...core-v4.0.0) (2023-03-13) + + +### Bug Fixes + +* **components:** fix connector to iot app kit components ([be91864](https://github.com/awslabs/iot-app-kit/commit/be91864aee326c1c3fd5320b30b86d34f9f246d0)) + ## [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..2bac7a87e 100755 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "3.0.0", + "version": "4.0.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..96c1cbd33 100644 --- a/packages/dashboard/CHANGELOG.md +++ b/packages/dashboard/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [4.0.0](https://github.com/awslabs/iot-app-kit/compare/dashboard-v3.0.0...dashboard-v4.0.0) (2023-03-13) + + +### Features + +* **dashboard:** add alarm support for widgets ([bf7964a](https://github.com/awslabs/iot-app-kit/commit/bf7964ac18c66c3bcc979425f62a13a705bfae7c)) +* **dashboard:** complete table support ([29bbb4c](https://github.com/awslabs/iot-app-kit/commit/29bbb4cb3297ed739390e349af9069ad6601c368)) +* **React18:** Adds support for react 18 ([596c6b0](https://github.com/awslabs/iot-app-kit/commit/596c6b0ca2757baf445e4b203c3546e2d041e559)) + + +### 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 * to 4.0.0 + * @iot-app-kit/core bumped from * to 4.0.0 + * @iot-app-kit/react-components bumped from * to 4.0.0 + * @iot-app-kit/source-iotsitewise bumped from * to 4.0.0 + * @iot-app-kit/table bumped from * to 4.0.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 4948f2f13..5d46edd55 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "3.0.0", + "version": "4.0.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": "*", - "@iot-app-kit/core": "*", - "@iot-app-kit/react-components": "*", - "@iot-app-kit/source-iotsitewise": "*", - "@iot-app-kit/table": "*", + "@iot-app-kit/components": "4.0.0", + "@iot-app-kit/core": "4.0.0", + "@iot-app-kit/react-components": "4.0.0", + "@iot-app-kit/source-iotsitewise": "4.0.0", + "@iot-app-kit/table": "4.0.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..6ef570def 100644 --- a/packages/react-components/CHANGELOG.md +++ b/packages/react-components/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.0.0](https://github.com/awslabs/iot-app-kit/compare/react-components-v3.0.0...react-components-v4.0.0) (2023-03-13) + + +### Features + +* **React18:** Adds support for react 18 ([596c6b0](https://github.com/awslabs/iot-app-kit/commit/596c6b0ca2757baf445e4b203c3546e2d041e559)) + + +### Bug Fixes + +* **components:** fix connector to iot app kit components ([be91864](https://github.com/awslabs/iot-app-kit/commit/be91864aee326c1c3fd5320b30b86d34f9f246d0)) +* **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 4.0.0 + * @iot-app-kit/core bumped from 3.0.0 to 4.0.0 + * @iot-app-kit/source-iottwinmaker bumped from 3.0.0 to 4.0.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 2ea3e28b1..52eac9143 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": "4.0.0", "description": "React specific wrapper for IoT Application Kit", "author": { "name": "Amazon Web Services", @@ -104,9 +104,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": "4.0.0", + "@iot-app-kit/core": "4.0.0", + "@iot-app-kit/source-iottwinmaker": "4.0.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..ad46b6061 100644 --- a/packages/related-table/CHANGELOG.md +++ b/packages/related-table/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.0.0](https://github.com/awslabs/iot-app-kit/compare/related-table-v3.0.0...related-table-v4.0.0) (2023-03-13) + + +### Features + +* **React18:** Adds support for react 18 ([596c6b0](https://github.com/awslabs/iot-app-kit/commit/596c6b0ca2757baf445e4b203c3546e2d041e559)) + + +### Bug Fixes + +* Support additional parameters in intercepting calls to table cell renderer ([ce2be51](https://github.com/awslabs/iot-app-kit/commit/ce2be513327e658b5f391f0fbf94f9fe192af530)) + ## [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 2063e8ee6..3f363d47f 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": "4.0.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..94ba37697 100644 --- a/packages/scene-composer/CHANGELOG.md +++ b/packages/scene-composer/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.0.0](https://github.com/awslabs/iot-app-kit/compare/scene-composer-v3.0.0...scene-composer-v4.0.0) (2023-03-13) + + +### Features + +* **composer:** add runtime tag settings change support ([eeda501](https://github.com/awslabs/iot-app-kit/commit/eeda501d456c10f61123f9c4f77618bb870816f5)) +* **React18:** Adds support for react 18 ([596c6b0](https://github.com/awslabs/iot-app-kit/commit/596c6b0ca2757baf445e4b203c3546e2d041e559)) + + +### 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 4.0.0 + * @iot-app-kit/related-table bumped from 3.0.0 to 4.0.0 + * devDependencies + * @iot-app-kit/source-iottwinmaker bumped from 3.0.0 to 4.0.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 7ef32246f..19fde230e 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": "4.0.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": "4.0.0", "@react-spring/three": "^9.7.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": "4.0.0", + "@iot-app-kit/related-table": "4.0.0", "@matterport/r3f": "^0.1.0", "@matterport/webcomponent": "^0.1.2", "@react-three/drei": "9.56.27", diff --git a/packages/source-iotsitewise/CHANGELOG.md b/packages/source-iotsitewise/CHANGELOG.md index 5a7e3e2a7..558b79e78 100644 --- a/packages/source-iotsitewise/CHANGELOG.md +++ b/packages/source-iotsitewise/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. +## [4.0.0](https://github.com/awslabs/iot-app-kit/compare/source-iotsitewise-v3.0.0...source-iotsitewise-v4.0.0) (2023-03-13) + + +### ⚠ BREAKING CHANGES + +* **source-iotsitewise:** support propertyAlias in quries + +### Features + +* **source-iotsitewise:** support propertyAlias in quries ([bfe32ce](https://github.com/awslabs/iot-app-kit/commit/bfe32ce74ba6008ae6bb15d1b5f60e8546d36135)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 3.0.0 to 4.0.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..72f8d76d9 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": "4.0.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": "4.0.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..5d71e30b1 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. +## [4.0.0](https://github.com/awslabs/iot-app-kit/compare/source-iottwinmaker-v3.0.0...source-iottwinmaker-v4.0.0) (2023-03-13) + + +### Features + +* **React18:** Adds support for react 18 ([596c6b0](https://github.com/awslabs/iot-app-kit/commit/596c6b0ca2757baf445e4b203c3546e2d041e559)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 3.0.0 to 4.0.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..0d50cf9dc 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": "4.0.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": "4.0.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..4c54e5cdb 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. +## [4.0.0](https://github.com/awslabs/iot-app-kit/compare/table-v3.0.0...table-v4.0.0) (2023-03-13) + + +### Features + +* **React18:** Adds support for react 18 ([596c6b0](https://github.com/awslabs/iot-app-kit/commit/596c6b0ca2757baf445e4b203c3546e2d041e559)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 3.0.0 to 4.0.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 184e094ea..e21a90b9b 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "3.0.0", + "version": "4.0.0", "description": "IoT Application Kit - Table component", "license": "Apache-2.0", "main": "./dist/index.cj.js", @@ -75,7 +75,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": "4.0.0", "@synchro-charts/core": "7.2.0", "d3-array": "^3.1.6" }