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..847ae8637 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-14) + + +### ⚠ 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 6a9b68439..6f5da51a5 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/*", @@ -328,7 +328,6 @@ "node_modules/@aws-sdk/client-cognito-identity": { "version": "3.163.0", "integrity": "sha512-KH/GWH0OKJD9HYtXKo7wkcCx8nbNod3lmu21hZh5OgMXqP4GbVMCgYj5DIxqkcMpGYD1q2WA0/OPul+lqkcyMg==", - "dev": true, "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-browser": "2.0.0", @@ -2063,7 +2062,6 @@ "node_modules/@aws-sdk/credential-provider-cognito-identity": { "version": "3.163.0", "integrity": "sha512-c2nO8uOIehHH0v/xL5ZEwfAidq/EJsbytzlbHvBQWER4ez96AqQCt4u1jWcTg4h9zDuYW62kGsvqu4pZnH+JcA==", - "dev": true, "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-cognito-identity": "3.163.0", @@ -2186,7 +2184,6 @@ "node_modules/@aws-sdk/credential-providers": { "version": "3.163.0", "integrity": "sha512-xOV8btU1zeeqSGapV4irUPkSgTwbDpZ8QT8MZDPZAvbCW8slYwci4TO2W1iOdbTaEH32zhXXrYqyqjU3bG476g==", - "dev": true, "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-cognito-identity": "3.163.0", @@ -10420,11 +10417,32 @@ "rollup": "^1.20.0 || ^2.0.0" } }, + "node_modules/@rollup/plugin-typescript": { + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-8.5.0.tgz", + "integrity": "sha512-wMv1/scv0m/rXx21wD2IsBbJFba8wGF3ErJIr6IKRfRj49S85Lszbxb4DCo8iILpluTjk2GAAu9CoZt4G3ppgQ==", + "dependencies": { + "@rollup/pluginutils": "^3.1.0", + "resolve": "^1.17.0" + }, + "engines": { + "node": ">=8.0.0" + }, + "peerDependencies": { + "rollup": "^2.14.0", + "tslib": "*", + "typescript": ">=3.7.0" + }, + "peerDependenciesMeta": { + "tslib": { + "optional": true + } + } + }, "node_modules/@rollup/pluginutils": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz", "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==", - "dev": true, "license": "MIT", "dependencies": { "@types/estree": "0.0.39", @@ -10442,7 +10460,6 @@ "version": "0.0.39", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==", - "dev": true, "license": "MIT" }, "node_modules/@sinclair/typebox": { @@ -30792,7 +30809,6 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz", "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==", - "dev": true, "license": "MIT" }, "node_modules/esutils": { @@ -32042,7 +32058,6 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/flush-promises/-/flush-promises-1.0.2.tgz", "integrity": "sha512-G0sYfLQERwKz4+4iOZYQEZVpOt9zQrlItIxQAAYAWpfby3gbHrx0osCHz5RLl/XoXevXk0xoN4hDFky/VV9TrA==", - "dev": true, "license": "MIT" }, "node_modules/flush-write-stream": { @@ -59694,16 +59709,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" @@ -59775,7 +59790,7 @@ }, "packages/core": { "name": "@iot-app-kit/core", - "version": "3.0.0", + "version": "4.0.0", "license": "Apache-2.0", "dependencies": { "d3-array": "^3.2.2", @@ -59863,18 +59878,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": "^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": "^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", "box-intersect": "^1.0.2", @@ -62419,13 +62434,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", @@ -62435,7 +62450,7 @@ }, "devDependencies": { "@iot-app-kit/jest-config": "*", - "@iot-app-kit/source-iotsitewise": "^3.0.0", + "@iot-app-kit/source-iotsitewise": "^4.0.0", "@iot-app-kit/testing-util": "^3.0.0", "@iot-app-kit/ts-config": "*", "@jest/globals": "^29.5.0", @@ -63551,7 +63566,7 @@ }, "packages/related-table": { "name": "@iot-app-kit/related-table", - "version": "3.0.0", + "version": "4.0.0", "license": "Apache-2.0", "dependencies": { "uuid": "^9.0.0" @@ -64281,7 +64296,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", @@ -64289,8 +64304,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", @@ -64329,7 +64344,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", @@ -66284,12 +66299,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", "@synchro-charts/core": "7.2.0", "dataloader": "^2.2.2", "lodash.isequal": "^4.5.0", @@ -66369,7 +66384,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", @@ -66378,7 +66393,7 @@ "@aws-sdk/client-kinesis-video-archived-media": "^3.131.0", "@aws-sdk/client-s3": "^3.72.0", "@aws-sdk/url-parser": "^3.289.0", - "@iot-app-kit/core": "3.0.0", + "@iot-app-kit/core": "4.0.0", "lodash": "^4.17.21", "rxjs": "^7.8.0" }, @@ -66474,12 +66489,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.2.2" }, @@ -67109,6 +67124,52 @@ "uuid": "^9.0.0" } }, + "packages/testing-util/node_modules/@iot-app-kit/core": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@iot-app-kit/core/-/core-3.0.0.tgz", + "integrity": "sha512-SRqSXYPHvP4mAnz1pg4088UieVRDmFjaF63BwdV7QvFkdTvCxY8cUCsL0KcPJfUwe4psg9zjavEjoA1k27nKMQ==", + "dependencies": { + "@aws-sdk/client-iotsitewise": "^3.87.0", + "@aws-sdk/credential-providers": "^3.39.0", + "@rollup/plugin-typescript": "^8.3.0", + "@synchro-charts/core": "7.2.0", + "d3-array": "^2.3.2", + "flush-promises": "^1.0.2", + "intervals-fn": "^3.0.3", + "lodash.isequal": "^4.5.0", + "lodash.isnumber": "^3.0.3", + "lodash.round": "^4.0.4", + "lodash.throttle": "^4.1.1", + "lodash.uniq": "^4.5.0", + "lodash.uniqby": "^4.7.0", + "parse-duration": "^1.0.0", + "redux": "^4.0.4", + "rxjs": "^7.4.0", + "typescript": "4.4.4", + "uuid": "^3.3.2" + } + }, + "packages/testing-util/node_modules/@iot-app-kit/core/node_modules/uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", + "bin": { + "uuid": "bin/uuid" + } + }, + "packages/testing-util/node_modules/typescript": { + "version": "4.4.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz", + "integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=4.2.0" + } + }, "packages/testing-util/node_modules/uuid": { "version": "9.0.0", "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", @@ -67312,7 +67373,6 @@ "@aws-sdk/client-cognito-identity": { "version": "3.163.0", "integrity": "sha512-KH/GWH0OKJD9HYtXKo7wkcCx8nbNod3lmu21hZh5OgMXqP4GbVMCgYj5DIxqkcMpGYD1q2WA0/OPul+lqkcyMg==", - "dev": true, "requires": { "@aws-crypto/sha256-browser": "2.0.0", "@aws-crypto/sha256-js": "2.0.0", @@ -68756,7 +68816,6 @@ "@aws-sdk/credential-provider-cognito-identity": { "version": "3.163.0", "integrity": "sha512-c2nO8uOIehHH0v/xL5ZEwfAidq/EJsbytzlbHvBQWER4ez96AqQCt4u1jWcTg4h9zDuYW62kGsvqu4pZnH+JcA==", - "dev": true, "requires": { "@aws-sdk/client-cognito-identity": "3.163.0", "@aws-sdk/property-provider": "3.162.0", @@ -68847,7 +68906,6 @@ "@aws-sdk/credential-providers": { "version": "3.163.0", "integrity": "sha512-xOV8btU1zeeqSGapV4irUPkSgTwbDpZ8QT8MZDPZAvbCW8slYwci4TO2W1iOdbTaEH32zhXXrYqyqjU3bG476g==", - "dev": true, "requires": { "@aws-sdk/client-cognito-identity": "3.163.0", "@aws-sdk/client-sso": "3.163.0", @@ -72454,10 +72512,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", "@iot-app-kit/testing-util": "^3.0.0", "@rollup/plugin-replace": "^3.0.0", "@stencil/core": "^2.7.0", @@ -72584,12 +72642,12 @@ "@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/components": "^4.0.0", + "@iot-app-kit/core": "^4.0.0", "@iot-app-kit/jest-config": "^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/react-components": "4.0.0", + "@iot-app-kit/source-iotsitewise": "4.0.0", + "@iot-app-kit/table": "4.0.0", "@iot-app-kit/ts-config": "^3.0.0", "@popperjs/core": "^2.11.6", "@reduxjs/toolkit": "^1.8.6", @@ -74584,11 +74642,11 @@ "version": "file:packages/react-components", "requires": { "@awsui/components-react": "^3.0.0", - "@iot-app-kit/components": "3.0.0", - "@iot-app-kit/core": "3.0.0", + "@iot-app-kit/components": "4.0.0", + "@iot-app-kit/core": "4.0.0", "@iot-app-kit/jest-config": "*", - "@iot-app-kit/source-iotsitewise": "^3.0.0", - "@iot-app-kit/source-iottwinmaker": "3.0.0", + "@iot-app-kit/source-iotsitewise": "^4.0.0", + "@iot-app-kit/source-iottwinmaker": "4.0.0", "@iot-app-kit/testing-util": "^3.0.0", "@iot-app-kit/ts-config": "*", "@jest/globals": "^29.5.0", @@ -76077,9 +76135,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", @@ -77543,7 +77601,7 @@ "@aws-sdk/client-iot-events": "^3.118.1", "@aws-sdk/client-iotsitewise": "^3.87.0", "@aws-sdk/types": "^3.289.0", - "@iot-app-kit/core": "3.0.0", + "@iot-app-kit/core": "4.0.0", "@iot-app-kit/jest-config": "3.0.0", "@iot-app-kit/ts-config": "3.0.0", "@synchro-charts/core": "7.2.0", @@ -77618,7 +77676,7 @@ "@aws-sdk/client-s3": "^3.72.0", "@aws-sdk/types": "^3.289.0", "@aws-sdk/url-parser": "^3.289.0", - "@iot-app-kit/core": "3.0.0", + "@iot-app-kit/core": "4.0.0", "@iot-app-kit/jest-config": "3.0.0", "@iot-app-kit/ts-config": "3.0.0", "@types/jest": "^29.4.0", @@ -77701,7 +77759,7 @@ "requires": { "@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", "@iot-app-kit/jest-config": "^3.0.0", "@iot-app-kit/ts-config": "*", "@synchro-charts/core": "7.2.0", @@ -78177,6 +78235,43 @@ "uuid": "^9.0.0" }, "dependencies": { + "@iot-app-kit/core": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@iot-app-kit/core/-/core-3.0.0.tgz", + "integrity": "sha512-SRqSXYPHvP4mAnz1pg4088UieVRDmFjaF63BwdV7QvFkdTvCxY8cUCsL0KcPJfUwe4psg9zjavEjoA1k27nKMQ==", + "requires": { + "@aws-sdk/client-iotsitewise": "^3.87.0", + "@aws-sdk/credential-providers": "^3.39.0", + "@rollup/plugin-typescript": "^8.3.0", + "@synchro-charts/core": "7.2.0", + "d3-array": "^2.3.2", + "flush-promises": "^1.0.2", + "intervals-fn": "^3.0.3", + "lodash.isequal": "^4.5.0", + "lodash.isnumber": "^3.0.3", + "lodash.round": "^4.0.4", + "lodash.throttle": "^4.1.1", + "lodash.uniq": "^4.5.0", + "lodash.uniqby": "^4.7.0", + "parse-duration": "^1.0.0", + "redux": "^4.0.4", + "rxjs": "^7.4.0", + "typescript": "4.4.4", + "uuid": "^3.3.2" + }, + "dependencies": { + "uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + } + } + }, + "typescript": { + "version": "4.4.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz", + "integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==" + }, "uuid": { "version": "9.0.0", "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", @@ -80498,11 +80593,19 @@ "magic-string": "^0.25.7" } }, + "@rollup/plugin-typescript": { + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-8.5.0.tgz", + "integrity": "sha512-wMv1/scv0m/rXx21wD2IsBbJFba8wGF3ErJIr6IKRfRj49S85Lszbxb4DCo8iILpluTjk2GAAu9CoZt4G3ppgQ==", + "requires": { + "@rollup/pluginutils": "^3.1.0", + "resolve": "^1.17.0" + } + }, "@rollup/pluginutils": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz", "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==", - "dev": true, "requires": { "@types/estree": "0.0.39", "estree-walker": "^1.0.1", @@ -80512,8 +80615,7 @@ "@types/estree": { "version": "0.0.39", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", - "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==", - "dev": true + "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==" } } }, @@ -95460,8 +95562,7 @@ "estree-walker": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz", - "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==", - "dev": true + "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==" }, "esutils": { "version": "2.0.3", @@ -96384,8 +96485,7 @@ "flush-promises": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/flush-promises/-/flush-promises-1.0.2.tgz", - "integrity": "sha512-G0sYfLQERwKz4+4iOZYQEZVpOt9zQrlItIxQAAYAWpfby3gbHrx0osCHz5RLl/XoXevXk0xoN4hDFky/VV9TrA==", - "dev": true + "integrity": "sha512-G0sYfLQERwKz4+4iOZYQEZVpOt9zQrlItIxQAAYAWpfby3gbHrx0osCHz5RLl/XoXevXk0xoN4hDFky/VV9TrA==" }, "flush-write-stream": { "version": "1.1.1", diff --git a/package.json b/package.json index db09ed48e..6e3030324 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..73eb5f50c 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-14) + + +### 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 4979426e0..e701d7662 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", @@ -62,10 +62,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..f3bc78e1f 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-14) + + +### 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 0d8733fa8..0bb89fd61 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/cjs/index.js", "module": "./dist/es/index.js", diff --git a/packages/dashboard/CHANGELOG.md b/packages/dashboard/CHANGELOG.md index 3c7c6515f..ee2af58b3 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-14) + + +### 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 ^3.0.0 to ^4.0.0 + * @iot-app-kit/core bumped from ^3.0.0 to ^4.0.0 + * @iot-app-kit/react-components 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/dashboard-v2.6.5...dashboard-v3.0.0) (2023-03-04) diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 6890541a8..f9a7e6008 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", @@ -91,11 +91,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": "^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", "box-intersect": "^1.0.2", diff --git a/packages/react-components/CHANGELOG.md b/packages/react-components/CHANGELOG.md index eb58716c5..1f5322d6a 100644 --- a/packages/react-components/CHANGELOG.md +++ b/packages/react-components/CHANGELOG.md @@ -2,6 +2,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/react-components-v3.0.0...react-components-v4.0.0) (2023-03-14) + + +### 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 + * devDependencies + * @iot-app-kit/source-iotsitewise 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 35c862c52..aaa269736 100644 --- a/packages/react-components/package.json +++ b/packages/react-components/package.json @@ -12,7 +12,7 @@ "publishConfig": { "access": "public" }, - "version": "3.0.0", + "version": "4.0.0", "scripts": { "build": "npm run clean && npm run build:es && npm run build:cjs", "build:es": "tsc -p ./tsconfig.json --outDir ./dist/es", @@ -42,7 +42,7 @@ }, "devDependencies": { "@iot-app-kit/jest-config": "*", - "@iot-app-kit/source-iotsitewise": "^3.0.0", + "@iot-app-kit/source-iotsitewise": "^4.0.0", "@iot-app-kit/testing-util": "^3.0.0", "@iot-app-kit/ts-config": "*", "@jest/globals": "^29.5.0", @@ -76,9 +76,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..9d9dd151b 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-14) + + +### 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 ffeaa75dd..b1e7baf5d 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..b7f104d9d 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-14) + + +### 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 58e03209f..5e034d58b 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", @@ -136,8 +136,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..6ec9b6a7e 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-14) + + +### ⚠ 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 09e791038..dd3d32604 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", "@synchro-charts/core": "7.2.0", "dataloader": "^2.2.2", "lodash.isequal": "^4.5.0", diff --git a/packages/source-iottwinmaker/CHANGELOG.md b/packages/source-iottwinmaker/CHANGELOG.md index 5146110f0..db80868e7 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-14) + + +### 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 2e649345b..f65855a44 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-archived-media": "^3.131.0", "@aws-sdk/client-s3": "^3.72.0", "@aws-sdk/url-parser": "^3.289.0", - "@iot-app-kit/core": "3.0.0", + "@iot-app-kit/core": "4.0.0", "lodash": "^4.17.21", "rxjs": "^7.8.0" }, diff --git a/packages/table/CHANGELOG.md b/packages/table/CHANGELOG.md index 75d166a3a..0a578c3c2 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-14) + + +### 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 33e9dd992..3c8b8edbf 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/cjs/index.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": "4.0.0", "@synchro-charts/core": "7.2.0", "d3-array": "^3.2.2" }