diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 46372f9cc..925d8fdcd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,15 +1,15 @@ { - "packages/core": "12.2.1", - "packages/dashboard": "12.2.1", - "apps/doc-site": "12.2.1", - "packages/core-util": "12.2.1", - "packages/react-components": "12.2.1", - "packages/scene-composer": "12.2.1", - "packages/source-iotsitewise": "12.2.1", - "packages/source-iottwinmaker": "12.2.1", - ".": "12.2.1", - "packages/testing-util": "12.2.1", - "packages/tools-iottwinmaker": "12.2.1", - "configuration/ts-config": "12.2.1", - "configuration/eslint-config": "12.2.1" + "packages/core": "12.2.2", + "packages/dashboard": "12.2.2", + "apps/doc-site": "12.2.2", + "packages/core-util": "12.2.2", + "packages/react-components": "12.2.2", + "packages/scene-composer": "12.2.2", + "packages/source-iotsitewise": "12.2.2", + "packages/source-iottwinmaker": "12.2.2", + ".": "12.2.2", + "packages/testing-util": "12.2.2", + "packages/tools-iottwinmaker": "12.2.2", + "configuration/ts-config": "12.2.2", + "configuration/eslint-config": "12.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fc76901d5..35e3cf177 100644 --- a/CHANGELOG.md +++ b/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. +## [12.2.2](https://github.com/awslabs/iot-app-kit/compare/root-v12.2.1...root-v12.2.2) (2024-12-04) + + +### Bug Fixes + +* optional property check for error metadata ([1a2b661](https://github.com/awslabs/iot-app-kit/commit/1a2b66167e758b1eede4914bcf9a22b06c915e46)) + ## [12.2.1](https://github.com/awslabs/iot-app-kit/compare/root-v12.2.0...root-v12.2.1) (2024-12-03) diff --git a/apps/doc-site/CHANGELOG.md b/apps/doc-site/CHANGELOG.md index b0a1a47a3..a0cb8e4b0 100644 --- a/apps/doc-site/CHANGELOG.md +++ b/apps/doc-site/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [12.2.2](https://github.com/awslabs/iot-app-kit/compare/doc-site-v12.2.1...doc-site-v12.2.2) (2024-12-04) + + +### Miscellaneous Chores + +* **doc-site:** Synchronize iot-app-kit versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 12.2.1 to 12.2.2 + * @iot-app-kit/react-components bumped from 12.2.1 to 12.2.2 + * devDependencies + * @iot-app-kit/testing-util bumped from 12.2.1 to 12.2.2 + * eslint-config-iot-app-kit bumped from 12.2.1 to 12.2.2 + ## [12.2.1](https://github.com/awslabs/iot-app-kit/compare/doc-site-v12.2.0...doc-site-v12.2.1) (2024-12-03) diff --git a/apps/doc-site/package.json b/apps/doc-site/package.json index 78aba7a1c..f8dd62d4d 100644 --- a/apps/doc-site/package.json +++ b/apps/doc-site/package.json @@ -1,6 +1,6 @@ { "name": "@iot-app-kit/doc-site", - "version": "12.2.1", + "version": "12.2.2", "private": true, "type": "module", "scripts": { @@ -15,7 +15,7 @@ "fix": "eslint --fix . --cache --cache-location .cache/eslint/" }, "devDependencies": { - "@iot-app-kit/testing-util": "12.2.1", + "@iot-app-kit/testing-util": "12.2.2", "@storybook/addon-essentials": "^8.4.5", "@storybook/addon-interactions": "^8.4.5", "@storybook/addon-links": "^8.4.5", @@ -26,7 +26,7 @@ "@storybook/theming": "^8.4.5", "@types/node": "^18.16.18", "@vitejs/plugin-react": "^4.3.3", - "eslint-config-iot-app-kit": "12.2.1", + "eslint-config-iot-app-kit": "12.2.2", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -36,7 +36,7 @@ "vite": "^5.4.11" }, "dependencies": { - "@iot-app-kit/core": "12.2.1", - "@iot-app-kit/react-components": "12.2.1" + "@iot-app-kit/core": "12.2.2", + "@iot-app-kit/react-components": "12.2.2" } } diff --git a/configuration/eslint-config/CHANGELOG.md b/configuration/eslint-config/CHANGELOG.md index abd7e1a04..551e8cea0 100644 --- a/configuration/eslint-config/CHANGELOG.md +++ b/configuration/eslint-config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [12.2.2](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v12.2.1...eslint-config-v12.2.2) (2024-12-04) + + +### Miscellaneous Chores + +* **eslint-config:** Synchronize iot-app-kit versions + ## [12.2.1](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v12.2.0...eslint-config-v12.2.1) (2024-12-03) diff --git a/configuration/eslint-config/package.json b/configuration/eslint-config/package.json index d3670b8c1..0f032a515 100644 --- a/configuration/eslint-config/package.json +++ b/configuration/eslint-config/package.json @@ -32,5 +32,5 @@ "eslint-import-resolver-typescript": "^3.6.0", "typescript": "^5.5.4" }, - "version": "12.2.1" + "version": "12.2.2" } diff --git a/configuration/ts-config/CHANGELOG.md b/configuration/ts-config/CHANGELOG.md index 4d566e27a..03c084c55 100644 --- a/configuration/ts-config/CHANGELOG.md +++ b/configuration/ts-config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [12.2.2](https://github.com/awslabs/iot-app-kit/compare/ts-config-v12.2.1...ts-config-v12.2.2) (2024-12-04) + + +### Miscellaneous Chores + +* **ts-config:** Synchronize iot-app-kit versions + ## [12.2.1](https://github.com/awslabs/iot-app-kit/compare/ts-config-v12.2.0...ts-config-v12.2.1) (2024-12-03) diff --git a/configuration/ts-config/package.json b/configuration/ts-config/package.json index dbd6894ff..507ce6799 100644 --- a/configuration/ts-config/package.json +++ b/configuration/ts-config/package.json @@ -15,5 +15,5 @@ "rimraf": "^5.0.1", "typescript": "^5.5.4" }, - "version": "12.2.1" + "version": "12.2.2" } diff --git a/package-lock.json b/package-lock.json index 4fbd57c1e..1b52cfc68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iot-app-kit", - "version": "12.2.1", + "version": "12.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iot-app-kit", - "version": "12.2.1", + "version": "12.2.2", "license": "Apache-2.0", "workspaces": [ "apps/*", @@ -67,13 +67,13 @@ }, "apps/doc-site": { "name": "@iot-app-kit/doc-site", - "version": "12.2.1", + "version": "12.2.2", "dependencies": { - "@iot-app-kit/core": "12.2.1", - "@iot-app-kit/react-components": "12.2.1" + "@iot-app-kit/core": "12.2.2", + "@iot-app-kit/react-components": "12.2.2" }, "devDependencies": { - "@iot-app-kit/testing-util": "12.2.1", + "@iot-app-kit/testing-util": "12.2.2", "@storybook/addon-essentials": "^8.4.5", "@storybook/addon-interactions": "^8.4.5", "@storybook/addon-links": "^8.4.5", @@ -84,7 +84,7 @@ "@storybook/theming": "^8.4.5", "@types/node": "^18.16.18", "@vitejs/plugin-react": "^4.3.3", - "eslint-config-iot-app-kit": "12.2.1", + "eslint-config-iot-app-kit": "12.2.2", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -96,7 +96,7 @@ }, "configuration/eslint-config": { "name": "eslint-config-iot-app-kit", - "version": "12.2.1", + "version": "12.2.2", "dependencies": { "@typescript-eslint/eslint-plugin": "^5.60.0", "@typescript-eslint/parser": "^5.62.0", @@ -124,7 +124,7 @@ }, "configuration/ts-config": { "name": "@iot-app-kit/ts-config", - "version": "12.2.1", + "version": "12.2.2", "devDependencies": { "@types/node": "^18.16.18", "rimraf": "^5.0.1", @@ -36626,7 +36626,7 @@ }, "packages/core": { "name": "@iot-app-kit/core", - "version": "12.2.1", + "version": "12.2.2", "license": "Apache-2.0", "dependencies": { "d3-array": "^3.2.4", @@ -36637,12 +36637,12 @@ "uuid": "^9.0.0" }, "devDependencies": { - "@iot-app-kit/ts-config": "12.2.1", + "@iot-app-kit/ts-config": "12.2.2", "@types/d3-array": "^3.0.5", "@types/node": "^18.16.18", "@types/uuid": "^9.0.2", "@vitest/coverage-v8": "^2.1.5", - "eslint-config-iot-app-kit": "12.2.1", + "eslint-config-iot-app-kit": "12.2.2", "flush-promises": "^1.0.2", "jest-extended": "^3.2.4", "rimraf": "^5.0.1", @@ -36656,22 +36656,22 @@ }, "packages/core-util": { "name": "@iot-app-kit/core-util", - "version": "12.2.1", + "version": "12.2.2", "license": "Apache-2.0", "dependencies": { - "@iot-app-kit/core": "12.2.1", + "@iot-app-kit/core": "12.2.2", "lodash-es": "^4.17.21", "pako": "^2.1.0", "zustand": "^4.5.2" }, "devDependencies": { "@aws-sdk/types": "^3.696.0", - "@iot-app-kit/ts-config": "12.2.1", + "@iot-app-kit/ts-config": "12.2.2", "@types/lodash-es": "^4.17.12", "@types/node": "^18.16.18", "@types/pako": "^2.0.3", "@vitest/coverage-v8": "^2.1.5", - "eslint-config-iot-app-kit": "12.2.1", + "eslint-config-iot-app-kit": "12.2.2", "jest-extended": "^3.2.4", "rimraf": "^5.0.1", "typescript": "^5.5.4", @@ -36722,16 +36722,16 @@ }, "packages/dashboard": { "name": "@iot-app-kit/dashboard", - "version": "12.2.1", + "version": "12.2.2", "license": "Apache-2.0", "dependencies": { "@cloudscape-design/components": "3.0.693", "@cloudscape-design/design-tokens": "3.0.42", "@cloudscape-design/global-styles": "1.0.32", - "@iot-app-kit/core": "12.2.1", - "@iot-app-kit/core-util": "12.2.1", - "@iot-app-kit/react-components": "12.2.1", - "@iot-app-kit/source-iotsitewise": "12.2.1", + "@iot-app-kit/core": "12.2.2", + "@iot-app-kit/core-util": "12.2.2", + "@iot-app-kit/react-components": "12.2.2", + "@iot-app-kit/source-iotsitewise": "12.2.2", "@popperjs/core": "^2.11.8", "@reduxjs/toolkit": "^1.9.5", "@tanstack/react-query": "^5.40.1", @@ -36759,8 +36759,8 @@ }, "devDependencies": { "@iot-app-kit/data-mocked": "*", - "@iot-app-kit/testing-util": "12.2.1", - "@iot-app-kit/ts-config": "12.2.1", + "@iot-app-kit/testing-util": "12.2.2", + "@iot-app-kit/ts-config": "12.2.2", "@tanstack/eslint-plugin-query": "^5.40.1", "@tanstack/react-query-devtools": "^5.40.1", "@testing-library/jest-dom": "^6.6.3", @@ -36778,7 +36778,7 @@ "copyfiles": "^2.4.1", "css-loader": "6.8.1", "dotenv": "^16.3.1", - "eslint-config-iot-app-kit": "12.2.1", + "eslint-config-iot-app-kit": "12.2.2", "eslint-plugin-jsx-a11y": "^6.8.0", "jest-extended": "^3.2.4", "react": "^18.2.0", @@ -36964,7 +36964,7 @@ }, "packages/react-components": { "name": "@iot-app-kit/react-components", - "version": "12.2.1", + "version": "12.2.2", "license": "Apache-2.0", "dependencies": { "@cloudscape-design/chat-components": "^1.0.10", @@ -36974,9 +36974,9 @@ "@cloudscape-design/global-styles": "1.0.32", "@iot-app-kit/charts": "^2.1.2", "@iot-app-kit/charts-core": "^2.1.2", - "@iot-app-kit/core": "12.2.1", - "@iot-app-kit/core-util": "12.2.1", - "@iot-app-kit/source-iottwinmaker": "12.2.1", + "@iot-app-kit/core": "12.2.2", + "@iot-app-kit/core-util": "12.2.2", + "@iot-app-kit/source-iottwinmaker": "12.2.2", "@tanstack/react-query": "^5.32.1", "autosize": "^6.0.1", "color": "^4.2.3", @@ -37007,10 +37007,10 @@ "zustand": "^4.5.2" }, "devDependencies": { - "@iot-app-kit/core": "12.2.1", - "@iot-app-kit/source-iotsitewise": "12.2.1", - "@iot-app-kit/testing-util": "12.2.1", - "@iot-app-kit/ts-config": "12.2.1", + "@iot-app-kit/core": "12.2.2", + "@iot-app-kit/source-iotsitewise": "12.2.2", + "@iot-app-kit/testing-util": "12.2.2", + "@iot-app-kit/ts-config": "12.2.2", "@playwright/test": "^1.48.2", "@storybook/addon-essentials": "^8.4.5", "@storybook/addon-links": "^8.4.5", @@ -37043,7 +37043,7 @@ "babel-plugin-formatjs": "10.5.3", "copyfiles": "^2.4.1", "cytoscape": "^3.25.0", - "eslint-config-iot-app-kit": "12.2.1", + "eslint-config-iot-app-kit": "12.2.2", "eslint-plugin-jsx-a11y": "^6.8.0", "flush-promises": "^1.0.2", "jest-extended": "^3.2.4", @@ -37220,7 +37220,7 @@ }, "packages/scene-composer": { "name": "@iot-app-kit/scene-composer", - "version": "12.2.1", + "version": "12.2.2", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-iottwinmaker": "3.589.0", @@ -37228,9 +37228,9 @@ "@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": "12.2.1", - "@iot-app-kit/react-components": "12.2.1", - "@iot-app-kit/source-iottwinmaker": "12.2.1", + "@iot-app-kit/core": "12.2.2", + "@iot-app-kit/react-components": "12.2.2", + "@iot-app-kit/source-iottwinmaker": "12.2.2", "@matterport/r3f": "0.2.7", "@matterport/webcomponent": "0.1.35", "@react-three/drei": "9.56.27", @@ -37278,7 +37278,7 @@ "@cloudscape-design/design-tokens": "^3.0.35", "@cloudscape-design/global-styles": "^1.0.25", "@formatjs/cli": "^6.3.8", - "@iot-app-kit/ts-config": "12.2.1", + "@iot-app-kit/ts-config": "12.2.2", "@playwright/test": "^1.48.2", "@react-spring/three": "^9.7.2", "@storybook/addon-essentials": "^8.4.5", @@ -37304,7 +37304,7 @@ "@vitest/coverage-v8": "^2.1.5", "babel-plugin-formatjs": "10.5.3", "copyfiles": "^2.4.1", - "eslint-config-iot-app-kit": "12.2.1", + "eslint-config-iot-app-kit": "12.2.2", "happy-dom": "^15.11.6", "husky": "8.0.3", "jest-extended": "^3.2.4", @@ -39017,11 +39017,11 @@ }, "packages/source-iotsitewise": { "name": "@iot-app-kit/source-iotsitewise", - "version": "12.2.1", + "version": "12.2.2", "license": "Apache-2.0", "dependencies": { - "@iot-app-kit/core": "12.2.1", - "@iot-app-kit/core-util": "12.2.1", + "@iot-app-kit/core": "12.2.2", + "@iot-app-kit/core-util": "12.2.2", "@synchro-charts/core": "7.2.0", "dataloader": "^2.2.2", "lodash-es": "^4.17.21", @@ -39029,12 +39029,12 @@ }, "devDependencies": { "@aws-sdk/types": "^3.696.0", - "@iot-app-kit/testing-util": "12.2.1", - "@iot-app-kit/ts-config": "12.2.1", + "@iot-app-kit/testing-util": "12.2.2", + "@iot-app-kit/ts-config": "12.2.2", "@types/lodash-es": "^4.17.12", "@types/node": "^18.16.18", "@vitest/coverage-v8": "^2.1.5", - "eslint-config-iot-app-kit": "12.2.1", + "eslint-config-iot-app-kit": "12.2.2", "flush-promises": "^1.0.2", "jest-extended": "^3.2.4", "rimraf": "^5.0.1", @@ -39049,7 +39049,7 @@ }, "packages/source-iottwinmaker": { "name": "@iot-app-kit/source-iottwinmaker", - "version": "12.2.1", + "version": "12.2.2", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-iotsitewise": "3.696.0", @@ -39059,19 +39059,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": "12.2.1", + "@iot-app-kit/core": "12.2.2", "@tanstack/query-core": "^4.29.15", "lodash-es": "^4.17.21", "rxjs": "^7.8.1" }, "devDependencies": { "@aws-sdk/types": "^3.696.0", - "@iot-app-kit/ts-config": "12.2.1", + "@iot-app-kit/ts-config": "12.2.2", "@types/lodash-es": "^4.17.12", "@types/node": "^18.16.18", "@vitest/coverage-v8": "^2.1.5", "aws-sdk-client-mock": "^1.0.0", - "eslint-config-iot-app-kit": "12.2.1", + "eslint-config-iot-app-kit": "12.2.2", "flush-promises": "^1.0.2", "jest-extended": "^3.2.4", "rimraf": "^5.0.1", @@ -39946,25 +39946,25 @@ }, "packages/testing-util": { "name": "@iot-app-kit/testing-util", - "version": "12.2.1", + "version": "12.2.2", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-iot-events": "3.354.0", "@aws-sdk/client-iotsitewise": "3.696.0", - "@iot-app-kit/core": "12.2.1", + "@iot-app-kit/core": "12.2.2", "parse-duration": "^1.1.0" }, "devDependencies": { - "@iot-app-kit/ts-config": "12.2.1", + "@iot-app-kit/ts-config": "12.2.2", "@types/node": "^18.16.18", - "eslint-config-iot-app-kit": "12.2.1", + "eslint-config-iot-app-kit": "12.2.2", "rimraf": "^5.0.1", "typescript": "^5.5.4" } }, "packages/tools-iottwinmaker": { "name": "@iot-app-kit/tools-iottwinmaker", - "version": "12.2.1", + "version": "12.2.2", "dependencies": { "@aws-sdk/client-cloudformation": "^3.376.0", "@aws-sdk/client-iam": "^3.363.0", @@ -39980,7 +39980,7 @@ "tmdt": "dist/cjs/cli.js" }, "devDependencies": { - "@iot-app-kit/ts-config": "12.2.1", + "@iot-app-kit/ts-config": "12.2.2", "@types/node": "^18.16.18", "@types/prompts": "^2.4.4", "@types/yargs": "^17.0.24", diff --git a/package.json b/package.json index 84c6fe277..43609439d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "iot-app-kit", "private": true, "description": "IoT Application Kit", - "version": "12.2.1", + "version": "12.2.2", "main": "index.js", "license": "Apache-2.0", "repository": "git@github.com:awslabs/iot-app-kit.git", diff --git a/packages/core-util/CHANGELOG.md b/packages/core-util/CHANGELOG.md index 5116613de..02da1c95f 100644 --- a/packages/core-util/CHANGELOG.md +++ b/packages/core-util/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [12.2.2](https://github.com/awslabs/iot-app-kit/compare/core-util-v12.2.1...core-util-v12.2.2) (2024-12-04) + + +### Miscellaneous Chores + +* **core-util:** Synchronize iot-app-kit versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 12.2.1 to 12.2.2 + * devDependencies + * @iot-app-kit/ts-config bumped from 12.2.1 to 12.2.2 + * eslint-config-iot-app-kit bumped from 12.2.1 to 12.2.2 + ## [12.2.1](https://github.com/awslabs/iot-app-kit/compare/core-util-v12.2.0...core-util-v12.2.1) (2024-12-03) diff --git a/packages/core-util/package.json b/packages/core-util/package.json index 50f173c7e..d40c8ce08 100644 --- a/packages/core-util/package.json +++ b/packages/core-util/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "12.2.1", + "version": "12.2.2", "type": "module", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", @@ -39,19 +39,19 @@ "pack": "npm pack" }, "dependencies": { - "@iot-app-kit/core": "12.2.1", + "@iot-app-kit/core": "12.2.2", "lodash-es": "^4.17.21", "pako": "^2.1.0", "zustand": "^4.5.2" }, "devDependencies": { "@aws-sdk/types": "^3.696.0", - "@iot-app-kit/ts-config": "12.2.1", + "@iot-app-kit/ts-config": "12.2.2", "@types/lodash-es": "^4.17.12", "@types/node": "^18.16.18", "@types/pako": "^2.0.3", "@vitest/coverage-v8": "^2.1.5", - "eslint-config-iot-app-kit": "12.2.1", + "eslint-config-iot-app-kit": "12.2.2", "jest-extended": "^3.2.4", "rimraf": "^5.0.1", "typescript": "^5.5.4", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 564f6563e..1886b85f3 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.2.2](https://github.com/awslabs/iot-app-kit/compare/core-v12.2.1...core-v12.2.2) (2024-12-04) + + +### Miscellaneous Chores + +* **core:** Synchronize iot-app-kit versions + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @iot-app-kit/ts-config bumped from 12.2.1 to 12.2.2 + * eslint-config-iot-app-kit bumped from 12.2.1 to 12.2.2 + ## [12.2.1](https://github.com/awslabs/iot-app-kit/compare/core-v12.2.0...core-v12.2.1) (2024-12-03) diff --git a/packages/core/package.json b/packages/core/package.json index 5d127a62b..38585c269 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "12.2.1", + "version": "12.2.2", "description": "IoT Application Kit core", "type": "module", "main": "./dist/cjs/index.js", @@ -51,12 +51,12 @@ "uuid": "^9.0.0" }, "devDependencies": { - "@iot-app-kit/ts-config": "12.2.1", + "@iot-app-kit/ts-config": "12.2.2", "@types/d3-array": "^3.0.5", "@types/node": "^18.16.18", "@types/uuid": "^9.0.2", "@vitest/coverage-v8": "^2.1.5", - "eslint-config-iot-app-kit": "12.2.1", + "eslint-config-iot-app-kit": "12.2.2", "flush-promises": "^1.0.2", "jest-extended": "^3.2.4", "rimraf": "^5.0.1", diff --git a/packages/dashboard/CHANGELOG.md b/packages/dashboard/CHANGELOG.md index 7b8a84fb5..f07c80d86 100644 --- a/packages/dashboard/CHANGELOG.md +++ b/packages/dashboard/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [12.2.2](https://github.com/awslabs/iot-app-kit/compare/dashboard-v12.2.1...dashboard-v12.2.2) (2024-12-04) + + +### Miscellaneous Chores + +* **dashboard:** Synchronize iot-app-kit versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 12.2.1 to 12.2.2 + * @iot-app-kit/core-util bumped from 12.2.1 to 12.2.2 + * @iot-app-kit/react-components bumped from 12.2.1 to 12.2.2 + * @iot-app-kit/source-iotsitewise bumped from 12.2.1 to 12.2.2 + * devDependencies + * @iot-app-kit/testing-util bumped from 12.2.1 to 12.2.2 + * @iot-app-kit/ts-config bumped from 12.2.1 to 12.2.2 + * eslint-config-iot-app-kit bumped from 12.2.1 to 12.2.2 + ## [12.2.1](https://github.com/awslabs/iot-app-kit/compare/dashboard-v12.2.0...dashboard-v12.2.1) (2024-12-03) diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 1572f5f4f..bc98b175c 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "12.2.1", + "version": "12.2.2", "description": "A dashboard widget for IoT App Kit components", "homepage": "https://github.com/awslabs/iot-app-kit#readme", "license": "Apache-2.0", @@ -48,8 +48,8 @@ }, "devDependencies": { "@iot-app-kit/data-mocked": "*", - "@iot-app-kit/testing-util": "12.2.1", - "@iot-app-kit/ts-config": "12.2.1", + "@iot-app-kit/testing-util": "12.2.2", + "@iot-app-kit/ts-config": "12.2.2", "@tanstack/eslint-plugin-query": "^5.40.1", "@tanstack/react-query-devtools": "^5.40.1", "@testing-library/jest-dom": "^6.6.3", @@ -67,7 +67,7 @@ "copyfiles": "^2.4.1", "css-loader": "6.8.1", "dotenv": "^16.3.1", - "eslint-config-iot-app-kit": "12.2.1", + "eslint-config-iot-app-kit": "12.2.2", "eslint-plugin-jsx-a11y": "^6.8.0", "jest-extended": "^3.2.4", "react": "^18.2.0", @@ -85,10 +85,10 @@ "@cloudscape-design/components": "3.0.693", "@cloudscape-design/design-tokens": "3.0.42", "@cloudscape-design/global-styles": "1.0.32", - "@iot-app-kit/core": "12.2.1", - "@iot-app-kit/core-util": "12.2.1", - "@iot-app-kit/react-components": "12.2.1", - "@iot-app-kit/source-iotsitewise": "12.2.1", + "@iot-app-kit/core": "12.2.2", + "@iot-app-kit/core-util": "12.2.2", + "@iot-app-kit/react-components": "12.2.2", + "@iot-app-kit/source-iotsitewise": "12.2.2", "@popperjs/core": "^2.11.8", "@reduxjs/toolkit": "^1.9.5", "@tanstack/react-query": "^5.40.1", diff --git a/packages/react-components/CHANGELOG.md b/packages/react-components/CHANGELOG.md index b9a2f201b..2fb4b97ab 100644 --- a/packages/react-components/CHANGELOG.md +++ b/packages/react-components/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.2.2](https://github.com/awslabs/iot-app-kit/compare/react-components-v12.2.1...react-components-v12.2.2) (2024-12-04) + + +### Miscellaneous Chores + +* **react-components:** Synchronize iot-app-kit versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 12.2.1 to 12.2.2 + * @iot-app-kit/core-util bumped from 12.2.1 to 12.2.2 + * @iot-app-kit/source-iottwinmaker bumped from 12.2.1 to 12.2.2 + * devDependencies + * @iot-app-kit/core bumped from 12.2.1 to 12.2.2 + * @iot-app-kit/source-iotsitewise bumped from 12.2.1 to 12.2.2 + * @iot-app-kit/testing-util bumped from 12.2.1 to 12.2.2 + * @iot-app-kit/ts-config bumped from 12.2.1 to 12.2.2 + * eslint-config-iot-app-kit bumped from 12.2.1 to 12.2.2 + ## [12.2.1](https://github.com/awslabs/iot-app-kit/compare/react-components-v12.2.0...react-components-v12.2.1) (2024-12-03) diff --git a/packages/react-components/package.json b/packages/react-components/package.json index f0a4eefb5..796b7d631 100644 --- a/packages/react-components/package.json +++ b/packages/react-components/package.json @@ -1,6 +1,6 @@ { "name": "@iot-app-kit/react-components", - "version": "12.2.1", + "version": "12.2.2", "license": "Apache-2.0", "source": "./src/index.ts", "type": "module", @@ -57,10 +57,10 @@ "pack": "npm pack" }, "devDependencies": { - "@iot-app-kit/core": "12.2.1", - "@iot-app-kit/source-iotsitewise": "12.2.1", - "@iot-app-kit/testing-util": "12.2.1", - "@iot-app-kit/ts-config": "12.2.1", + "@iot-app-kit/core": "12.2.2", + "@iot-app-kit/source-iotsitewise": "12.2.2", + "@iot-app-kit/testing-util": "12.2.2", + "@iot-app-kit/ts-config": "12.2.2", "@playwright/test": "^1.48.2", "@storybook/addon-essentials": "^8.4.5", "@storybook/addon-links": "^8.4.5", @@ -93,7 +93,7 @@ "babel-plugin-formatjs": "10.5.3", "copyfiles": "^2.4.1", "cytoscape": "^3.25.0", - "eslint-config-iot-app-kit": "12.2.1", + "eslint-config-iot-app-kit": "12.2.2", "eslint-plugin-jsx-a11y": "^6.8.0", "flush-promises": "^1.0.2", "jest-extended": "^3.2.4", @@ -118,9 +118,9 @@ "@cloudscape-design/global-styles": "1.0.32", "@iot-app-kit/charts": "^2.1.2", "@iot-app-kit/charts-core": "^2.1.2", - "@iot-app-kit/core": "12.2.1", - "@iot-app-kit/core-util": "12.2.1", - "@iot-app-kit/source-iottwinmaker": "12.2.1", + "@iot-app-kit/core": "12.2.2", + "@iot-app-kit/core-util": "12.2.2", + "@iot-app-kit/source-iottwinmaker": "12.2.2", "@tanstack/react-query": "^5.32.1", "autosize": "^6.0.1", "color": "^4.2.3", diff --git a/packages/scene-composer/CHANGELOG.md b/packages/scene-composer/CHANGELOG.md index 88a53caac..d2a21df18 100644 --- a/packages/scene-composer/CHANGELOG.md +++ b/packages/scene-composer/CHANGELOG.md @@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.2.2](https://github.com/awslabs/iot-app-kit/compare/scene-composer-v12.2.1...scene-composer-v12.2.2) (2024-12-04) + + +### Miscellaneous Chores + +* **scene-composer:** Synchronize iot-app-kit versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 12.2.1 to 12.2.2 + * @iot-app-kit/react-components bumped from 12.2.1 to 12.2.2 + * @iot-app-kit/source-iottwinmaker bumped from 12.2.1 to 12.2.2 + * devDependencies + * @iot-app-kit/ts-config bumped from 12.2.1 to 12.2.2 + * eslint-config-iot-app-kit bumped from 12.2.1 to 12.2.2 + ## [12.2.1](https://github.com/awslabs/iot-app-kit/compare/scene-composer-v12.2.0...scene-composer-v12.2.1) (2024-12-03) diff --git a/packages/scene-composer/package.json b/packages/scene-composer/package.json index d60d319e9..b24cc8dd4 100644 --- a/packages/scene-composer/package.json +++ b/packages/scene-composer/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "12.2.1", + "version": "12.2.2", "description": "AWS IoT TwinMaker Scene Composer Library", "homepage": "https://github.com/awslabs/iot-app-kit#readme", "license": "Apache-2.0", @@ -96,7 +96,7 @@ "@cloudscape-design/design-tokens": "^3.0.35", "@cloudscape-design/global-styles": "^1.0.25", "@formatjs/cli": "^6.3.8", - "@iot-app-kit/ts-config": "12.2.1", + "@iot-app-kit/ts-config": "12.2.2", "@playwright/test": "^1.48.2", "@react-spring/three": "^9.7.2", "@storybook/addon-essentials": "^8.4.5", @@ -122,7 +122,7 @@ "@vitest/coverage-v8": "^2.1.5", "babel-plugin-formatjs": "10.5.3", "copyfiles": "^2.4.1", - "eslint-config-iot-app-kit": "12.2.1", + "eslint-config-iot-app-kit": "12.2.2", "happy-dom": "^15.11.6", "husky": "8.0.3", "jest-extended": "^3.2.4", @@ -156,9 +156,9 @@ "@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": "12.2.1", - "@iot-app-kit/react-components": "12.2.1", - "@iot-app-kit/source-iottwinmaker": "12.2.1", + "@iot-app-kit/core": "12.2.2", + "@iot-app-kit/react-components": "12.2.2", + "@iot-app-kit/source-iottwinmaker": "12.2.2", "@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 9ec1645fa..3cf3175d0 100644 --- a/packages/source-iotsitewise/CHANGELOG.md +++ b/packages/source-iotsitewise/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. +## [12.2.2](https://github.com/awslabs/iot-app-kit/compare/source-iotsitewise-v12.2.1...source-iotsitewise-v12.2.2) (2024-12-04) + + +### Bug Fixes + +* optional property check for error metadata ([1a2b661](https://github.com/awslabs/iot-app-kit/commit/1a2b66167e758b1eede4914bcf9a22b06c915e46)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 12.2.1 to 12.2.2 + * @iot-app-kit/core-util bumped from 12.2.1 to 12.2.2 + * devDependencies + * @iot-app-kit/testing-util bumped from 12.2.1 to 12.2.2 + * @iot-app-kit/ts-config bumped from 12.2.1 to 12.2.2 + * eslint-config-iot-app-kit bumped from 12.2.1 to 12.2.2 + ## [12.2.1](https://github.com/awslabs/iot-app-kit/compare/source-iotsitewise-v12.2.0...source-iotsitewise-v12.2.1) (2024-12-03) diff --git a/packages/source-iotsitewise/package.json b/packages/source-iotsitewise/package.json index 687beb23e..c4db7d6d7 100644 --- a/packages/source-iotsitewise/package.json +++ b/packages/source-iotsitewise/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "12.2.1", + "version": "12.2.2", "description": "AWS IoT SiteWise source for IoT Application Kit", "homepage": "https://github.com/awslabs/iot-app-kit#readme", "license": "Apache-2.0", @@ -52,8 +52,8 @@ "pack": "npm pack" }, "dependencies": { - "@iot-app-kit/core": "12.2.1", - "@iot-app-kit/core-util": "12.2.1", + "@iot-app-kit/core": "12.2.2", + "@iot-app-kit/core-util": "12.2.2", "@synchro-charts/core": "7.2.0", "dataloader": "^2.2.2", "lodash-es": "^4.17.21", @@ -61,12 +61,12 @@ }, "devDependencies": { "@aws-sdk/types": "^3.696.0", - "@iot-app-kit/testing-util": "12.2.1", - "@iot-app-kit/ts-config": "12.2.1", + "@iot-app-kit/testing-util": "12.2.2", + "@iot-app-kit/ts-config": "12.2.2", "@types/lodash-es": "^4.17.12", "@types/node": "^18.16.18", "@vitest/coverage-v8": "^2.1.5", - "eslint-config-iot-app-kit": "12.2.1", + "eslint-config-iot-app-kit": "12.2.2", "flush-promises": "^1.0.2", "jest-extended": "^3.2.4", "rimraf": "^5.0.1", diff --git a/packages/source-iottwinmaker/CHANGELOG.md b/packages/source-iottwinmaker/CHANGELOG.md index f45e29a9f..55a32580b 100644 --- a/packages/source-iottwinmaker/CHANGELOG.md +++ b/packages/source-iottwinmaker/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.2.2](https://github.com/awslabs/iot-app-kit/compare/source-iottwinmaker-v12.2.1...source-iottwinmaker-v12.2.2) (2024-12-04) + + +### Miscellaneous Chores + +* **source-iottwinmaker:** Synchronize iot-app-kit versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 12.2.1 to 12.2.2 + * devDependencies + * @iot-app-kit/ts-config bumped from 12.2.1 to 12.2.2 + * eslint-config-iot-app-kit bumped from 12.2.1 to 12.2.2 + ## [12.2.1](https://github.com/awslabs/iot-app-kit/compare/source-iottwinmaker-v12.2.0...source-iottwinmaker-v12.2.1) (2024-12-03) diff --git a/packages/source-iottwinmaker/package.json b/packages/source-iottwinmaker/package.json index a61303670..675ba8314 100644 --- a/packages/source-iottwinmaker/package.json +++ b/packages/source-iottwinmaker/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "12.2.1", + "version": "12.2.2", "description": "AWS IoT TwinMaker source for IoT Application Kit", "homepage": "https://github.com/awslabs/iot-app-kit#readme", "license": "Apache-2.0", @@ -58,19 +58,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": "12.2.1", + "@iot-app-kit/core": "12.2.2", "@tanstack/query-core": "^4.29.15", "lodash-es": "^4.17.21", "rxjs": "^7.8.1" }, "devDependencies": { "@aws-sdk/types": "^3.696.0", - "@iot-app-kit/ts-config": "12.2.1", + "@iot-app-kit/ts-config": "12.2.2", "@types/lodash-es": "^4.17.12", "@types/node": "^18.16.18", "@vitest/coverage-v8": "^2.1.5", "aws-sdk-client-mock": "^1.0.0", - "eslint-config-iot-app-kit": "12.2.1", + "eslint-config-iot-app-kit": "12.2.2", "flush-promises": "^1.0.2", "jest-extended": "^3.2.4", "rimraf": "^5.0.1", diff --git a/packages/testing-util/CHANGELOG.md b/packages/testing-util/CHANGELOG.md index 0972fddd3..1abb54411 100644 --- a/packages/testing-util/CHANGELOG.md +++ b/packages/testing-util/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [12.2.2](https://github.com/awslabs/iot-app-kit/compare/testing-util-v12.2.1...testing-util-v12.2.2) (2024-12-04) + + +### Miscellaneous Chores + +* **testing-util:** Synchronize iot-app-kit versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 12.2.1 to 12.2.2 + * devDependencies + * @iot-app-kit/ts-config bumped from 12.2.1 to 12.2.2 + * eslint-config-iot-app-kit bumped from 12.2.1 to 12.2.2 + ## [12.2.1](https://github.com/awslabs/iot-app-kit/compare/testing-util-v12.2.0...testing-util-v12.2.1) (2024-12-03) diff --git a/packages/testing-util/package.json b/packages/testing-util/package.json index 5df287e53..68606608c 100644 --- a/packages/testing-util/package.json +++ b/packages/testing-util/package.json @@ -2,7 +2,7 @@ "name": "@iot-app-kit/testing-util", "license": "Apache-2.0", "private": true, - "version": "12.2.1", + "version": "12.2.2", "type": "module", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", @@ -32,13 +32,13 @@ "dependencies": { "@aws-sdk/client-iot-events": "3.354.0", "@aws-sdk/client-iotsitewise": "3.696.0", - "@iot-app-kit/core": "12.2.1", + "@iot-app-kit/core": "12.2.2", "parse-duration": "^1.1.0" }, "devDependencies": { - "@iot-app-kit/ts-config": "12.2.1", + "@iot-app-kit/ts-config": "12.2.2", "@types/node": "^18.16.18", - "eslint-config-iot-app-kit": "12.2.1", + "eslint-config-iot-app-kit": "12.2.2", "rimraf": "^5.0.1", "typescript": "^5.5.4" } diff --git a/packages/tools-iottwinmaker/CHANGELOG.md b/packages/tools-iottwinmaker/CHANGELOG.md index 8ba3ebf0b..c6e07b154 100644 --- a/packages/tools-iottwinmaker/CHANGELOG.md +++ b/packages/tools-iottwinmaker/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [12.2.2](https://github.com/awslabs/iot-app-kit/compare/tools-iottwinmaker-v12.2.1...tools-iottwinmaker-v12.2.2) (2024-12-04) + + +### Miscellaneous Chores + +* **tools-iottwinmaker:** Synchronize iot-app-kit versions + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @iot-app-kit/ts-config bumped from 12.2.1 to 12.2.2 + ## [12.2.1](https://github.com/awslabs/iot-app-kit/compare/tools-iottwinmaker-v12.2.0...tools-iottwinmaker-v12.2.1) (2024-12-03) diff --git a/packages/tools-iottwinmaker/package.json b/packages/tools-iottwinmaker/package.json index f3f824f57..25c8a1be3 100644 --- a/packages/tools-iottwinmaker/package.json +++ b/packages/tools-iottwinmaker/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "12.2.1", + "version": "12.2.2", "engines": { "node": ">=16", "npm": ">=8" @@ -47,7 +47,7 @@ "package-mac": "pkg . --targets node16-macos-x64 --output tmdt_local" }, "devDependencies": { - "@iot-app-kit/ts-config": "12.2.1", + "@iot-app-kit/ts-config": "12.2.2", "@types/node": "^18.16.18", "@types/prompts": "^2.4.4", "@types/yargs": "^17.0.24",