From 65c2024a9d8a301ea1ad3811d5979695ec6d2118 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 00:11:36 +0000 Subject: [PATCH] chore: release 12.2.1 --- .release-please-manifest.json | 26 ++--- CHANGELOG.md | 7 ++ apps/doc-site/CHANGELOG.md | 18 ++++ apps/doc-site/package.json | 10 +- configuration/eslint-config/CHANGELOG.md | 7 ++ configuration/eslint-config/package.json | 2 +- configuration/ts-config/CHANGELOG.md | 7 ++ configuration/ts-config/package.json | 2 +- package-lock.json | 110 +++++++++++----------- package.json | 2 +- packages/core-util/CHANGELOG.md | 17 ++++ packages/core-util/package.json | 8 +- packages/core/CHANGELOG.md | 15 +++ packages/core/package.json | 6 +- packages/dashboard/CHANGELOG.md | 21 +++++ packages/dashboard/package.json | 16 ++-- packages/react-components/CHANGELOG.md | 22 +++++ packages/react-components/package.json | 18 ++-- packages/scene-composer/CHANGELOG.md | 19 ++++ packages/scene-composer/package.json | 12 +-- packages/source-iotsitewise/CHANGELOG.md | 19 ++++ packages/source-iotsitewise/package.json | 12 +-- packages/source-iottwinmaker/CHANGELOG.md | 17 ++++ packages/source-iottwinmaker/package.json | 8 +- packages/testing-util/CHANGELOG.md | 17 ++++ packages/testing-util/package.json | 8 +- packages/tools-iottwinmaker/CHANGELOG.md | 14 +++ packages/tools-iottwinmaker/package.json | 4 +- 28 files changed, 322 insertions(+), 122 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7be0fdc9a..46372f9cc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,15 +1,15 @@ { - "packages/core": "12.2.0", - "packages/dashboard": "12.2.0", - "apps/doc-site": "12.2.0", - "packages/core-util": "12.2.0", - "packages/react-components": "12.2.0", - "packages/scene-composer": "12.2.0", - "packages/source-iotsitewise": "12.2.0", - "packages/source-iottwinmaker": "12.2.0", - ".": "12.2.0", - "packages/testing-util": "12.2.0", - "packages/tools-iottwinmaker": "12.2.0", - "configuration/ts-config": "12.2.0", - "configuration/eslint-config": "12.2.0" + "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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d25cadd7f..fc76901d5 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.1](https://github.com/awslabs/iot-app-kit/compare/root-v12.2.0...root-v12.2.1) (2024-12-03) + + +### Bug Fixes + +* helpers package resolution ([2939048](https://github.com/awslabs/iot-app-kit/commit/2939048c5dc5f49167f9058eb6e2e746f7d8485e)) + ## [12.2.0](https://github.com/awslabs/iot-app-kit/compare/root-v12.1.0...root-v12.2.0) (2024-11-28) diff --git a/apps/doc-site/CHANGELOG.md b/apps/doc-site/CHANGELOG.md index 2327c41aa..b0a1a47a3 100644 --- a/apps/doc-site/CHANGELOG.md +++ b/apps/doc-site/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [12.2.1](https://github.com/awslabs/iot-app-kit/compare/doc-site-v12.2.0...doc-site-v12.2.1) (2024-12-03) + + +### 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.0 to 12.2.1 + * @iot-app-kit/react-components bumped from 12.2.0 to 12.2.1 + * devDependencies + * @iot-app-kit/testing-util bumped from 12.2.0 to 12.2.1 + * eslint-config-iot-app-kit bumped from 12.2.0 to 12.2.1 + ## [12.2.0](https://github.com/awslabs/iot-app-kit/compare/doc-site-v12.1.0...doc-site-v12.2.0) (2024-11-28) diff --git a/apps/doc-site/package.json b/apps/doc-site/package.json index af421d16b..78aba7a1c 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.0", + "version": "12.2.1", "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.0", + "@iot-app-kit/testing-util": "12.2.1", "@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.0", + "eslint-config-iot-app-kit": "12.2.1", "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.0", - "@iot-app-kit/react-components": "12.2.0" + "@iot-app-kit/core": "12.2.1", + "@iot-app-kit/react-components": "12.2.1" } } diff --git a/configuration/eslint-config/CHANGELOG.md b/configuration/eslint-config/CHANGELOG.md index 879b4de27..abd7e1a04 100644 --- a/configuration/eslint-config/CHANGELOG.md +++ b/configuration/eslint-config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [12.2.1](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v12.2.0...eslint-config-v12.2.1) (2024-12-03) + + +### Miscellaneous Chores + +* **eslint-config:** Synchronize iot-app-kit versions + ## 12.2.0 (2024-11-28) diff --git a/configuration/eslint-config/package.json b/configuration/eslint-config/package.json index 2f74ad190..d3670b8c1 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.0" + "version": "12.2.1" } diff --git a/configuration/ts-config/CHANGELOG.md b/configuration/ts-config/CHANGELOG.md index 93370e6a8..4d566e27a 100644 --- a/configuration/ts-config/CHANGELOG.md +++ b/configuration/ts-config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [12.2.1](https://github.com/awslabs/iot-app-kit/compare/ts-config-v12.2.0...ts-config-v12.2.1) (2024-12-03) + + +### Miscellaneous Chores + +* **ts-config:** Synchronize iot-app-kit versions + ## 12.2.0 (2024-11-28) diff --git a/configuration/ts-config/package.json b/configuration/ts-config/package.json index 866403204..dbd6894ff 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.0" + "version": "12.2.1" } diff --git a/package-lock.json b/package-lock.json index f033cd8b7..4fbd57c1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iot-app-kit", - "version": "12.2.0", + "version": "12.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iot-app-kit", - "version": "12.2.0", + "version": "12.2.1", "license": "Apache-2.0", "workspaces": [ "apps/*", @@ -67,13 +67,13 @@ }, "apps/doc-site": { "name": "@iot-app-kit/doc-site", - "version": "12.2.0", + "version": "12.2.1", "dependencies": { - "@iot-app-kit/core": "12.2.0", - "@iot-app-kit/react-components": "12.2.0" + "@iot-app-kit/core": "12.2.1", + "@iot-app-kit/react-components": "12.2.1" }, "devDependencies": { - "@iot-app-kit/testing-util": "12.2.0", + "@iot-app-kit/testing-util": "12.2.1", "@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.0", + "eslint-config-iot-app-kit": "12.2.1", "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.0", + "version": "12.2.1", "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.0", + "version": "12.2.1", "devDependencies": { "@types/node": "^18.16.18", "rimraf": "^5.0.1", @@ -36626,7 +36626,7 @@ }, "packages/core": { "name": "@iot-app-kit/core", - "version": "12.2.0", + "version": "12.2.1", "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.0", + "@iot-app-kit/ts-config": "12.2.1", "@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.0", + "eslint-config-iot-app-kit": "12.2.1", "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.0", + "version": "12.2.1", "license": "Apache-2.0", "dependencies": { - "@iot-app-kit/core": "12.2.0", + "@iot-app-kit/core": "12.2.1", "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.0", + "@iot-app-kit/ts-config": "12.2.1", "@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.0", + "eslint-config-iot-app-kit": "12.2.1", "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.0", + "version": "12.2.1", "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.0", - "@iot-app-kit/core-util": "12.2.0", - "@iot-app-kit/react-components": "12.2.0", - "@iot-app-kit/source-iotsitewise": "12.2.0", + "@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", "@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.0", - "@iot-app-kit/ts-config": "12.2.0", + "@iot-app-kit/testing-util": "12.2.1", + "@iot-app-kit/ts-config": "12.2.1", "@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.0", + "eslint-config-iot-app-kit": "12.2.1", "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.0", + "version": "12.2.1", "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.0", - "@iot-app-kit/core-util": "12.2.0", - "@iot-app-kit/source-iottwinmaker": "12.2.0", + "@iot-app-kit/core": "12.2.1", + "@iot-app-kit/core-util": "12.2.1", + "@iot-app-kit/source-iottwinmaker": "12.2.1", "@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.0", - "@iot-app-kit/source-iotsitewise": "12.2.0", - "@iot-app-kit/testing-util": "12.2.0", - "@iot-app-kit/ts-config": "12.2.0", + "@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", "@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.0", + "eslint-config-iot-app-kit": "12.2.1", "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.0", + "version": "12.2.1", "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.0", - "@iot-app-kit/react-components": "12.2.0", - "@iot-app-kit/source-iottwinmaker": "12.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", "@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.0", + "@iot-app-kit/ts-config": "12.2.1", "@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.0", + "eslint-config-iot-app-kit": "12.2.1", "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.0", + "version": "12.2.1", "license": "Apache-2.0", "dependencies": { - "@iot-app-kit/core": "12.2.0", - "@iot-app-kit/core-util": "12.2.0", + "@iot-app-kit/core": "12.2.1", + "@iot-app-kit/core-util": "12.2.1", "@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.0", - "@iot-app-kit/ts-config": "12.2.0", + "@iot-app-kit/testing-util": "12.2.1", + "@iot-app-kit/ts-config": "12.2.1", "@types/lodash-es": "^4.17.12", "@types/node": "^18.16.18", "@vitest/coverage-v8": "^2.1.5", - "eslint-config-iot-app-kit": "12.2.0", + "eslint-config-iot-app-kit": "12.2.1", "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.0", + "version": "12.2.1", "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.0", + "@iot-app-kit/core": "12.2.1", "@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.0", + "@iot-app-kit/ts-config": "12.2.1", "@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.0", + "eslint-config-iot-app-kit": "12.2.1", "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.0", + "version": "12.2.1", "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.0", + "@iot-app-kit/core": "12.2.1", "parse-duration": "^1.1.0" }, "devDependencies": { - "@iot-app-kit/ts-config": "12.2.0", + "@iot-app-kit/ts-config": "12.2.1", "@types/node": "^18.16.18", - "eslint-config-iot-app-kit": "12.2.0", + "eslint-config-iot-app-kit": "12.2.1", "rimraf": "^5.0.1", "typescript": "^5.5.4" } }, "packages/tools-iottwinmaker": { "name": "@iot-app-kit/tools-iottwinmaker", - "version": "12.2.0", + "version": "12.2.1", "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.0", + "@iot-app-kit/ts-config": "12.2.1", "@types/node": "^18.16.18", "@types/prompts": "^2.4.4", "@types/yargs": "^17.0.24", diff --git a/package.json b/package.json index 1eeefba33..84c6fe277 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "iot-app-kit", "private": true, "description": "IoT Application Kit", - "version": "12.2.0", + "version": "12.2.1", "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 498bb8c12..5116613de 100644 --- a/packages/core-util/CHANGELOG.md +++ b/packages/core-util/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [12.2.1](https://github.com/awslabs/iot-app-kit/compare/core-util-v12.2.0...core-util-v12.2.1) (2024-12-03) + + +### 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.0 to 12.2.1 + * devDependencies + * @iot-app-kit/ts-config bumped from 12.2.0 to 12.2.1 + * eslint-config-iot-app-kit bumped from 12.2.0 to 12.2.1 + ## [12.2.0](https://github.com/awslabs/iot-app-kit/compare/core-util-v12.1.0...core-util-v12.2.0) (2024-11-28) diff --git a/packages/core-util/package.json b/packages/core-util/package.json index 0a3ab2c63..50f173c7e 100644 --- a/packages/core-util/package.json +++ b/packages/core-util/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "12.2.0", + "version": "12.2.1", "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.0", + "@iot-app-kit/core": "12.2.1", "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.0", + "@iot-app-kit/ts-config": "12.2.1", "@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.0", + "eslint-config-iot-app-kit": "12.2.1", "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 8a7a91f52..564f6563e 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.1](https://github.com/awslabs/iot-app-kit/compare/core-v12.2.0...core-v12.2.1) (2024-12-03) + + +### 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.0 to 12.2.1 + * eslint-config-iot-app-kit bumped from 12.2.0 to 12.2.1 + ## [12.2.0](https://github.com/awslabs/iot-app-kit/compare/core-v12.1.0...core-v12.2.0) (2024-11-28) diff --git a/packages/core/package.json b/packages/core/package.json index 2036a8062..5d127a62b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "12.2.0", + "version": "12.2.1", "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.0", + "@iot-app-kit/ts-config": "12.2.1", "@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.0", + "eslint-config-iot-app-kit": "12.2.1", "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 04f2b2f6a..7b8a84fb5 100644 --- a/packages/dashboard/CHANGELOG.md +++ b/packages/dashboard/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [12.2.1](https://github.com/awslabs/iot-app-kit/compare/dashboard-v12.2.0...dashboard-v12.2.1) (2024-12-03) + + +### Miscellaneous Chores + +* **dashboard:** Synchronize iot-app-kit versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 12.2.0 to 12.2.1 + * @iot-app-kit/core-util bumped from 12.2.0 to 12.2.1 + * @iot-app-kit/react-components bumped from 12.2.0 to 12.2.1 + * @iot-app-kit/source-iotsitewise bumped from 12.2.0 to 12.2.1 + * devDependencies + * @iot-app-kit/testing-util bumped from 12.2.0 to 12.2.1 + * @iot-app-kit/ts-config bumped from 12.2.0 to 12.2.1 + * eslint-config-iot-app-kit bumped from 12.2.0 to 12.2.1 + ## [12.2.0](https://github.com/awslabs/iot-app-kit/compare/dashboard-v12.1.0...dashboard-v12.2.0) (2024-11-28) diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 86cc83acb..1572f5f4f 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "12.2.0", + "version": "12.2.1", "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.0", - "@iot-app-kit/ts-config": "12.2.0", + "@iot-app-kit/testing-util": "12.2.1", + "@iot-app-kit/ts-config": "12.2.1", "@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.0", + "eslint-config-iot-app-kit": "12.2.1", "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.0", - "@iot-app-kit/core-util": "12.2.0", - "@iot-app-kit/react-components": "12.2.0", - "@iot-app-kit/source-iotsitewise": "12.2.0", + "@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", "@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 dd46072f9..b9a2f201b 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.1](https://github.com/awslabs/iot-app-kit/compare/react-components-v12.2.0...react-components-v12.2.1) (2024-12-03) + + +### Bug Fixes + +* helpers package resolution ([2939048](https://github.com/awslabs/iot-app-kit/commit/2939048c5dc5f49167f9058eb6e2e746f7d8485e)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 12.2.0 to 12.2.1 + * @iot-app-kit/core-util bumped from 12.2.0 to 12.2.1 + * @iot-app-kit/source-iottwinmaker bumped from 12.2.0 to 12.2.1 + * devDependencies + * @iot-app-kit/core bumped from 12.2.0 to 12.2.1 + * @iot-app-kit/source-iotsitewise bumped from 12.2.0 to 12.2.1 + * @iot-app-kit/testing-util bumped from 12.2.0 to 12.2.1 + * @iot-app-kit/ts-config bumped from 12.2.0 to 12.2.1 + * eslint-config-iot-app-kit bumped from 12.2.0 to 12.2.1 + ## [12.2.0](https://github.com/awslabs/iot-app-kit/compare/react-components-v12.1.0...react-components-v12.2.0) (2024-11-28) diff --git a/packages/react-components/package.json b/packages/react-components/package.json index d79f4e4fe..f0a4eefb5 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.0", + "version": "12.2.1", "license": "Apache-2.0", "source": "./src/index.ts", "type": "module", @@ -57,10 +57,10 @@ "pack": "npm pack" }, "devDependencies": { - "@iot-app-kit/core": "12.2.0", - "@iot-app-kit/source-iotsitewise": "12.2.0", - "@iot-app-kit/testing-util": "12.2.0", - "@iot-app-kit/ts-config": "12.2.0", + "@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", "@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.0", + "eslint-config-iot-app-kit": "12.2.1", "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.0", - "@iot-app-kit/core-util": "12.2.0", - "@iot-app-kit/source-iottwinmaker": "12.2.0", + "@iot-app-kit/core": "12.2.1", + "@iot-app-kit/core-util": "12.2.1", + "@iot-app-kit/source-iottwinmaker": "12.2.1", "@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 e63c7f9dc..88a53caac 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.1](https://github.com/awslabs/iot-app-kit/compare/scene-composer-v12.2.0...scene-composer-v12.2.1) (2024-12-03) + + +### Bug Fixes + +* helpers package resolution ([2939048](https://github.com/awslabs/iot-app-kit/commit/2939048c5dc5f49167f9058eb6e2e746f7d8485e)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 12.2.0 to 12.2.1 + * @iot-app-kit/react-components bumped from 12.2.0 to 12.2.1 + * @iot-app-kit/source-iottwinmaker bumped from 12.2.0 to 12.2.1 + * devDependencies + * @iot-app-kit/ts-config bumped from 12.2.0 to 12.2.1 + * eslint-config-iot-app-kit bumped from 12.2.0 to 12.2.1 + ## [12.2.0](https://github.com/awslabs/iot-app-kit/compare/scene-composer-v12.1.0...scene-composer-v12.2.0) (2024-11-28) diff --git a/packages/scene-composer/package.json b/packages/scene-composer/package.json index 5b3e8bc5f..d60d319e9 100644 --- a/packages/scene-composer/package.json +++ b/packages/scene-composer/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "12.2.0", + "version": "12.2.1", "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.0", + "@iot-app-kit/ts-config": "12.2.1", "@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.0", + "eslint-config-iot-app-kit": "12.2.1", "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.0", - "@iot-app-kit/react-components": "12.2.0", - "@iot-app-kit/source-iottwinmaker": "12.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", "@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 dae626963..9ec1645fa 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.1](https://github.com/awslabs/iot-app-kit/compare/source-iotsitewise-v12.2.0...source-iotsitewise-v12.2.1) (2024-12-03) + + +### Miscellaneous Chores + +* **source-iotsitewise:** Synchronize iot-app-kit versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 12.2.0 to 12.2.1 + * @iot-app-kit/core-util bumped from 12.2.0 to 12.2.1 + * devDependencies + * @iot-app-kit/testing-util bumped from 12.2.0 to 12.2.1 + * @iot-app-kit/ts-config bumped from 12.2.0 to 12.2.1 + * eslint-config-iot-app-kit bumped from 12.2.0 to 12.2.1 + ## [12.2.0](https://github.com/awslabs/iot-app-kit/compare/source-iotsitewise-v12.1.0...source-iotsitewise-v12.2.0) (2024-11-28) diff --git a/packages/source-iotsitewise/package.json b/packages/source-iotsitewise/package.json index 00e4f3927..687beb23e 100644 --- a/packages/source-iotsitewise/package.json +++ b/packages/source-iotsitewise/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "12.2.0", + "version": "12.2.1", "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.0", - "@iot-app-kit/core-util": "12.2.0", + "@iot-app-kit/core": "12.2.1", + "@iot-app-kit/core-util": "12.2.1", "@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.0", - "@iot-app-kit/ts-config": "12.2.0", + "@iot-app-kit/testing-util": "12.2.1", + "@iot-app-kit/ts-config": "12.2.1", "@types/lodash-es": "^4.17.12", "@types/node": "^18.16.18", "@vitest/coverage-v8": "^2.1.5", - "eslint-config-iot-app-kit": "12.2.0", + "eslint-config-iot-app-kit": "12.2.1", "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 92759e684..f45e29a9f 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.1](https://github.com/awslabs/iot-app-kit/compare/source-iottwinmaker-v12.2.0...source-iottwinmaker-v12.2.1) (2024-12-03) + + +### 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.0 to 12.2.1 + * devDependencies + * @iot-app-kit/ts-config bumped from 12.2.0 to 12.2.1 + * eslint-config-iot-app-kit bumped from 12.2.0 to 12.2.1 + ## [12.2.0](https://github.com/awslabs/iot-app-kit/compare/source-iottwinmaker-v12.1.0...source-iottwinmaker-v12.2.0) (2024-11-28) diff --git a/packages/source-iottwinmaker/package.json b/packages/source-iottwinmaker/package.json index 835aada3b..a61303670 100644 --- a/packages/source-iottwinmaker/package.json +++ b/packages/source-iottwinmaker/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "12.2.0", + "version": "12.2.1", "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.0", + "@iot-app-kit/core": "12.2.1", "@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.0", + "@iot-app-kit/ts-config": "12.2.1", "@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.0", + "eslint-config-iot-app-kit": "12.2.1", "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 837f1cd8c..0972fddd3 100644 --- a/packages/testing-util/CHANGELOG.md +++ b/packages/testing-util/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [12.2.1](https://github.com/awslabs/iot-app-kit/compare/testing-util-v12.2.0...testing-util-v12.2.1) (2024-12-03) + + +### 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.0 to 12.2.1 + * devDependencies + * @iot-app-kit/ts-config bumped from 12.2.0 to 12.2.1 + * eslint-config-iot-app-kit bumped from 12.2.0 to 12.2.1 + ## [12.2.0](https://github.com/awslabs/iot-app-kit/compare/testing-util-v12.1.0...testing-util-v12.2.0) (2024-11-28) diff --git a/packages/testing-util/package.json b/packages/testing-util/package.json index 2f5a9a5d7..5df287e53 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.0", + "version": "12.2.1", "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.0", + "@iot-app-kit/core": "12.2.1", "parse-duration": "^1.1.0" }, "devDependencies": { - "@iot-app-kit/ts-config": "12.2.0", + "@iot-app-kit/ts-config": "12.2.1", "@types/node": "^18.16.18", - "eslint-config-iot-app-kit": "12.2.0", + "eslint-config-iot-app-kit": "12.2.1", "rimraf": "^5.0.1", "typescript": "^5.5.4" } diff --git a/packages/tools-iottwinmaker/CHANGELOG.md b/packages/tools-iottwinmaker/CHANGELOG.md index 37149682e..8ba3ebf0b 100644 --- a/packages/tools-iottwinmaker/CHANGELOG.md +++ b/packages/tools-iottwinmaker/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [12.2.1](https://github.com/awslabs/iot-app-kit/compare/tools-iottwinmaker-v12.2.0...tools-iottwinmaker-v12.2.1) (2024-12-03) + + +### 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.0 to 12.2.1 + ## [12.2.0](https://github.com/awslabs/iot-app-kit/compare/tools-iottwinmaker-v12.1.0...tools-iottwinmaker-v12.2.0) (2024-11-28) diff --git a/packages/tools-iottwinmaker/package.json b/packages/tools-iottwinmaker/package.json index 6ba2973d8..f3f824f57 100644 --- a/packages/tools-iottwinmaker/package.json +++ b/packages/tools-iottwinmaker/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "12.2.0", + "version": "12.2.1", "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.0", + "@iot-app-kit/ts-config": "12.2.1", "@types/node": "^18.16.18", "@types/prompts": "^2.4.4", "@types/yargs": "^17.0.24",