From 74685e0a27d70a5149e9d1f8b40584d7e2790305 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 22:18:36 +0000 Subject: [PATCH] chore: release 10.0.0 --- .release-please-manifest.json | 32 +-- CHANGELOG.md | 76 +++++++ configuration/eslint-config/CHANGELOG.md | 7 + configuration/eslint-config/package.json | 2 +- configuration/jest-config/CHANGELOG.md | 7 + configuration/jest-config/package.json | 2 +- configuration/ts-config/CHANGELOG.md | 7 + configuration/ts-config/package.json | 2 +- package-lock.json | 252 +++++++++++----------- package.json | 2 +- packages/components/CHANGELOG.md | 19 ++ packages/components/package.json | 12 +- packages/core-util/CHANGELOG.md | 17 ++ packages/core-util/package.json | 8 +- packages/core/CHANGELOG.md | 23 ++ packages/core/package.json | 8 +- packages/dashboard/CHANGELOG.md | 62 ++++++ packages/dashboard/package.json | 20 +- packages/doc-site/CHANGELOG.md | 26 +++ packages/doc-site/package.json | 10 +- packages/react-components/CHANGELOG.md | 46 ++++ packages/react-components/package.json | 22 +- packages/related-table/CHANGELOG.md | 16 ++ packages/related-table/package.json | 8 +- packages/scene-composer/CHANGELOG.md | 40 ++++ packages/scene-composer/package.json | 12 +- packages/source-iotsitewise/CHANGELOG.md | 26 +++ packages/source-iotsitewise/package.json | 14 +- packages/source-iottwinmaker/CHANGELOG.md | 19 ++ packages/source-iottwinmaker/package.json | 10 +- packages/testing-util/CHANGELOG.md | 17 ++ packages/testing-util/package.json | 8 +- packages/tools-iottwinmaker/CHANGELOG.md | 7 + packages/tools-iottwinmaker/package.json | 2 +- 34 files changed, 628 insertions(+), 213 deletions(-) create mode 100644 packages/doc-site/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cf209ad38..8ae3abb8a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,18 +1,18 @@ { - "packages/components": "9.15.0", - "packages/core": "9.15.0", - "packages/dashboard": "9.15.0", - "packages/doc-site": "9.15.0", - "packages/core-util": "9.15.0", - "packages/react-components": "9.15.0", - "packages/related-table": "9.15.0", - "packages/scene-composer": "9.15.0", - "packages/source-iotsitewise": "9.15.0", - "packages/source-iottwinmaker": "9.15.0", - ".": "9.15.0", - "configuration/jest-config": "9.15.0", - "packages/testing-util": "9.15.0", - "configuration/ts-config": "9.15.0", - "configuration/eslint-config": "9.15.0", - "packages/tools-iottwinmaker": "9.15.0" + "packages/components": "10.0.0", + "packages/core": "10.0.0", + "packages/dashboard": "10.0.0", + "packages/doc-site": "10.0.0", + "packages/core-util": "10.0.0", + "packages/react-components": "10.0.0", + "packages/related-table": "10.0.0", + "packages/scene-composer": "10.0.0", + "packages/source-iotsitewise": "10.0.0", + "packages/source-iottwinmaker": "10.0.0", + ".": "10.0.0", + "configuration/jest-config": "10.0.0", + "packages/testing-util": "10.0.0", + "configuration/ts-config": "10.0.0", + "configuration/eslint-config": "10.0.0", + "packages/tools-iottwinmaker": "10.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d745b6a14..7fe35cd17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,82 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.0.0](https://github.com/awslabs/iot-app-kit/compare/root-v9.15.0...root-v10.0.0) (2024-02-28) + + +### ⚠ BREAKING CHANGES + +* **composer:** remove deprecated and internal interfaces from public + +### Features + +* add arrow to asset name [#2551](https://github.com/awslabs/iot-app-kit/issues/2551) ([bd12bea](https://github.com/awslabs/iot-app-kit/commit/bd12bea402358d9a641740cb17c8bc9a04e215cc)) +* add threshold settings to KPI ([2fa0429](https://github.com/awslabs/iot-app-kit/commit/2fa0429b6262092b4b3c86c21b8808b90e2d49fe)) +* added a label time range for viewport picker in dashboard header [#2559](https://github.com/awslabs/iot-app-kit/issues/2559) ([743cb80](https://github.com/awslabs/iot-app-kit/commit/743cb80ec36d116d6ef25e97ec54f2238ddb2ea1)) +* added accessible labels to different toolbar container [#2510](https://github.com/awslabs/iot-app-kit/issues/2510) ([ce5af6f](https://github.com/awslabs/iot-app-kit/commit/ce5af6fbc6e6b887f3fade9395bcbf54da386a88)) +* added viewport timestamps in xy plot [#2470](https://github.com/awslabs/iot-app-kit/issues/2470) ([46c1d24](https://github.com/awslabs/iot-app-kit/commit/46c1d24b99ff2ca9fb990ceed341ad6820c21f01)) +* added visible labels operator and value for threshold controls for accessibility [#2512](https://github.com/awslabs/iot-app-kit/issues/2512) [#2513](https://github.com/awslabs/iot-app-kit/issues/2513) ([06b5ee5](https://github.com/awslabs/iot-app-kit/commit/06b5ee58a9a823bacb29c60c546b803b89f1cb97)) +* adding docker setup for scene-composer ui tests ([3db0c9b](https://github.com/awslabs/iot-app-kit/commit/3db0c9bf11dcba40782241f3886cd79f1912f00f)) +* changed outline for config panel text style buttons on focus initiated by tab [#2547](https://github.com/awslabs/iot-app-kit/issues/2547) ([e94fee7](https://github.com/awslabs/iot-app-kit/commit/e94fee72e095161258d01cbe9777aeca833f5c90)) +* **composer:** createDynamicScene util ([0b3b80c](https://github.com/awslabs/iot-app-kit/commit/0b3b80c0e62176c76411fe07718df7ef6849ef3a)) +* **composer:** save scene level data to scene root entity ([6cabfb5](https://github.com/awslabs/iot-app-kit/commit/6cabfb55de10004b1f0314cb7be931ef3969b09e)) +* **composer:** show delete confirmation modal for dynamic scene ([fdc9ef1](https://github.com/awslabs/iot-app-kit/commit/fdc9ef16df97d1528b3f28c96470e513bb9722a7)) +* **composer:** support showing flash message ([da7281a](https://github.com/awslabs/iot-app-kit/commit/da7281a84e47325c56071850f6ea49a6eed73233)) +* conditionally display latest value in legend table [#2277](https://github.com/awslabs/iot-app-kit/issues/2277) ([d3feb29](https://github.com/awslabs/iot-app-kit/commit/d3feb2920f3c63b0b2ce9580fc07a86475fc1ff1)) +* **dashboard:** adding new property panel layout ([39a8271](https://github.com/awslabs/iot-app-kit/commit/39a82711f97cf14494bd0ff6e74338bb41b8ff18)) +* **dashboard:** make component library keyboard accessible ([164b0ce](https://github.com/awslabs/iot-app-kit/commit/164b0ce2a2ec6b5610d9a5c346cecda914d3bdea)) +* enable dynamic assets on edge mode ([5b6a9e8](https://github.com/awslabs/iot-app-kit/commit/5b6a9e8d43b45ec0c3d4e60491557542f969ef58)) +* introduce edgeMode in dashboard components ([c168fb4](https://github.com/awslabs/iot-app-kit/commit/c168fb45b68252e25385c38bc20752ce1ffcd4e8)) +* introduce edgeMode in source-iotsitewise ([3106695](https://github.com/awslabs/iot-app-kit/commit/31066951a245712a0b7aa94fd3307813390ab8e4)) +* kpi and status gated config panel ([1f56b4f](https://github.com/awslabs/iot-app-kit/commit/1f56b4f2e7212ddfcc216fb778e0d4db57309ab2)) +* made widget tooltip dismissable by pressing escape key [#2511](https://github.com/awslabs/iot-app-kit/issues/2511) ([87c81b5](https://github.com/awslabs/iot-app-kit/commit/87c81b5d2302c2656a9dbeacea02bbae9a334ede)) +* new design status (gated) ([69d6c97](https://github.com/awslabs/iot-app-kit/commit/69d6c979d1baefd4fd486cf0d1402b7357e8506b)) +* **react-components:** add max column to legend ([322c20f](https://github.com/awslabs/iot-app-kit/commit/322c20f0d438ecb45ee02fae186f6a198963c5b6)) +* **react-components:** add min column to legend ([69ba923](https://github.com/awslabs/iot-app-kit/commit/69ba92324da42770e267c9a0bce717ebf1ca0dbf)) +* **react-components:** calculate min/max and store value in store for chart to consume ([41b8551](https://github.com/awslabs/iot-app-kit/commit/41b855103e6643dd79e6e0fc9e7350fddefd9101)) +* **scene composer:** adding data-testid to improve e2e test ([1e5ab86](https://github.com/awslabs/iot-app-kit/commit/1e5ab863f89fcdf66aa7b4c0e3b0f5c77367411e)) +* **scene composer:** setting up 3D test harness ([df62eef](https://github.com/awslabs/iot-app-kit/commit/df62eefd048a66f327070bc8c90b4c9b964de26e)) +* **scene-composer:** enable accelerated raycasting for 3D Tiles ([84d2ce4](https://github.com/awslabs/iot-app-kit/commit/84d2ce4783c74a3792c11009f99cfac888cd848d)) +* screen reader and keyboard accessibility for text widget link settings [#2363](https://github.com/awslabs/iot-app-kit/issues/2363) ([f0c0811](https://github.com/awslabs/iot-app-kit/commit/f0c08117f18158f7d2b486ce2ae0f21cfcf0a1f6)) +* show/hide aggregation and resolution in KPI ([aef1f14](https://github.com/awslabs/iot-app-kit/commit/aef1f146c6d4db03d759b76896d78e966b1ce1e6)) +* **Tiles3D:** add Tiles3D AssetType and evaluate model type when adding a 3D model to the scene ([eec0f50](https://github.com/awslabs/iot-app-kit/commit/eec0f508caa4b1f6b2c7a84baa4f45bf4dc7195b)) +* updated KPI style (gated) ([31ea2f3](https://github.com/awslabs/iot-app-kit/commit/31ea2f371676be9b6412073772b9110b01c42786)) +* widget tool box on mouse hover and selection state ([c80d42a](https://github.com/awslabs/iot-app-kit/commit/c80d42a3d10223d0d7edd5b3ee1b23c9ab613399)) + + +### Bug Fixes + +* add doc-site to release-please config ([08fb141](https://github.com/awslabs/iot-app-kit/commit/08fb141eee84f97d80082317532c3434aa78d55b)) +* add doc-site to release-please config ([ccf5086](https://github.com/awslabs/iot-app-kit/commit/ccf5086fc9ef362e7c61c4d02cb3e88aa20b21c5)) +* aws clients marked as peer dependencies ([0272167](https://github.com/awslabs/iot-app-kit/commit/027216707ec5fdd77390ef1de132ef744f4f17b8)) +* chart gesture icons overlap on mouse hover ([b5e5c0d](https://github.com/awslabs/iot-app-kit/commit/b5e5c0d6115ed8eb9d819a9b4ceef31c7b56db2b)) +* **composer:** cannot delete scene node of a child and then its parent ([a2e140a](https://github.com/awslabs/iot-app-kit/commit/a2e140ab0ef05975e2ec1d8e36a4d68ad9087911)) +* **composer:** refactor scene modal rendering ([1d797b1](https://github.com/awslabs/iot-app-kit/commit/1d797b1a6aeab60e45f8e11daf8cd97b9b21033b)) +* **composer:** remove deprecated and internal interfaces from public ([07e82b4](https://github.com/awslabs/iot-app-kit/commit/07e82b42963931ddce95362f4a6cca9add6a1423)) +* **dashboard:** revert the title change for line chart ([88ed63e](https://github.com/awslabs/iot-app-kit/commit/88ed63ebd6e4f4da8c25820891afdc2ce6ac8903)) +* **dashboard:** style fixes to make the dashboard accessible at small screensizes ([dde49e6](https://github.com/awslabs/iot-app-kit/commit/dde49e6bc06f8b7f2472ab36db91196e93ce84aa)) +* default Style tab upon widget selection ([5456435](https://github.com/awslabs/iot-app-kit/commit/5456435081da8e77a860c2c3f38b841a728eb4f8)) +* **example:** make sure selection change uses the entity binding component index ([200d0db](https://github.com/awslabs/iot-app-kit/commit/200d0db2171d21d5545a1c7e9d8403ac7bbeae3e)) +* fixed the bug in saving workspace in localstorage [#2566](https://github.com/awslabs/iot-app-kit/issues/2566) ([7a7f619](https://github.com/awslabs/iot-app-kit/commit/7a7f61920438b8d30b8a42a1d71971e4822d56be)) +* fixed the workspace required errorin search [#2384](https://github.com/awslabs/iot-app-kit/issues/2384) ([0ff9bc3](https://github.com/awslabs/iot-app-kit/commit/0ff9bc3887cc87441b80df017d964be36727be7f)) +* internal pipeline has issues with lfs, reverting ([968f950](https://github.com/awslabs/iot-app-kit/commit/968f95005c51591d7cb99af323808fd232b8d4e9)) +* min max is sortable and not present on widget add ([7578a2e](https://github.com/awslabs/iot-app-kit/commit/7578a2e113221b2d3c00c01d2ede253e7ce07081)) +* min/max values have correct significant digits ([50e183d](https://github.com/awslabs/iot-app-kit/commit/50e183d240ecf329362e10d21b9864d08cb525ee)) +* preserve viewMode onSave ([731756a](https://github.com/awslabs/iot-app-kit/commit/731756a3d89bb5eca611c0bb4d3b576822f108f3)) +* remove double aggregation picker ([dea30ce](https://github.com/awslabs/iot-app-kit/commit/dea30ce3e50f5bba5931970eaf5e8d233753b1b2)) +* remove fetchMostRecentBeforeStart from status and kpi ([f9b3183](https://github.com/awslabs/iot-app-kit/commit/f9b3183ce5e52462f5120362a130b4aea6588671)) +* **scene:** update dependency for selection change use effect ([623b55b](https://github.com/awslabs/iot-app-kit/commit/623b55b016890a3e537fdae0b1d39ec665603834)) +* set npm-publish to node v16 ([057eac9](https://github.com/awslabs/iot-app-kit/commit/057eac9f5629be32bf2415fb3f241f715f8150c1)) +* testing-util as devDependency of doc-site ([3cc2bb0](https://github.com/awslabs/iot-app-kit/commit/3cc2bb08294244c3f6fd15800892d6402894b434)) +* update react-components public API for status and kpi widgets ([5e7bd49](https://github.com/awslabs/iot-app-kit/commit/5e7bd49fc6ae36fbdbd85e8c02bbb0b4ac082346)) +* updated the ux for widget actions [#2439](https://github.com/awslabs/iot-app-kit/issues/2439) ([c50cd03](https://github.com/awslabs/iot-app-kit/commit/c50cd0381e7e1240b30bbffa1cd4a4c4f5de4987)) +* updated the viewport settings for dynamic input [#2565](https://github.com/awslabs/iot-app-kit/issues/2565) ([7589b1d](https://github.com/awslabs/iot-app-kit/commit/7589b1d1c52aa9a9c5e4ce2336afb8b44d251f55)) + + +### Reverts + +* "feat(dashboard): adding new property panel layout" ([9f6b707](https://github.com/awslabs/iot-app-kit/commit/9f6b707b0ba78981d6ee65536260acf0e1a3bb38)) + ## [9.15.0](https://github.com/awslabs/iot-app-kit/compare/root-v9.14.0...root-v9.15.0) (2024-02-01) diff --git a/configuration/eslint-config/CHANGELOG.md b/configuration/eslint-config/CHANGELOG.md index a7020ed67..b39d1cab9 100644 --- a/configuration/eslint-config/CHANGELOG.md +++ b/configuration/eslint-config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.0.0](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v9.15.0...eslint-config-v10.0.0) (2024-02-28) + + +### Miscellaneous Chores + +* **eslint-config:** Synchronize iot-app-kit versions + ## [9.15.0](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v9.14.0...eslint-config-v9.15.0) (2024-02-01) diff --git a/configuration/eslint-config/package.json b/configuration/eslint-config/package.json index 3df5defd8..7494336bf 100644 --- a/configuration/eslint-config/package.json +++ b/configuration/eslint-config/package.json @@ -2,7 +2,7 @@ "name": "eslint-config-iot-app-kit", "main": "index.js", "private": true, - "version": "9.15.0", + "version": "10.0.0", "dependencies": { "@typescript-eslint/eslint-plugin": "^5.60.0", "@typescript-eslint/parser": "^5.62.0", diff --git a/configuration/jest-config/CHANGELOG.md b/configuration/jest-config/CHANGELOG.md index 860d27051..7b4249592 100644 --- a/configuration/jest-config/CHANGELOG.md +++ b/configuration/jest-config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.0.0](https://github.com/awslabs/iot-app-kit/compare/jest-config-v9.15.0...jest-config-v10.0.0) (2024-02-28) + + +### Miscellaneous Chores + +* **jest-config:** Synchronize iot-app-kit versions + ## [9.15.0](https://github.com/awslabs/iot-app-kit/compare/jest-config-v9.14.0...jest-config-v9.15.0) (2024-02-01) diff --git a/configuration/jest-config/package.json b/configuration/jest-config/package.json index f23aa6d8e..c62f29cf1 100644 --- a/configuration/jest-config/package.json +++ b/configuration/jest-config/package.json @@ -1,6 +1,6 @@ { "name": "@iot-app-kit/jest-config", - "version": "9.15.0", + "version": "10.0.0", "main": "index.ts", "private": true, "publishConfig": { diff --git a/configuration/ts-config/CHANGELOG.md b/configuration/ts-config/CHANGELOG.md index efeec9274..e3f1e9e1a 100644 --- a/configuration/ts-config/CHANGELOG.md +++ b/configuration/ts-config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.0.0](https://github.com/awslabs/iot-app-kit/compare/ts-config-v9.15.0...ts-config-v10.0.0) (2024-02-28) + + +### Miscellaneous Chores + +* **ts-config:** Synchronize iot-app-kit versions + ## [9.15.0](https://github.com/awslabs/iot-app-kit/compare/ts-config-v9.14.0...ts-config-v9.15.0) (2024-02-01) diff --git a/configuration/ts-config/package.json b/configuration/ts-config/package.json index 68f01ca19..c96236723 100644 --- a/configuration/ts-config/package.json +++ b/configuration/ts-config/package.json @@ -1,6 +1,6 @@ { "name": "@iot-app-kit/ts-config", - "version": "9.15.0", + "version": "10.0.0", "type": "module", "private": true, "files": [ diff --git a/package-lock.json b/package-lock.json index a9047ee05..03cf4200c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iot-app-kit", - "version": "9.15.0", + "version": "10.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iot-app-kit", - "version": "9.15.0", + "version": "10.0.0", "license": "Apache-2.0", "workspaces": [ "examples/*", @@ -45,7 +45,7 @@ }, "configuration/eslint-config": { "name": "eslint-config-iot-app-kit", - "version": "9.15.0", + "version": "10.0.0", "dependencies": { "@typescript-eslint/eslint-plugin": "^5.60.0", "@typescript-eslint/parser": "^5.62.0", @@ -83,11 +83,11 @@ }, "configuration/jest-config": { "name": "@iot-app-kit/jest-config", - "version": "9.15.0" + "version": "10.0.0" }, "configuration/ts-config": { "name": "@iot-app-kit/ts-config", - "version": "9.15.0" + "version": "10.0.0" }, "examples/react-app": { "version": "0.1.0", @@ -68629,28 +68629,28 @@ }, "packages/components": { "name": "@iot-app-kit/components", - "version": "9.15.0", + "version": "10.0.0", "license": "Apache-2.0", "dependencies": { "@awsui/collection-hooks": "^1.0.51", "@awsui/components-react": "^3.0.0", "@awsui/design-tokens": "^3.0.41", - "@iot-app-kit/core": "9.15.0", - "@iot-app-kit/related-table": "9.15.0", + "@iot-app-kit/core": "10.0.0", + "@iot-app-kit/related-table": "10.0.0", "@stencil/core": "^2.7.0", "@synchro-charts/core": "7.2.0", "styled-components": "^5.3.11" }, "devDependencies": { - "@iot-app-kit/source-iotsitewise": "9.15.0", - "@iot-app-kit/testing-util": "9.15.0", + "@iot-app-kit/source-iotsitewise": "10.0.0", + "@iot-app-kit/testing-util": "10.0.0", "@rollup/plugin-replace": "^5.0.2", "@stencil/router": "^1.0.1", "@types/jest": "^27.0.3", "@types/react": "^18.2.12", "@types/react-dom": "^18.2.5", "@types/uuid": "^9.0.2", - "eslint-config-iot-app-kit": "9.15.0", + "eslint-config-iot-app-kit": "10.0.0", "flush-promises": "^1.0.2", "jest": "^27.0.3", "jest-cli": "^27.4.5", @@ -68830,7 +68830,7 @@ }, "packages/core": { "name": "@iot-app-kit/core", - "version": "9.15.0", + "version": "10.0.0", "license": "Apache-2.0", "dependencies": { "d3-array": "^3.2.4", @@ -68841,12 +68841,12 @@ "uuid": "^9.0.0" }, "devDependencies": { - "@iot-app-kit/jest-config": "9.15.0", - "@iot-app-kit/ts-config": "9.15.0", + "@iot-app-kit/jest-config": "10.0.0", + "@iot-app-kit/ts-config": "10.0.0", "@types/d3-array": "^3.0.5", "@types/jest": "^29.4.0", "@types/uuid": "^9.0.2", - "eslint-config-iot-app-kit": "9.15.0", + "eslint-config-iot-app-kit": "10.0.0", "flush-promises": "^1.0.2", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", @@ -68860,18 +68860,18 @@ }, "packages/core-util": { "name": "@iot-app-kit/core-util", - "version": "9.15.0", + "version": "10.0.0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-iot-events": "3.354.0", "@aws-sdk/client-iotsitewise": "3.456.0", - "@iot-app-kit/core": "9.15.0", + "@iot-app-kit/core": "10.0.0", "lodash.difference": "4.5.0" }, "devDependencies": { "@aws-sdk/types": "^3.310.0", - "@iot-app-kit/jest-config": "9.15.0", - "@iot-app-kit/ts-config": "9.15.0", + "@iot-app-kit/jest-config": "10.0.0", + "@iot-app-kit/ts-config": "10.0.0", "@types/jest": "^29.4.0", "@types/lodash.difference": "4.5.9", "jest": "^29.5.0", @@ -69793,15 +69793,15 @@ }, "packages/dashboard": { "name": "@iot-app-kit/dashboard", - "version": "9.15.0", + "version": "10.0.0", "license": "Apache-2.0", "dependencies": { "@iot-app-kit/charts-core": "2.1.2", - "@iot-app-kit/components": "9.15.0", - "@iot-app-kit/core": "9.15.0", - "@iot-app-kit/core-util": "9.15.0", - "@iot-app-kit/react-components": "9.15.0", - "@iot-app-kit/source-iotsitewise": "9.15.0", + "@iot-app-kit/components": "10.0.0", + "@iot-app-kit/core": "10.0.0", + "@iot-app-kit/core-util": "10.0.0", + "@iot-app-kit/react-components": "10.0.0", + "@iot-app-kit/source-iotsitewise": "10.0.0", "@popperjs/core": "^2.11.8", "@tanstack/react-query": "^4.29.15", "aws-sdk-client-mock": "^3.0.0", @@ -69824,9 +69824,9 @@ }, "devDependencies": { "@faker-js/faker": "^8.2.0", - "@iot-app-kit/jest-config": "9.15.0", - "@iot-app-kit/testing-util": "9.15.0", - "@iot-app-kit/ts-config": "9.15.0", + "@iot-app-kit/jest-config": "10.0.0", + "@iot-app-kit/testing-util": "10.0.0", + "@iot-app-kit/ts-config": "10.0.0", "@reduxjs/toolkit": "^1.9.5", "@rollup/plugin-commonjs": "^24.1.0", "@rollup/plugin-image": "^3.0.2", @@ -69854,7 +69854,7 @@ "@types/react-dom": "^18.2.5", "css-loader": "6.8.1", "dotenv": "^16.3.1", - "eslint-config-iot-app-kit": "9.15.0", + "eslint-config-iot-app-kit": "10.0.0", "eslint-plugin-jsx-a11y": "^6.8.0", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", @@ -70666,13 +70666,13 @@ }, "packages/doc-site": { "name": "@iot-app-kit/doc-site", - "version": "9.15.0", + "version": "10.0.0", "dependencies": { - "@iot-app-kit/core": "^9.15.0", - "@iot-app-kit/react-components": "^9.15.0" + "@iot-app-kit/core": "^10.0.0", + "@iot-app-kit/react-components": "^10.0.0" }, "devDependencies": { - "@iot-app-kit/testing-util": "^9.15.0", + "@iot-app-kit/testing-util": "^10.0.0", "@storybook/addon-essentials": "^7.6.6", "@storybook/addon-interactions": "^7.6.6", "@storybook/addon-links": "^7.6.6", @@ -70684,7 +70684,7 @@ "@storybook/react-webpack5": "^7.6.6", "@storybook/test": "^7.6.6", "@storybook/theming": "^7.6.6", - "eslint-config-iot-app-kit": "^9.15.0", + "eslint-config-iot-app-kit": "^10.0.0", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -72605,7 +72605,7 @@ }, "packages/react-components": { "name": "@iot-app-kit/react-components", - "version": "9.15.0", + "version": "10.0.0", "license": "Apache-2.0", "dependencies": { "@cloudscape-design/collection-hooks": "1.0.36", @@ -72613,10 +72613,10 @@ "@cloudscape-design/design-tokens": "3.0.34", "@iot-app-kit/charts": "2.1.2", "@iot-app-kit/charts-core": "2.1.2", - "@iot-app-kit/components": "9.15.0", - "@iot-app-kit/core": "9.15.0", - "@iot-app-kit/core-util": "9.15.0", - "@iot-app-kit/source-iottwinmaker": "9.15.0", + "@iot-app-kit/components": "10.0.0", + "@iot-app-kit/core": "10.0.0", + "@iot-app-kit/core-util": "10.0.0", + "@iot-app-kit/source-iottwinmaker": "10.0.0", "color": "^4.2.3", "copy-to-clipboard": "^3.3.3", "d3-array": "^3.2.3", @@ -72648,11 +72648,11 @@ "zustand": "^4.3.9" }, "devDependencies": { - "@iot-app-kit/core": "9.15.0", - "@iot-app-kit/jest-config": "9.15.0", - "@iot-app-kit/source-iotsitewise": "9.15.0", - "@iot-app-kit/testing-util": "9.15.0", - "@iot-app-kit/ts-config": "9.15.0", + "@iot-app-kit/core": "10.0.0", + "@iot-app-kit/jest-config": "10.0.0", + "@iot-app-kit/source-iotsitewise": "10.0.0", + "@iot-app-kit/testing-util": "10.0.0", + "@iot-app-kit/ts-config": "10.0.0", "@jest/globals": "^29.5.0", "@storybook/addon-essentials": "^6.5.16", "@storybook/addon-links": "^6.5.16", @@ -72687,7 +72687,7 @@ "babel-plugin-formatjs": "10.5.3", "copyfiles": "^2.4.1", "cytoscape": "^3.25.0", - "eslint-config-iot-app-kit": "9.15.0", + "eslint-config-iot-app-kit": "10.0.0", "eslint-plugin-jsx-a11y": "^6.8.0", "flush-promises": "^1.0.2", "jest": "^29.5.0", @@ -73296,7 +73296,7 @@ }, "packages/related-table": { "name": "@iot-app-kit/related-table", - "version": "9.15.0", + "version": "10.0.0", "license": "Apache-2.0", "dependencies": { "uuid": "^9.0.0" @@ -73305,8 +73305,8 @@ "@awsui/collection-hooks": "^1.0.51", "@awsui/components-react": "^3.0.0", "@awsui/design-tokens": "^3.0.41", - "@iot-app-kit/jest-config": "9.15.0", - "@iot-app-kit/ts-config": "9.15.0", + "@iot-app-kit/jest-config": "10.0.0", + "@iot-app-kit/ts-config": "10.0.0", "@storybook/addon-essentials": "^6.5.16", "@storybook/addon-links": "^6.5.16", "@storybook/addons": "^6.5.16", @@ -73317,7 +73317,7 @@ "@types/react-dom": "^18.2.5", "@types/styled-components": "^5.1.26", "@types/uuid": "^9.0.2", - "eslint-config-iot-app-kit": "9.15.0", + "eslint-config-iot-app-kit": "10.0.0", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "jest-extended": "^3.2.4", @@ -73792,7 +73792,7 @@ }, "packages/scene-composer": { "name": "@iot-app-kit/scene-composer", - "version": "9.15.0", + "version": "10.0.0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-iottwinmaker": "3.335.0", @@ -73804,10 +73804,10 @@ "@fortawesome/fontawesome-svg-core": "^6.4.2", "@fortawesome/free-solid-svg-icons": "^6.4.2", "@fortawesome/react-fontawesome": "^0.2.0", - "@iot-app-kit/core": "9.15.0", - "@iot-app-kit/react-components": "9.15.0", - "@iot-app-kit/related-table": "9.15.0", - "@iot-app-kit/source-iottwinmaker": "9.15.0", + "@iot-app-kit/core": "10.0.0", + "@iot-app-kit/react-components": "10.0.0", + "@iot-app-kit/related-table": "10.0.0", + "@iot-app-kit/source-iottwinmaker": "10.0.0", "@matterport/r3f": "0.2.7", "@matterport/webcomponent": "0.1.35", "@react-three/drei": "9.56.27", @@ -73878,7 +73878,7 @@ "babel-jest": "^29.6.4", "babel-plugin-formatjs": "10.5.3", "copyfiles": "^2.4.1", - "eslint-config-iot-app-kit": "9.15.0", + "eslint-config-iot-app-kit": "10.0.0", "husky": "8.0.3", "jest": "^27.0.6", "jest-coverage-ratchet": "^0.2.3", @@ -74157,13 +74157,13 @@ }, "packages/source-iotsitewise": { "name": "@iot-app-kit/source-iotsitewise", - "version": "9.15.0", + "version": "10.0.0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-iot-events": "3.354.0", "@aws-sdk/client-iotsitewise": "3.456.0", - "@iot-app-kit/core": "9.15.0", - "@iot-app-kit/core-util": "9.15.0", + "@iot-app-kit/core": "10.0.0", + "@iot-app-kit/core-util": "10.0.0", "@synchro-charts/core": "7.2.0", "dataloader": "^2.2.2", "lodash.isequal": "^4.5.0", @@ -74173,14 +74173,14 @@ }, "devDependencies": { "@aws-sdk/types": "^3.310.0", - "@iot-app-kit/jest-config": "9.15.0", - "@iot-app-kit/testing-util": "9.15.0", - "@iot-app-kit/ts-config": "9.15.0", + "@iot-app-kit/jest-config": "10.0.0", + "@iot-app-kit/testing-util": "10.0.0", + "@iot-app-kit/ts-config": "10.0.0", "@types/jest": "^29.4.0", "@types/lodash.isequal": "^4.5.6", "@types/lodash.merge": "^4.6.7", "@types/lodash.uniqwith": "^4.5.7", - "eslint-config-iot-app-kit": "9.15.0", + "eslint-config-iot-app-kit": "10.0.0", "flush-promises": "^1.0.2", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", @@ -74641,7 +74641,7 @@ }, "packages/source-iottwinmaker": { "name": "@iot-app-kit/source-iottwinmaker", - "version": "9.15.0", + "version": "10.0.0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-iotsitewise": "3.456.0", @@ -74651,19 +74651,19 @@ "@aws-sdk/client-s3": "3.335.0", "@aws-sdk/client-secrets-manager": "3.353.0", "@aws-sdk/url-parser": "3.374.0", - "@iot-app-kit/core": "9.15.0", + "@iot-app-kit/core": "10.0.0", "@tanstack/query-core": "^4.29.15", "lodash": "^4.17.21", "rxjs": "^7.8.1" }, "devDependencies": { "@aws-sdk/types": "^3.310.0", - "@iot-app-kit/jest-config": "9.15.0", - "@iot-app-kit/ts-config": "9.15.0", + "@iot-app-kit/jest-config": "10.0.0", + "@iot-app-kit/ts-config": "10.0.0", "@types/jest": "^29.4.0", "@types/lodash": "^4.14.195", "aws-sdk-client-mock": "^1.0.0", - "eslint-config-iot-app-kit": "9.15.0", + "eslint-config-iot-app-kit": "10.0.0", "flush-promises": "^1.0.2", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", @@ -75139,22 +75139,22 @@ }, "packages/testing-util": { "name": "@iot-app-kit/testing-util", - "version": "9.15.0", + "version": "10.0.0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-iot-events": "3.354.0", "@aws-sdk/client-iotsitewise": "3.456.0", - "@iot-app-kit/core": "9.15.0", + "@iot-app-kit/core": "10.0.0", "parse-duration": "^1.1.0" }, "devDependencies": { - "@iot-app-kit/ts-config": "^9.15.0", - "eslint-config-iot-app-kit": "^9.15.0" + "@iot-app-kit/ts-config": "^10.0.0", + "eslint-config-iot-app-kit": "^10.0.0" } }, "packages/tools-iottwinmaker": { "name": "@iot-app-kit/tools-iottwinmaker", - "version": "9.15.0", + "version": "10.0.0", "dependencies": { "@aws-sdk/client-cloudformation": "^3.376.0", "@aws-sdk/client-iam": "^3.292.0", @@ -84631,10 +84631,10 @@ "@awsui/collection-hooks": "^1.0.51", "@awsui/components-react": "^3.0.0", "@awsui/design-tokens": "^3.0.41", - "@iot-app-kit/core": "9.15.0", - "@iot-app-kit/related-table": "9.15.0", - "@iot-app-kit/source-iotsitewise": "9.15.0", - "@iot-app-kit/testing-util": "9.15.0", + "@iot-app-kit/core": "10.0.0", + "@iot-app-kit/related-table": "10.0.0", + "@iot-app-kit/source-iotsitewise": "10.0.0", + "@iot-app-kit/testing-util": "10.0.0", "@rollup/plugin-replace": "^5.0.2", "@stencil/core": "^2.7.0", "@stencil/router": "^1.0.1", @@ -84643,7 +84643,7 @@ "@types/react": "^18.2.12", "@types/react-dom": "^18.2.5", "@types/uuid": "^9.0.2", - "eslint-config-iot-app-kit": "9.15.0", + "eslint-config-iot-app-kit": "10.0.0", "flush-promises": "^1.0.2", "jest": "^27.0.3", "jest-cli": "^27.4.5", @@ -84769,13 +84769,13 @@ "@iot-app-kit/core": { "version": "file:packages/core", "requires": { - "@iot-app-kit/jest-config": "9.15.0", - "@iot-app-kit/ts-config": "9.15.0", + "@iot-app-kit/jest-config": "10.0.0", + "@iot-app-kit/ts-config": "10.0.0", "@types/d3-array": "^3.0.5", "@types/jest": "^29.4.0", "@types/uuid": "^9.0.2", "d3-array": "^3.2.4", - "eslint-config-iot-app-kit": "9.15.0", + "eslint-config-iot-app-kit": "10.0.0", "flush-promises": "^1.0.2", "intervals-fn": "^3.0.3", "jest": "^29.5.0", @@ -85110,9 +85110,9 @@ "@aws-sdk/client-iot-events": "3.354.0", "@aws-sdk/client-iotsitewise": "3.456.0", "@aws-sdk/types": "^3.310.0", - "@iot-app-kit/core": "9.15.0", - "@iot-app-kit/jest-config": "9.15.0", - "@iot-app-kit/ts-config": "9.15.0", + "@iot-app-kit/core": "10.0.0", + "@iot-app-kit/jest-config": "10.0.0", + "@iot-app-kit/ts-config": "10.0.0", "@types/jest": "^29.4.0", "@types/lodash.difference": "4.5.9", "jest": "^29.5.0", @@ -85490,14 +85490,14 @@ "requires": { "@faker-js/faker": "^8.2.0", "@iot-app-kit/charts-core": "2.1.2", - "@iot-app-kit/components": "9.15.0", - "@iot-app-kit/core": "9.15.0", - "@iot-app-kit/core-util": "9.15.0", - "@iot-app-kit/jest-config": "9.15.0", - "@iot-app-kit/react-components": "9.15.0", - "@iot-app-kit/source-iotsitewise": "9.15.0", - "@iot-app-kit/testing-util": "9.15.0", - "@iot-app-kit/ts-config": "9.15.0", + "@iot-app-kit/components": "10.0.0", + "@iot-app-kit/core": "10.0.0", + "@iot-app-kit/core-util": "10.0.0", + "@iot-app-kit/jest-config": "10.0.0", + "@iot-app-kit/react-components": "10.0.0", + "@iot-app-kit/source-iotsitewise": "10.0.0", + "@iot-app-kit/testing-util": "10.0.0", + "@iot-app-kit/ts-config": "10.0.0", "@popperjs/core": "^2.11.8", "@reduxjs/toolkit": "^1.9.5", "@rollup/plugin-commonjs": "^24.1.0", @@ -85529,7 +85529,7 @@ "buffer": "^6.0.3", "css-loader": "6.8.1", "dotenv": "^16.3.1", - "eslint-config-iot-app-kit": "9.15.0", + "eslint-config-iot-app-kit": "10.0.0", "eslint-plugin-jsx-a11y": "^6.8.0", "is-hotkey": "^0.2.0", "jest": "^29.5.0", @@ -86144,9 +86144,9 @@ "@iot-app-kit/doc-site": { "version": "file:packages/doc-site", "requires": { - "@iot-app-kit/core": "^9.15.0", - "@iot-app-kit/react-components": "^9.15.0", - "@iot-app-kit/testing-util": "^9.15.0", + "@iot-app-kit/core": "^10.0.0", + "@iot-app-kit/react-components": "^10.0.0", + "@iot-app-kit/testing-util": "^10.0.0", "@storybook/addon-essentials": "^7.6.6", "@storybook/addon-interactions": "^7.6.6", "@storybook/addon-links": "^7.6.6", @@ -86158,7 +86158,7 @@ "@storybook/react-webpack5": "^7.6.6", "@storybook/test": "^7.6.6", "@storybook/theming": "^7.6.6", - "eslint-config-iot-app-kit": "^9.15.0", + "eslint-config-iot-app-kit": "^10.0.0", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -87447,14 +87447,14 @@ "@cloudscape-design/design-tokens": "3.0.34", "@iot-app-kit/charts": "2.1.2", "@iot-app-kit/charts-core": "2.1.2", - "@iot-app-kit/components": "9.15.0", - "@iot-app-kit/core": "9.15.0", - "@iot-app-kit/core-util": "9.15.0", - "@iot-app-kit/jest-config": "9.15.0", - "@iot-app-kit/source-iotsitewise": "9.15.0", - "@iot-app-kit/source-iottwinmaker": "9.15.0", - "@iot-app-kit/testing-util": "9.15.0", - "@iot-app-kit/ts-config": "9.15.0", + "@iot-app-kit/components": "10.0.0", + "@iot-app-kit/core": "10.0.0", + "@iot-app-kit/core-util": "10.0.0", + "@iot-app-kit/jest-config": "10.0.0", + "@iot-app-kit/source-iotsitewise": "10.0.0", + "@iot-app-kit/source-iottwinmaker": "10.0.0", + "@iot-app-kit/testing-util": "10.0.0", + "@iot-app-kit/ts-config": "10.0.0", "@jest/globals": "^29.5.0", "@storybook/addon-essentials": "^6.5.16", "@storybook/addon-links": "^6.5.16", @@ -87496,7 +87496,7 @@ "d3-shape": "^3.2.0", "dompurify": "3.0.5", "echarts": "^5.4.3", - "eslint-config-iot-app-kit": "9.15.0", + "eslint-config-iot-app-kit": "10.0.0", "eslint-plugin-jsx-a11y": "^6.8.0", "flush-promises": "^1.0.2", "is-hotkey": "^0.2.0", @@ -87961,8 +87961,8 @@ "@awsui/collection-hooks": "^1.0.51", "@awsui/components-react": "^3.0.0", "@awsui/design-tokens": "^3.0.41", - "@iot-app-kit/jest-config": "9.15.0", - "@iot-app-kit/ts-config": "9.15.0", + "@iot-app-kit/jest-config": "10.0.0", + "@iot-app-kit/ts-config": "10.0.0", "@storybook/addon-essentials": "^6.5.16", "@storybook/addon-links": "^6.5.16", "@storybook/addons": "^6.5.16", @@ -87973,7 +87973,7 @@ "@types/react-dom": "^18.2.5", "@types/styled-components": "^5.1.26", "@types/uuid": "^9.0.2", - "eslint-config-iot-app-kit": "9.15.0", + "eslint-config-iot-app-kit": "10.0.0", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "jest-extended": "^3.2.4", @@ -88337,10 +88337,10 @@ "@fortawesome/fontawesome-svg-core": "^6.4.2", "@fortawesome/free-solid-svg-icons": "^6.4.2", "@fortawesome/react-fontawesome": "^0.2.0", - "@iot-app-kit/core": "9.15.0", - "@iot-app-kit/react-components": "9.15.0", - "@iot-app-kit/related-table": "9.15.0", - "@iot-app-kit/source-iottwinmaker": "9.15.0", + "@iot-app-kit/core": "10.0.0", + "@iot-app-kit/react-components": "10.0.0", + "@iot-app-kit/related-table": "10.0.0", + "@iot-app-kit/source-iottwinmaker": "10.0.0", "@matterport/r3f": "0.2.7", "@matterport/webcomponent": "0.1.35", "@react-spring/three": "^9.7.2", @@ -88378,7 +88378,7 @@ "babel-plugin-formatjs": "10.5.3", "copyfiles": "^2.4.1", "debug": "^4.3.4", - "eslint-config-iot-app-kit": "9.15.0", + "eslint-config-iot-app-kit": "10.0.0", "husky": "8.0.3", "immer": "^9.0.21", "is-absolute-url": "^4.0.1", @@ -88594,18 +88594,18 @@ "@aws-sdk/client-iot-events": "3.354.0", "@aws-sdk/client-iotsitewise": "3.456.0", "@aws-sdk/types": "^3.310.0", - "@iot-app-kit/core": "9.15.0", - "@iot-app-kit/core-util": "9.15.0", - "@iot-app-kit/jest-config": "9.15.0", - "@iot-app-kit/testing-util": "9.15.0", - "@iot-app-kit/ts-config": "9.15.0", + "@iot-app-kit/core": "10.0.0", + "@iot-app-kit/core-util": "10.0.0", + "@iot-app-kit/jest-config": "10.0.0", + "@iot-app-kit/testing-util": "10.0.0", + "@iot-app-kit/ts-config": "10.0.0", "@synchro-charts/core": "7.2.0", "@types/jest": "^29.4.0", "@types/lodash.isequal": "^4.5.6", "@types/lodash.merge": "^4.6.7", "@types/lodash.uniqwith": "^4.5.7", "dataloader": "^2.2.2", - "eslint-config-iot-app-kit": "9.15.0", + "eslint-config-iot-app-kit": "10.0.0", "flush-promises": "^1.0.2", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", @@ -88959,14 +88959,14 @@ "@aws-sdk/client-secrets-manager": "3.353.0", "@aws-sdk/types": "^3.310.0", "@aws-sdk/url-parser": "3.374.0", - "@iot-app-kit/core": "9.15.0", - "@iot-app-kit/jest-config": "9.15.0", - "@iot-app-kit/ts-config": "9.15.0", + "@iot-app-kit/core": "10.0.0", + "@iot-app-kit/jest-config": "10.0.0", + "@iot-app-kit/ts-config": "10.0.0", "@tanstack/query-core": "^4.29.15", "@types/jest": "^29.4.0", "@types/lodash": "^4.14.195", "aws-sdk-client-mock": "^1.0.0", - "eslint-config-iot-app-kit": "9.15.0", + "eslint-config-iot-app-kit": "10.0.0", "flush-promises": "^1.0.2", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", @@ -89381,9 +89381,9 @@ "requires": { "@aws-sdk/client-iot-events": "3.354.0", "@aws-sdk/client-iotsitewise": "3.456.0", - "@iot-app-kit/core": "9.15.0", - "@iot-app-kit/ts-config": "^9.15.0", - "eslint-config-iot-app-kit": "^9.15.0", + "@iot-app-kit/core": "10.0.0", + "@iot-app-kit/ts-config": "^10.0.0", + "eslint-config-iot-app-kit": "^10.0.0", "parse-duration": "^1.1.0" } }, diff --git a/package.json b/package.json index 1c4e3b2cb..7ea253e86 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "iot-app-kit", "private": true, "description": "IoT Application Kit", - "version": "9.15.0", + "version": "10.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 537b19466..7f80be8ac 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.0.0](https://github.com/awslabs/iot-app-kit/compare/components-v9.15.0...components-v10.0.0) (2024-02-28) + + +### Miscellaneous Chores + +* **components:** Synchronize iot-app-kit versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 9.15.0 to 10.0.0 + * @iot-app-kit/related-table bumped from 9.15.0 to 10.0.0 + * devDependencies + * @iot-app-kit/source-iotsitewise bumped from 9.15.0 to 10.0.0 + * @iot-app-kit/testing-util bumped from 9.15.0 to 10.0.0 + * eslint-config-iot-app-kit bumped from 9.15.0 to 10.0.0 + ## [9.15.0](https://github.com/awslabs/iot-app-kit/compare/components-v9.14.0...components-v9.15.0) (2024-02-01) diff --git a/packages/components/package.json b/packages/components/package.json index 140e5b213..462a3b9a4 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "9.15.0", + "version": "10.0.0", "description": "IoT App Kit Components", "main": "dist/index.cjs.js", "module": "dist/custom-elements/index.js", @@ -57,22 +57,22 @@ "@awsui/collection-hooks": "^1.0.51", "@awsui/components-react": "^3.0.0", "@awsui/design-tokens": "^3.0.41", - "@iot-app-kit/core": "9.15.0", - "@iot-app-kit/related-table": "9.15.0", + "@iot-app-kit/core": "10.0.0", + "@iot-app-kit/related-table": "10.0.0", "@stencil/core": "^2.7.0", "@synchro-charts/core": "7.2.0", "styled-components": "^5.3.11" }, "devDependencies": { - "@iot-app-kit/source-iotsitewise": "9.15.0", - "@iot-app-kit/testing-util": "9.15.0", + "@iot-app-kit/source-iotsitewise": "10.0.0", + "@iot-app-kit/testing-util": "10.0.0", "@rollup/plugin-replace": "^5.0.2", "@stencil/router": "^1.0.1", "@types/jest": "^27.0.3", "@types/react": "^18.2.12", "@types/react-dom": "^18.2.5", "@types/uuid": "^9.0.2", - "eslint-config-iot-app-kit": "9.15.0", + "eslint-config-iot-app-kit": "10.0.0", "flush-promises": "^1.0.2", "jest": "^27.0.3", "jest-cli": "^27.4.5", diff --git a/packages/core-util/CHANGELOG.md b/packages/core-util/CHANGELOG.md index f516f21f3..9a34ae053 100644 --- a/packages/core-util/CHANGELOG.md +++ b/packages/core-util/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [10.0.0](https://github.com/awslabs/iot-app-kit/compare/core-util-v9.15.0...core-util-v10.0.0) (2024-02-28) + + +### Bug Fixes + +* aws clients marked as peer dependencies ([0272167](https://github.com/awslabs/iot-app-kit/commit/027216707ec5fdd77390ef1de132ef744f4f17b8)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 9.15.0 to 10.0.0 + * devDependencies + * @iot-app-kit/jest-config bumped from 9.15.0 to 10.0.0 + * @iot-app-kit/ts-config bumped from 9.15.0 to 10.0.0 + ## [9.15.0](https://github.com/awslabs/iot-app-kit/compare/core-util-v9.14.0...core-util-v9.15.0) (2024-02-01) diff --git a/packages/core-util/package.json b/packages/core-util/package.json index 785093b37..1f189c718 100644 --- a/packages/core-util/package.json +++ b/packages/core-util/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "9.15.0", + "version": "10.0.0", "main": "./dist/cjs/index.js", "module": "./dist/es/index.js", "types": "./dist/es/index.d.ts", @@ -28,12 +28,12 @@ "dependencies": { "@aws-sdk/client-iot-events": "3.354.0", "@aws-sdk/client-iotsitewise": "3.456.0", - "@iot-app-kit/core": "9.15.0", + "@iot-app-kit/core": "10.0.0", "lodash.difference": "4.5.0" }, "devDependencies": { - "@iot-app-kit/jest-config": "9.15.0", - "@iot-app-kit/ts-config": "9.15.0", + "@iot-app-kit/jest-config": "10.0.0", + "@iot-app-kit/ts-config": "10.0.0", "@aws-sdk/types": "^3.310.0", "@types/lodash.difference": "4.5.9", "@types/jest": "^29.4.0", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 9a74ca5f4..2bca130a6 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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. +## [10.0.0](https://github.com/awslabs/iot-app-kit/compare/core-v9.15.0...core-v10.0.0) (2024-02-28) + + +### Features + +* add threshold settings to KPI ([2fa0429](https://github.com/awslabs/iot-app-kit/commit/2fa0429b6262092b4b3c86c21b8808b90e2d49fe)) +* **composer:** support showing flash message ([da7281a](https://github.com/awslabs/iot-app-kit/commit/da7281a84e47325c56071850f6ea49a6eed73233)) +* introduce edgeMode in dashboard components ([c168fb4](https://github.com/awslabs/iot-app-kit/commit/c168fb45b68252e25385c38bc20752ce1ffcd4e8)) + + +### Bug Fixes + +* aws clients marked as peer dependencies ([0272167](https://github.com/awslabs/iot-app-kit/commit/027216707ec5fdd77390ef1de132ef744f4f17b8)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @iot-app-kit/jest-config bumped from 9.15.0 to 10.0.0 + * @iot-app-kit/ts-config bumped from 9.15.0 to 10.0.0 + * eslint-config-iot-app-kit bumped from 9.15.0 to 10.0.0 + ## [9.15.0](https://github.com/awslabs/iot-app-kit/compare/core-v9.14.0...core-v9.15.0) (2024-02-01) diff --git a/packages/core/package.json b/packages/core/package.json index d3e775f8c..7c4b12d39 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "9.15.0", + "version": "10.0.0", "description": "IoT Application Kit core", "main": "./dist/cjs/index.js", "module": "./dist/es/index.js", @@ -58,12 +58,12 @@ "uuid": "^9.0.0" }, "devDependencies": { - "@iot-app-kit/jest-config": "9.15.0", - "@iot-app-kit/ts-config": "9.15.0", + "@iot-app-kit/jest-config": "10.0.0", + "@iot-app-kit/ts-config": "10.0.0", "@types/d3-array": "^3.0.5", "@types/jest": "^29.4.0", "@types/uuid": "^9.0.2", - "eslint-config-iot-app-kit": "9.15.0", + "eslint-config-iot-app-kit": "10.0.0", "flush-promises": "^1.0.2", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", diff --git a/packages/dashboard/CHANGELOG.md b/packages/dashboard/CHANGELOG.md index 43f910bcc..f0e90c690 100644 --- a/packages/dashboard/CHANGELOG.md +++ b/packages/dashboard/CHANGELOG.md @@ -1,5 +1,67 @@ # Changelog +## [10.0.0](https://github.com/awslabs/iot-app-kit/compare/dashboard-v9.15.0...dashboard-v10.0.0) (2024-02-28) + + +### Features + +* add arrow to asset name [#2551](https://github.com/awslabs/iot-app-kit/issues/2551) ([bd12bea](https://github.com/awslabs/iot-app-kit/commit/bd12bea402358d9a641740cb17c8bc9a04e215cc)) +* add threshold settings to KPI ([2fa0429](https://github.com/awslabs/iot-app-kit/commit/2fa0429b6262092b4b3c86c21b8808b90e2d49fe)) +* added a label time range for viewport picker in dashboard header [#2559](https://github.com/awslabs/iot-app-kit/issues/2559) ([743cb80](https://github.com/awslabs/iot-app-kit/commit/743cb80ec36d116d6ef25e97ec54f2238ddb2ea1)) +* added accessible labels to different toolbar container [#2510](https://github.com/awslabs/iot-app-kit/issues/2510) ([ce5af6f](https://github.com/awslabs/iot-app-kit/commit/ce5af6fbc6e6b887f3fade9395bcbf54da386a88)) +* added visible labels operator and value for threshold controls for accessibility [#2512](https://github.com/awslabs/iot-app-kit/issues/2512) [#2513](https://github.com/awslabs/iot-app-kit/issues/2513) ([06b5ee5](https://github.com/awslabs/iot-app-kit/commit/06b5ee58a9a823bacb29c60c546b803b89f1cb97)) +* changed outline for config panel text style buttons on focus initiated by tab [#2547](https://github.com/awslabs/iot-app-kit/issues/2547) ([e94fee7](https://github.com/awslabs/iot-app-kit/commit/e94fee72e095161258d01cbe9777aeca833f5c90)) +* conditionally display latest value in legend table [#2277](https://github.com/awslabs/iot-app-kit/issues/2277) ([d3feb29](https://github.com/awslabs/iot-app-kit/commit/d3feb2920f3c63b0b2ce9580fc07a86475fc1ff1)) +* **dashboard:** adding new property panel layout ([39a8271](https://github.com/awslabs/iot-app-kit/commit/39a82711f97cf14494bd0ff6e74338bb41b8ff18)) +* **dashboard:** make component library keyboard accessible ([164b0ce](https://github.com/awslabs/iot-app-kit/commit/164b0ce2a2ec6b5610d9a5c346cecda914d3bdea)) +* enable dynamic assets on edge mode ([5b6a9e8](https://github.com/awslabs/iot-app-kit/commit/5b6a9e8d43b45ec0c3d4e60491557542f969ef58)) +* introduce edgeMode in dashboard components ([c168fb4](https://github.com/awslabs/iot-app-kit/commit/c168fb45b68252e25385c38bc20752ce1ffcd4e8)) +* kpi and status gated config panel ([1f56b4f](https://github.com/awslabs/iot-app-kit/commit/1f56b4f2e7212ddfcc216fb778e0d4db57309ab2)) +* made widget tooltip dismissable by pressing escape key [#2511](https://github.com/awslabs/iot-app-kit/issues/2511) ([87c81b5](https://github.com/awslabs/iot-app-kit/commit/87c81b5d2302c2656a9dbeacea02bbae9a334ede)) +* **react-components:** add max column to legend ([322c20f](https://github.com/awslabs/iot-app-kit/commit/322c20f0d438ecb45ee02fae186f6a198963c5b6)) +* **react-components:** add min column to legend ([69ba923](https://github.com/awslabs/iot-app-kit/commit/69ba92324da42770e267c9a0bce717ebf1ca0dbf)) +* screen reader and keyboard accessibility for text widget link settings [#2363](https://github.com/awslabs/iot-app-kit/issues/2363) ([f0c0811](https://github.com/awslabs/iot-app-kit/commit/f0c08117f18158f7d2b486ce2ae0f21cfcf0a1f6)) +* show/hide aggregation and resolution in KPI ([aef1f14](https://github.com/awslabs/iot-app-kit/commit/aef1f146c6d4db03d759b76896d78e966b1ce1e6)) +* widget tool box on mouse hover and selection state ([c80d42a](https://github.com/awslabs/iot-app-kit/commit/c80d42a3d10223d0d7edd5b3ee1b23c9ab613399)) + + +### Bug Fixes + +* aws clients marked as peer dependencies ([0272167](https://github.com/awslabs/iot-app-kit/commit/027216707ec5fdd77390ef1de132ef744f4f17b8)) +* chart gesture icons overlap on mouse hover ([b5e5c0d](https://github.com/awslabs/iot-app-kit/commit/b5e5c0d6115ed8eb9d819a9b4ceef31c7b56db2b)) +* **dashboard:** revert the title change for line chart ([88ed63e](https://github.com/awslabs/iot-app-kit/commit/88ed63ebd6e4f4da8c25820891afdc2ce6ac8903)) +* **dashboard:** style fixes to make the dashboard accessible at small screensizes ([dde49e6](https://github.com/awslabs/iot-app-kit/commit/dde49e6bc06f8b7f2472ab36db91196e93ce84aa)) +* default Style tab upon widget selection ([5456435](https://github.com/awslabs/iot-app-kit/commit/5456435081da8e77a860c2c3f38b841a728eb4f8)) +* fixed the bug in saving workspace in localstorage [#2566](https://github.com/awslabs/iot-app-kit/issues/2566) ([7a7f619](https://github.com/awslabs/iot-app-kit/commit/7a7f61920438b8d30b8a42a1d71971e4822d56be)) +* fixed the workspace required errorin search [#2384](https://github.com/awslabs/iot-app-kit/issues/2384) ([0ff9bc3](https://github.com/awslabs/iot-app-kit/commit/0ff9bc3887cc87441b80df017d964be36727be7f)) +* min max is sortable and not present on widget add ([7578a2e](https://github.com/awslabs/iot-app-kit/commit/7578a2e113221b2d3c00c01d2ede253e7ce07081)) +* min/max values have correct significant digits ([50e183d](https://github.com/awslabs/iot-app-kit/commit/50e183d240ecf329362e10d21b9864d08cb525ee)) +* preserve viewMode onSave ([731756a](https://github.com/awslabs/iot-app-kit/commit/731756a3d89bb5eca611c0bb4d3b576822f108f3)) +* remove double aggregation picker ([dea30ce](https://github.com/awslabs/iot-app-kit/commit/dea30ce3e50f5bba5931970eaf5e8d233753b1b2)) +* updated the ux for widget actions [#2439](https://github.com/awslabs/iot-app-kit/issues/2439) ([c50cd03](https://github.com/awslabs/iot-app-kit/commit/c50cd0381e7e1240b30bbffa1cd4a4c4f5de4987)) +* updated the viewport settings for dynamic input [#2565](https://github.com/awslabs/iot-app-kit/issues/2565) ([7589b1d](https://github.com/awslabs/iot-app-kit/commit/7589b1d1c52aa9a9c5e4ce2336afb8b44d251f55)) + + +### Reverts + +* "feat(dashboard): adding new property panel layout" ([9f6b707](https://github.com/awslabs/iot-app-kit/commit/9f6b707b0ba78981d6ee65536260acf0e1a3bb38)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/components bumped from 9.15.0 to 10.0.0 + * @iot-app-kit/core bumped from 9.15.0 to 10.0.0 + * @iot-app-kit/core-util bumped from 9.15.0 to 10.0.0 + * @iot-app-kit/react-components bumped from 9.15.0 to 10.0.0 + * @iot-app-kit/source-iotsitewise bumped from 9.15.0 to 10.0.0 + * devDependencies + * @iot-app-kit/jest-config bumped from 9.15.0 to 10.0.0 + * @iot-app-kit/testing-util bumped from 9.15.0 to 10.0.0 + * @iot-app-kit/ts-config bumped from 9.15.0 to 10.0.0 + * eslint-config-iot-app-kit bumped from 9.15.0 to 10.0.0 + ## [9.15.0](https://github.com/awslabs/iot-app-kit/compare/dashboard-v9.14.0...dashboard-v9.15.0) (2024-02-01) diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index b136be4cf..246241c46 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "9.15.0", + "version": "10.0.0", "description": "A dashboard widget for IoT App Kit components", "homepage": "https://github.com/awslabs/iot-app-kit#readme", "license": "Apache-2.0", @@ -37,9 +37,9 @@ }, "devDependencies": { "@faker-js/faker": "^8.2.0", - "@iot-app-kit/jest-config": "9.15.0", - "@iot-app-kit/testing-util": "9.15.0", - "@iot-app-kit/ts-config": "9.15.0", + "@iot-app-kit/jest-config": "10.0.0", + "@iot-app-kit/testing-util": "10.0.0", + "@iot-app-kit/ts-config": "10.0.0", "@reduxjs/toolkit": "^1.9.5", "@rollup/plugin-commonjs": "^24.1.0", "@rollup/plugin-image": "^3.0.2", @@ -67,7 +67,7 @@ "@types/react-dom": "^18.2.5", "css-loader": "6.8.1", "dotenv": "^16.3.1", - "eslint-config-iot-app-kit": "9.15.0", + "eslint-config-iot-app-kit": "10.0.0", "eslint-plugin-jsx-a11y": "^6.8.0", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", @@ -100,11 +100,11 @@ }, "dependencies": { "@iot-app-kit/charts-core": "2.1.2", - "@iot-app-kit/components": "9.15.0", - "@iot-app-kit/core": "9.15.0", - "@iot-app-kit/core-util": "9.15.0", - "@iot-app-kit/react-components": "9.15.0", - "@iot-app-kit/source-iotsitewise": "9.15.0", + "@iot-app-kit/components": "10.0.0", + "@iot-app-kit/core": "10.0.0", + "@iot-app-kit/core-util": "10.0.0", + "@iot-app-kit/react-components": "10.0.0", + "@iot-app-kit/source-iotsitewise": "10.0.0", "@popperjs/core": "^2.11.8", "@tanstack/react-query": "^4.29.15", "aws-sdk-client-mock": "^3.0.0", diff --git a/packages/doc-site/CHANGELOG.md b/packages/doc-site/CHANGELOG.md new file mode 100644 index 000000000..76af6ade7 --- /dev/null +++ b/packages/doc-site/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +## [10.0.0](https://github.com/awslabs/iot-app-kit/compare/doc-site-v9.15.0...doc-site-v10.0.0) (2024-02-28) + + +### Features + +* **doc-site:** adding doc-site ([743ca50](https://github.com/awslabs/iot-app-kit/commit/743ca509649a31f11334fbbd2785cce1dbb4b735)) + + +### Bug Fixes + +* add doc-site to release-please config ([ccf5086](https://github.com/awslabs/iot-app-kit/commit/ccf5086fc9ef362e7c61c4d02cb3e88aa20b21c5)) +* **doc-site:** canvas not recognised automatically ([1e42f58](https://github.com/awslabs/iot-app-kit/commit/1e42f5872f863349b51264526d4b74271e811412)) +* testing-util as devDependency of doc-site ([3cc2bb0](https://github.com/awslabs/iot-app-kit/commit/3cc2bb08294244c3f6fd15800892d6402894b434)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from ^9.15.0 to ^10.0.0 + * @iot-app-kit/react-components bumped from ^9.15.0 to ^10.0.0 + * devDependencies + * @iot-app-kit/testing-util bumped from ^9.15.0 to ^10.0.0 + * eslint-config-iot-app-kit bumped from ^9.15.0 to ^10.0.0 diff --git a/packages/doc-site/package.json b/packages/doc-site/package.json index 9745eb503..74c003503 100644 --- a/packages/doc-site/package.json +++ b/packages/doc-site/package.json @@ -1,9 +1,9 @@ { "name": "@iot-app-kit/doc-site", - "version": "9.15.0", + "version": "10.0.0", "private": true, "devDependencies": { - "@iot-app-kit/testing-util": "^9.15.0", + "@iot-app-kit/testing-util": "^10.0.0", "@storybook/addon-essentials": "^7.6.6", "@storybook/addon-interactions": "^7.6.6", "@storybook/addon-links": "^7.6.6", @@ -15,7 +15,7 @@ "@storybook/react-webpack5": "^7.6.6", "@storybook/test": "^7.6.6", "@storybook/theming": "^7.6.6", - "eslint-config-iot-app-kit": "^9.15.0", + "eslint-config-iot-app-kit": "^10.0.0", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -30,7 +30,7 @@ "fix": "eslint --fix " }, "dependencies": { - "@iot-app-kit/core": "^9.15.0", - "@iot-app-kit/react-components": "^9.15.0" + "@iot-app-kit/core": "^10.0.0", + "@iot-app-kit/react-components": "^10.0.0" } } diff --git a/packages/react-components/CHANGELOG.md b/packages/react-components/CHANGELOG.md index d741dcfec..160c630a0 100644 --- a/packages/react-components/CHANGELOG.md +++ b/packages/react-components/CHANGELOG.md @@ -2,6 +2,52 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.0.0](https://github.com/awslabs/iot-app-kit/compare/react-components-v9.15.0...react-components-v10.0.0) (2024-02-28) + + +### Features + +* add threshold settings to KPI ([2fa0429](https://github.com/awslabs/iot-app-kit/commit/2fa0429b6262092b4b3c86c21b8808b90e2d49fe)) +* added a label time range for viewport picker in dashboard header [#2559](https://github.com/awslabs/iot-app-kit/issues/2559) ([743cb80](https://github.com/awslabs/iot-app-kit/commit/743cb80ec36d116d6ef25e97ec54f2238ddb2ea1)) +* added accessible labels to different toolbar container [#2510](https://github.com/awslabs/iot-app-kit/issues/2510) ([ce5af6f](https://github.com/awslabs/iot-app-kit/commit/ce5af6fbc6e6b887f3fade9395bcbf54da386a88)) +* added viewport timestamps in xy plot [#2470](https://github.com/awslabs/iot-app-kit/issues/2470) ([46c1d24](https://github.com/awslabs/iot-app-kit/commit/46c1d24b99ff2ca9fb990ceed341ad6820c21f01)) +* conditionally display latest value in legend table [#2277](https://github.com/awslabs/iot-app-kit/issues/2277) ([d3feb29](https://github.com/awslabs/iot-app-kit/commit/d3feb2920f3c63b0b2ce9580fc07a86475fc1ff1)) +* kpi and status gated config panel ([1f56b4f](https://github.com/awslabs/iot-app-kit/commit/1f56b4f2e7212ddfcc216fb778e0d4db57309ab2)) +* new design status (gated) ([69d6c97](https://github.com/awslabs/iot-app-kit/commit/69d6c979d1baefd4fd486cf0d1402b7357e8506b)) +* **react-components:** add max column to legend ([322c20f](https://github.com/awslabs/iot-app-kit/commit/322c20f0d438ecb45ee02fae186f6a198963c5b6)) +* **react-components:** add min column to legend ([69ba923](https://github.com/awslabs/iot-app-kit/commit/69ba92324da42770e267c9a0bce717ebf1ca0dbf)) +* **react-components:** calculate min/max and store value in store for chart to consume ([41b8551](https://github.com/awslabs/iot-app-kit/commit/41b855103e6643dd79e6e0fc9e7350fddefd9101)) +* show/hide aggregation and resolution in KPI ([aef1f14](https://github.com/awslabs/iot-app-kit/commit/aef1f146c6d4db03d759b76896d78e966b1ce1e6)) +* updated KPI style (gated) ([31ea2f3](https://github.com/awslabs/iot-app-kit/commit/31ea2f371676be9b6412073772b9110b01c42786)) +* widget tool box on mouse hover and selection state ([c80d42a](https://github.com/awslabs/iot-app-kit/commit/c80d42a3d10223d0d7edd5b3ee1b23c9ab613399)) + + +### Bug Fixes + +* chart gesture icons overlap on mouse hover ([b5e5c0d](https://github.com/awslabs/iot-app-kit/commit/b5e5c0d6115ed8eb9d819a9b4ceef31c7b56db2b)) +* internal pipeline has issues with lfs, reverting ([968f950](https://github.com/awslabs/iot-app-kit/commit/968f95005c51591d7cb99af323808fd232b8d4e9)) +* min max is sortable and not present on widget add ([7578a2e](https://github.com/awslabs/iot-app-kit/commit/7578a2e113221b2d3c00c01d2ede253e7ce07081)) +* min/max values have correct significant digits ([50e183d](https://github.com/awslabs/iot-app-kit/commit/50e183d240ecf329362e10d21b9864d08cb525ee)) +* remove fetchMostRecentBeforeStart from status and kpi ([f9b3183](https://github.com/awslabs/iot-app-kit/commit/f9b3183ce5e52462f5120362a130b4aea6588671)) +* update react-components public API for status and kpi widgets ([5e7bd49](https://github.com/awslabs/iot-app-kit/commit/5e7bd49fc6ae36fbdbd85e8c02bbb0b4ac082346)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/components bumped from 9.15.0 to 10.0.0 + * @iot-app-kit/core bumped from 9.15.0 to 10.0.0 + * @iot-app-kit/core-util bumped from 9.15.0 to 10.0.0 + * @iot-app-kit/source-iottwinmaker bumped from 9.15.0 to 10.0.0 + * devDependencies + * @iot-app-kit/core bumped from 9.15.0 to 10.0.0 + * @iot-app-kit/jest-config bumped from 9.15.0 to 10.0.0 + * @iot-app-kit/source-iotsitewise bumped from 9.15.0 to 10.0.0 + * @iot-app-kit/testing-util bumped from 9.15.0 to 10.0.0 + * @iot-app-kit/ts-config bumped from 9.15.0 to 10.0.0 + * eslint-config-iot-app-kit bumped from 9.15.0 to 10.0.0 + ## [9.15.0](https://github.com/awslabs/iot-app-kit/compare/react-components-v9.14.0...react-components-v9.15.0) (2024-02-01) diff --git a/packages/react-components/package.json b/packages/react-components/package.json index fdc4a155a..2a197647d 100644 --- a/packages/react-components/package.json +++ b/packages/react-components/package.json @@ -14,7 +14,7 @@ "publishConfig": { "access": "public" }, - "version": "9.15.0", + "version": "10.0.0", "scripts": { "start": "npm run build && npx start-storybook -p 6007", "dev": "npm-watch build", @@ -55,11 +55,11 @@ } }, "devDependencies": { - "@iot-app-kit/core": "9.15.0", - "@iot-app-kit/jest-config": "9.15.0", - "@iot-app-kit/source-iotsitewise": "9.15.0", - "@iot-app-kit/testing-util": "9.15.0", - "@iot-app-kit/ts-config": "9.15.0", + "@iot-app-kit/core": "10.0.0", + "@iot-app-kit/jest-config": "10.0.0", + "@iot-app-kit/source-iotsitewise": "10.0.0", + "@iot-app-kit/testing-util": "10.0.0", + "@iot-app-kit/ts-config": "10.0.0", "@jest/globals": "^29.5.0", "@storybook/addon-essentials": "^6.5.16", "@storybook/addon-links": "^6.5.16", @@ -94,7 +94,7 @@ "babel-plugin-formatjs": "10.5.3", "copyfiles": "^2.4.1", "cytoscape": "^3.25.0", - "eslint-config-iot-app-kit": "9.15.0", + "eslint-config-iot-app-kit": "10.0.0", "eslint-plugin-jsx-a11y": "^6.8.0", "flush-promises": "^1.0.2", "jest": "^29.5.0", @@ -111,10 +111,10 @@ "@cloudscape-design/design-tokens": "3.0.34", "@iot-app-kit/charts": "2.1.2", "@iot-app-kit/charts-core": "2.1.2", - "@iot-app-kit/components": "9.15.0", - "@iot-app-kit/core": "9.15.0", - "@iot-app-kit/core-util": "9.15.0", - "@iot-app-kit/source-iottwinmaker": "9.15.0", + "@iot-app-kit/components": "10.0.0", + "@iot-app-kit/core": "10.0.0", + "@iot-app-kit/core-util": "10.0.0", + "@iot-app-kit/source-iottwinmaker": "10.0.0", "color": "^4.2.3", "copy-to-clipboard": "^3.3.3", "d3-array": "^3.2.3", diff --git a/packages/related-table/CHANGELOG.md b/packages/related-table/CHANGELOG.md index 68a079e1d..a96fc86d8 100644 --- a/packages/related-table/CHANGELOG.md +++ b/packages/related-table/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.0.0](https://github.com/awslabs/iot-app-kit/compare/related-table-v9.15.0...related-table-v10.0.0) (2024-02-28) + + +### Miscellaneous Chores + +* **related-table:** Synchronize iot-app-kit versions + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @iot-app-kit/jest-config bumped from 9.15.0 to 10.0.0 + * @iot-app-kit/ts-config bumped from 9.15.0 to 10.0.0 + * eslint-config-iot-app-kit bumped from 9.15.0 to 10.0.0 + ## [9.15.0](https://github.com/awslabs/iot-app-kit/compare/related-table-v9.14.0...related-table-v9.15.0) (2024-02-01) diff --git a/packages/related-table/package.json b/packages/related-table/package.json index 1b2f803f2..2280cd0c0 100644 --- a/packages/related-table/package.json +++ b/packages/related-table/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "9.15.0", + "version": "10.0.0", "description": "IoT Application Kit - Related Table component", "license": "Apache-2.0", "main": "dist/index.js", @@ -61,8 +61,8 @@ "@awsui/collection-hooks": "^1.0.51", "@awsui/components-react": "^3.0.0", "@awsui/design-tokens": "^3.0.41", - "@iot-app-kit/jest-config": "9.15.0", - "@iot-app-kit/ts-config": "9.15.0", + "@iot-app-kit/jest-config": "10.0.0", + "@iot-app-kit/ts-config": "10.0.0", "@storybook/addon-essentials": "^6.5.16", "@storybook/addon-links": "^6.5.16", "@storybook/addons": "^6.5.16", @@ -73,7 +73,7 @@ "@types/react-dom": "^18.2.5", "@types/styled-components": "^5.1.26", "@types/uuid": "^9.0.2", - "eslint-config-iot-app-kit": "9.15.0", + "eslint-config-iot-app-kit": "10.0.0", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "jest-extended": "^3.2.4", diff --git a/packages/scene-composer/CHANGELOG.md b/packages/scene-composer/CHANGELOG.md index a8d1cbd43..9f60b03bb 100644 --- a/packages/scene-composer/CHANGELOG.md +++ b/packages/scene-composer/CHANGELOG.md @@ -3,6 +3,46 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.0.0](https://github.com/awslabs/iot-app-kit/compare/scene-composer-v9.15.0...scene-composer-v10.0.0) (2024-02-28) + + +### ⚠ BREAKING CHANGES + +* **composer:** remove deprecated and internal interfaces from public + +### Features + +* adding docker setup for scene-composer ui tests ([3db0c9b](https://github.com/awslabs/iot-app-kit/commit/3db0c9bf11dcba40782241f3886cd79f1912f00f)) +* **composer:** createDynamicScene util ([0b3b80c](https://github.com/awslabs/iot-app-kit/commit/0b3b80c0e62176c76411fe07718df7ef6849ef3a)) +* **composer:** save scene level data to scene root entity ([6cabfb5](https://github.com/awslabs/iot-app-kit/commit/6cabfb55de10004b1f0314cb7be931ef3969b09e)) +* **composer:** show delete confirmation modal for dynamic scene ([fdc9ef1](https://github.com/awslabs/iot-app-kit/commit/fdc9ef16df97d1528b3f28c96470e513bb9722a7)) +* **composer:** support showing flash message ([da7281a](https://github.com/awslabs/iot-app-kit/commit/da7281a84e47325c56071850f6ea49a6eed73233)) +* **scene composer:** adding data-testid to improve e2e test ([1e5ab86](https://github.com/awslabs/iot-app-kit/commit/1e5ab863f89fcdf66aa7b4c0e3b0f5c77367411e)) +* **scene composer:** setting up 3D test harness ([df62eef](https://github.com/awslabs/iot-app-kit/commit/df62eefd048a66f327070bc8c90b4c9b964de26e)) +* **scene-composer:** enable accelerated raycasting for 3D Tiles ([84d2ce4](https://github.com/awslabs/iot-app-kit/commit/84d2ce4783c74a3792c11009f99cfac888cd848d)) +* **Tiles3D:** add Tiles3D AssetType and evaluate model type when adding a 3D model to the scene ([eec0f50](https://github.com/awslabs/iot-app-kit/commit/eec0f508caa4b1f6b2c7a84baa4f45bf4dc7195b)) + + +### Bug Fixes + +* **composer:** cannot delete scene node of a child and then its parent ([a2e140a](https://github.com/awslabs/iot-app-kit/commit/a2e140ab0ef05975e2ec1d8e36a4d68ad9087911)) +* **composer:** refactor scene modal rendering ([1d797b1](https://github.com/awslabs/iot-app-kit/commit/1d797b1a6aeab60e45f8e11daf8cd97b9b21033b)) +* **composer:** remove deprecated and internal interfaces from public ([07e82b4](https://github.com/awslabs/iot-app-kit/commit/07e82b42963931ddce95362f4a6cca9add6a1423)) +* internal pipeline has issues with lfs, reverting ([968f950](https://github.com/awslabs/iot-app-kit/commit/968f95005c51591d7cb99af323808fd232b8d4e9)) +* **scene:** update dependency for selection change use effect ([623b55b](https://github.com/awslabs/iot-app-kit/commit/623b55b016890a3e537fdae0b1d39ec665603834)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 9.15.0 to 10.0.0 + * @iot-app-kit/react-components bumped from 9.15.0 to 10.0.0 + * @iot-app-kit/related-table bumped from 9.15.0 to 10.0.0 + * @iot-app-kit/source-iottwinmaker bumped from 9.15.0 to 10.0.0 + * devDependencies + * eslint-config-iot-app-kit bumped from 9.15.0 to 10.0.0 + ## [9.15.0](https://github.com/awslabs/iot-app-kit/compare/scene-composer-v9.14.0...scene-composer-v9.15.0) (2024-02-01) diff --git a/packages/scene-composer/package.json b/packages/scene-composer/package.json index 1589f5adc..13586447e 100644 --- a/packages/scene-composer/package.json +++ b/packages/scene-composer/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "9.15.0", + "version": "10.0.0", "description": "AWS IoT TwinMaker Scene Composer Library", "homepage": "https://github.com/awslabs/iot-app-kit#readme", "license": "Apache-2.0", @@ -114,7 +114,7 @@ "babel-jest": "^29.6.4", "babel-plugin-formatjs": "10.5.3", "copyfiles": "^2.4.1", - "eslint-config-iot-app-kit": "9.15.0", + "eslint-config-iot-app-kit": "10.0.0", "husky": "8.0.3", "jest": "^27.0.6", "jest-coverage-ratchet": "^0.2.3", @@ -149,10 +149,10 @@ "@fortawesome/fontawesome-svg-core": "^6.4.2", "@fortawesome/free-solid-svg-icons": "^6.4.2", "@fortawesome/react-fontawesome": "^0.2.0", - "@iot-app-kit/core": "9.15.0", - "@iot-app-kit/react-components": "9.15.0", - "@iot-app-kit/related-table": "9.15.0", - "@iot-app-kit/source-iottwinmaker": "9.15.0", + "@iot-app-kit/core": "10.0.0", + "@iot-app-kit/react-components": "10.0.0", + "@iot-app-kit/related-table": "10.0.0", + "@iot-app-kit/source-iottwinmaker": "10.0.0", "@matterport/r3f": "0.2.7", "@matterport/webcomponent": "0.1.35", "@react-three/drei": "9.56.27", diff --git a/packages/source-iotsitewise/CHANGELOG.md b/packages/source-iotsitewise/CHANGELOG.md index a6015d4a4..53c7c0a3c 100644 --- a/packages/source-iotsitewise/CHANGELOG.md +++ b/packages/source-iotsitewise/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.0.0](https://github.com/awslabs/iot-app-kit/compare/source-iotsitewise-v9.15.0...source-iotsitewise-v10.0.0) (2024-02-28) + + +### Features + +* introduce edgeMode in dashboard components ([c168fb4](https://github.com/awslabs/iot-app-kit/commit/c168fb45b68252e25385c38bc20752ce1ffcd4e8)) +* introduce edgeMode in source-iotsitewise ([3106695](https://github.com/awslabs/iot-app-kit/commit/31066951a245712a0b7aa94fd3307813390ab8e4)) + + +### Bug Fixes + +* aws clients marked as peer dependencies ([0272167](https://github.com/awslabs/iot-app-kit/commit/027216707ec5fdd77390ef1de132ef744f4f17b8)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 9.15.0 to 10.0.0 + * @iot-app-kit/core-util bumped from 9.15.0 to 10.0.0 + * devDependencies + * @iot-app-kit/jest-config bumped from 9.15.0 to 10.0.0 + * @iot-app-kit/testing-util bumped from 9.15.0 to 10.0.0 + * @iot-app-kit/ts-config bumped from 9.15.0 to 10.0.0 + * eslint-config-iot-app-kit bumped from 9.15.0 to 10.0.0 + ## [9.15.0](https://github.com/awslabs/iot-app-kit/compare/source-iotsitewise-v9.14.0...source-iotsitewise-v9.15.0) (2024-02-01) diff --git a/packages/source-iotsitewise/package.json b/packages/source-iotsitewise/package.json index 562f304ab..0069e58ea 100644 --- a/packages/source-iotsitewise/package.json +++ b/packages/source-iotsitewise/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "9.15.0", + "version": "10.0.0", "description": "AWS IoT SiteWise source for IoT Application Kit", "homepage": "https://github.com/awslabs/iot-app-kit#readme", "license": "Apache-2.0", @@ -53,8 +53,8 @@ "dependencies": { "@aws-sdk/client-iot-events": "3.354.0", "@aws-sdk/client-iotsitewise": "3.456.0", - "@iot-app-kit/core": "9.15.0", - "@iot-app-kit/core-util": "9.15.0", + "@iot-app-kit/core": "10.0.0", + "@iot-app-kit/core-util": "10.0.0", "@synchro-charts/core": "7.2.0", "dataloader": "^2.2.2", "lodash.isequal": "^4.5.0", @@ -64,14 +64,14 @@ }, "devDependencies": { "@aws-sdk/types": "^3.310.0", - "@iot-app-kit/jest-config": "9.15.0", - "@iot-app-kit/testing-util": "9.15.0", - "@iot-app-kit/ts-config": "9.15.0", + "@iot-app-kit/jest-config": "10.0.0", + "@iot-app-kit/testing-util": "10.0.0", + "@iot-app-kit/ts-config": "10.0.0", "@types/jest": "^29.4.0", "@types/lodash.isequal": "^4.5.6", "@types/lodash.merge": "^4.6.7", "@types/lodash.uniqwith": "^4.5.7", - "eslint-config-iot-app-kit": "9.15.0", + "eslint-config-iot-app-kit": "10.0.0", "flush-promises": "^1.0.2", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", diff --git a/packages/source-iottwinmaker/CHANGELOG.md b/packages/source-iottwinmaker/CHANGELOG.md index b07cc9873..4d25267c4 100644 --- a/packages/source-iottwinmaker/CHANGELOG.md +++ b/packages/source-iottwinmaker/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.0.0](https://github.com/awslabs/iot-app-kit/compare/source-iottwinmaker-v9.15.0...source-iottwinmaker-v10.0.0) (2024-02-28) + + +### Features + +* **composer:** createDynamicScene util ([0b3b80c](https://github.com/awslabs/iot-app-kit/commit/0b3b80c0e62176c76411fe07718df7ef6849ef3a)) +* **composer:** support showing flash message ([da7281a](https://github.com/awslabs/iot-app-kit/commit/da7281a84e47325c56071850f6ea49a6eed73233)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 9.15.0 to 10.0.0 + * devDependencies + * @iot-app-kit/jest-config bumped from 9.15.0 to 10.0.0 + * @iot-app-kit/ts-config bumped from 9.15.0 to 10.0.0 + * eslint-config-iot-app-kit bumped from 9.15.0 to 10.0.0 + ## [9.15.0](https://github.com/awslabs/iot-app-kit/compare/source-iottwinmaker-v9.14.0...source-iottwinmaker-v9.15.0) (2024-02-01) diff --git a/packages/source-iottwinmaker/package.json b/packages/source-iottwinmaker/package.json index 60644a01f..df58cf9b9 100644 --- a/packages/source-iottwinmaker/package.json +++ b/packages/source-iottwinmaker/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "9.15.0", + "version": "10.0.0", "description": "AWS IoT TwinMaker source for IoT Application Kit", "homepage": "https://github.com/awslabs/iot-app-kit#readme", "license": "Apache-2.0", @@ -57,19 +57,19 @@ "@aws-sdk/client-s3": "3.335.0", "@aws-sdk/client-secrets-manager": "3.353.0", "@aws-sdk/url-parser": "3.374.0", - "@iot-app-kit/core": "9.15.0", + "@iot-app-kit/core": "10.0.0", "@tanstack/query-core": "^4.29.15", "lodash": "^4.17.21", "rxjs": "^7.8.1" }, "devDependencies": { "@aws-sdk/types": "^3.310.0", - "@iot-app-kit/jest-config": "9.15.0", - "@iot-app-kit/ts-config": "9.15.0", + "@iot-app-kit/jest-config": "10.0.0", + "@iot-app-kit/ts-config": "10.0.0", "@types/jest": "^29.4.0", "@types/lodash": "^4.14.195", "aws-sdk-client-mock": "^1.0.0", - "eslint-config-iot-app-kit": "9.15.0", + "eslint-config-iot-app-kit": "10.0.0", "flush-promises": "^1.0.2", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", diff --git a/packages/testing-util/CHANGELOG.md b/packages/testing-util/CHANGELOG.md index 0a2549f96..4140f5c72 100644 --- a/packages/testing-util/CHANGELOG.md +++ b/packages/testing-util/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [10.0.0](https://github.com/awslabs/iot-app-kit/compare/testing-util-v9.15.0...testing-util-v10.0.0) (2024-02-28) + + +### Miscellaneous Chores + +* **testing-util:** Synchronize iot-app-kit versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 9.15.0 to 10.0.0 + * devDependencies + * @iot-app-kit/ts-config bumped from ^9.15.0 to ^10.0.0 + * eslint-config-iot-app-kit bumped from ^9.15.0 to ^10.0.0 + ## [9.15.0](https://github.com/awslabs/iot-app-kit/compare/testing-util-v9.14.0...testing-util-v9.15.0) (2024-02-01) diff --git a/packages/testing-util/package.json b/packages/testing-util/package.json index 0604f300d..0f85f5f4f 100644 --- a/packages/testing-util/package.json +++ b/packages/testing-util/package.json @@ -2,12 +2,12 @@ "name": "@iot-app-kit/testing-util", "license": "Apache-2.0", "private": true, - "version": "9.15.0", + "version": "10.0.0", "main": "./dist/cjs/index.js", "module": "./dist/es/index.js", "types": "./dist/es/index.d.ts", "dependencies": { - "@iot-app-kit/core": "9.15.0", + "@iot-app-kit/core": "10.0.0", "@aws-sdk/client-iot-events": "3.354.0", "@aws-sdk/client-iotsitewise": "3.456.0", "parse-duration": "^1.1.0" @@ -21,7 +21,7 @@ "lint-fix": "eslint --fix ." }, "devDependencies": { - "@iot-app-kit/ts-config": "^9.15.0", - "eslint-config-iot-app-kit": "^9.15.0" + "@iot-app-kit/ts-config": "^10.0.0", + "eslint-config-iot-app-kit": "^10.0.0" } } diff --git a/packages/tools-iottwinmaker/CHANGELOG.md b/packages/tools-iottwinmaker/CHANGELOG.md index 02f30065c..06a723d92 100644 --- a/packages/tools-iottwinmaker/CHANGELOG.md +++ b/packages/tools-iottwinmaker/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.0.0](https://github.com/awslabs/iot-app-kit/compare/tools-iottwinmaker-v9.15.0...tools-iottwinmaker-v10.0.0) (2024-02-28) + + +### Miscellaneous Chores + +* **tools-iottwinmaker:** Synchronize iot-app-kit versions + ## [9.15.0](https://github.com/awslabs/iot-app-kit/compare/tools-iottwinmaker-v9.14.0...tools-iottwinmaker-v9.15.0) (2024-02-01) diff --git a/packages/tools-iottwinmaker/package.json b/packages/tools-iottwinmaker/package.json index 933428ae5..fbd03a742 100644 --- a/packages/tools-iottwinmaker/package.json +++ b/packages/tools-iottwinmaker/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "9.15.0", + "version": "10.0.0", "engines": { "node": ">=16", "npm": ">=8"