From 6c01b4cf7a27c065fb021b0fd245fb81192d0fc0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 21:51:07 +0000 Subject: [PATCH] chore: release 12.3.0 --- .release-please-manifest.json | 26 ++--- CHANGELOG.md | 18 ++++ 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 | 112 +++++++++++----------- package.json | 2 +- packages/core-util/CHANGELOG.md | 23 +++++ packages/core-util/package.json | 8 +- packages/core/CHANGELOG.md | 20 ++++ packages/core/package.json | 6 +- packages/dashboard/CHANGELOG.md | 29 ++++++ packages/dashboard/package.json | 16 ++-- packages/react-components/CHANGELOG.md | 30 ++++++ packages/react-components/package.json | 18 ++-- packages/scene-composer/CHANGELOG.md | 25 +++++ packages/scene-composer/package.json | 12 +-- packages/source-iotsitewise/CHANGELOG.md | 25 +++++ packages/source-iotsitewise/package.json | 12 +-- packages/source-iottwinmaker/CHANGELOG.md | 22 +++++ packages/source-iottwinmaker/package.json | 8 +- packages/testing-util/CHANGELOG.md | 16 ++++ packages/testing-util/package.json | 8 +- packages/tools-iottwinmaker/CHANGELOG.md | 15 +++ packages/tools-iottwinmaker/package.json | 6 +- 28 files changed, 379 insertions(+), 124 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 46372f9cc..1d65859dc 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.3.0", + "packages/dashboard": "12.3.0", + "apps/doc-site": "12.3.0", + "packages/core-util": "12.3.0", + "packages/react-components": "12.3.0", + "packages/scene-composer": "12.3.0", + "packages/source-iotsitewise": "12.3.0", + "packages/source-iottwinmaker": "12.3.0", + ".": "12.3.0", + "packages/testing-util": "12.3.0", + "packages/tools-iottwinmaker": "12.3.0", + "configuration/ts-config": "12.3.0", + "configuration/eslint-config": "12.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fc76901d5..b0b143160 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.3.0](https://github.com/awslabs/iot-app-kit/compare/root-v12.2.1...root-v12.3.0) (2025-01-15) + + +### Features + +* add support for null / nan ([d6fc241](https://github.com/awslabs/iot-app-kit/commit/d6fc241df1f9b2a07196bd9c1981a8ed513d89ce)) + + +### Bug Fixes + +* 3rd-party imports during build ([d993ad5](https://github.com/awslabs/iot-app-kit/commit/d993ad569e579dd6f85850e5197f1350d48c718b)) +* clean script and dependency task management ([52bfc4c](https://github.com/awslabs/iot-app-kit/commit/52bfc4c4602387d0eb9c8f4f30d0103ae42ac517)) +* ensure protected packages do not have devDeps on pack ([fee90d3](https://github.com/awslabs/iot-app-kit/commit/fee90d37de7d2797564193ea877c8162b1cc8a63)) +* optional property check for error metadata ([1a2b661](https://github.com/awslabs/iot-app-kit/commit/1a2b66167e758b1eede4914bcf9a22b06c915e46)) +* packages ([613ab59](https://github.com/awslabs/iot-app-kit/commit/613ab59818934387edb255adf685356fc855d458)) +* remove orange button ([6f15fc3](https://github.com/awslabs/iot-app-kit/commit/6f15fc3dcd013e54217c9082b2c8a114c3eca761)) +* update hover states and alarm colors ([ef89eff](https://github.com/awslabs/iot-app-kit/commit/ef89eff222c65be33ca673aeee760fe6c7aff1ea)) + ## [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..3012fd69e 100644 --- a/apps/doc-site/CHANGELOG.md +++ b/apps/doc-site/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [12.3.0](https://github.com/awslabs/iot-app-kit/compare/doc-site-v12.2.1...doc-site-v12.3.0) (2025-01-15) + + +### Bug Fixes + +* packages ([613ab59](https://github.com/awslabs/iot-app-kit/commit/613ab59818934387edb255adf685356fc855d458)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 12.2.1 to 12.3.0 + * @iot-app-kit/react-components bumped from 12.2.1 to 12.3.0 + * devDependencies + * @iot-app-kit/eslint-config bumped from * to 12.3.0 + * @iot-app-kit/testing-util bumped from * to 12.3.0 + ## [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 e5201c67c..115e44ffb 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.3.0", "private": true, "type": "module", "scripts": { @@ -16,8 +16,8 @@ "fix": "eslint --fix . --cache --cache-location .cache/eslint/" }, "devDependencies": { - "@iot-app-kit/eslint-config": "*", - "@iot-app-kit/testing-util": "*", + "@iot-app-kit/eslint-config": "12.3.0", + "@iot-app-kit/testing-util": "12.3.0", "@storybook/addon-essentials": "^8.4.5", "@storybook/addon-interactions": "^8.4.5", "@storybook/addon-links": "^8.4.5", @@ -37,7 +37,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.3.0", + "@iot-app-kit/react-components": "12.3.0" } } diff --git a/configuration/eslint-config/CHANGELOG.md b/configuration/eslint-config/CHANGELOG.md index abd7e1a04..bebd47dd6 100644 --- a/configuration/eslint-config/CHANGELOG.md +++ b/configuration/eslint-config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [12.3.0](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v12.2.1...eslint-config-v12.3.0) (2025-01-15) + + +### Bug Fixes + +* packages ([613ab59](https://github.com/awslabs/iot-app-kit/commit/613ab59818934387edb255adf685356fc855d458)) + ## [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 4335ce8ab..e2954e539 100644 --- a/configuration/eslint-config/package.json +++ b/configuration/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@iot-app-kit/eslint-config", - "version": "12.2.1", + "version": "12.3.0", "main": "index.js", "private": true, "exports": { diff --git a/configuration/ts-config/CHANGELOG.md b/configuration/ts-config/CHANGELOG.md index 4d566e27a..a4f9aa0ca 100644 --- a/configuration/ts-config/CHANGELOG.md +++ b/configuration/ts-config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [12.3.0](https://github.com/awslabs/iot-app-kit/compare/ts-config-v12.2.1...ts-config-v12.3.0) (2025-01-15) + + +### Bug Fixes + +* packages ([613ab59](https://github.com/awslabs/iot-app-kit/commit/613ab59818934387edb255adf685356fc855d458)) + ## [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 2a6380a4a..9376df2e1 100644 --- a/configuration/ts-config/package.json +++ b/configuration/ts-config/package.json @@ -1,6 +1,6 @@ { "name": "@iot-app-kit/ts-config", - "version": "12.2.1", + "version": "12.3.0", "private": true, "type": "module", "files": [ diff --git a/package-lock.json b/package-lock.json index 6863af57b..e7bc95cd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iot-app-kit", - "version": "12.2.1", + "version": "12.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iot-app-kit", - "version": "12.2.1", + "version": "12.3.0", "license": "Apache-2.0", "workspaces": [ "apps/*", @@ -68,14 +68,14 @@ }, "apps/doc-site": { "name": "@iot-app-kit/doc-site", - "version": "12.2.1", + "version": "12.3.0", "dependencies": { - "@iot-app-kit/core": "12.2.1", - "@iot-app-kit/react-components": "12.2.1" + "@iot-app-kit/core": "12.3.0", + "@iot-app-kit/react-components": "12.3.0" }, "devDependencies": { - "@iot-app-kit/eslint-config": "*", - "@iot-app-kit/testing-util": "*", + "@iot-app-kit/eslint-config": "12.3.0", + "@iot-app-kit/testing-util": "12.3.0", "@storybook/addon-essentials": "^8.4.5", "@storybook/addon-interactions": "^8.4.5", "@storybook/addon-links": "^8.4.5", @@ -97,7 +97,7 @@ }, "configuration/eslint-config": { "name": "@iot-app-kit/eslint-config", - "version": "12.2.1", + "version": "12.3.0", "dependencies": { "@typescript-eslint/eslint-plugin": "^5.60.0", "@typescript-eslint/parser": "^5.62.0", @@ -125,7 +125,7 @@ }, "configuration/ts-config": { "name": "@iot-app-kit/ts-config", - "version": "12.2.1", + "version": "12.3.0", "devDependencies": { "@types/node": "^18.16.18", "rimraf": "^5.0.1", @@ -36659,7 +36659,7 @@ }, "packages/core": { "name": "@iot-app-kit/core", - "version": "12.2.1", + "version": "12.3.0", "license": "Apache-2.0", "dependencies": { "@iot-app-kit/helpers": "*", @@ -36671,8 +36671,8 @@ "uuid": "^9.0.0" }, "devDependencies": { - "@iot-app-kit/eslint-config": "*", - "@iot-app-kit/ts-config": "*", + "@iot-app-kit/eslint-config": "12.3.0", + "@iot-app-kit/ts-config": "12.3.0", "@iot-app-kit/vite-config": "*", "@types/d3-array": "^3.0.5", "@types/node": "^18.16.18", @@ -36692,10 +36692,10 @@ }, "packages/core-util": { "name": "@iot-app-kit/core-util", - "version": "12.2.1", + "version": "12.3.0", "license": "Apache-2.0", "dependencies": { - "@iot-app-kit/core": "*", + "@iot-app-kit/core": "12.3.0", "@iot-app-kit/helpers": "*", "lodash-es": "^4.17.21", "pako": "^2.1.0", @@ -36704,8 +36704,8 @@ }, "devDependencies": { "@aws-sdk/types": "^3.696.0", - "@iot-app-kit/eslint-config": "*", - "@iot-app-kit/ts-config": "*", + "@iot-app-kit/eslint-config": "12.3.0", + "@iot-app-kit/ts-config": "12.3.0", "@iot-app-kit/vite-config": "*", "@types/lodash-es": "^4.17.12", "@types/node": "^18.16.18", @@ -36761,18 +36761,18 @@ }, "packages/dashboard": { "name": "@iot-app-kit/dashboard", - "version": "12.2.1", + "version": "12.3.0", "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/atoms": "*", - "@iot-app-kit/core": "*", - "@iot-app-kit/core-util": "*", + "@iot-app-kit/core": "12.3.0", + "@iot-app-kit/core-util": "12.3.0", "@iot-app-kit/helpers": "*", - "@iot-app-kit/react-components": "*", - "@iot-app-kit/source-iotsitewise": "*", + "@iot-app-kit/react-components": "12.3.0", + "@iot-app-kit/source-iotsitewise": "12.3.0", "@popperjs/core": "^2.11.8", "@reduxjs/toolkit": "^1.9.5", "@tanstack/react-query": "^5.40.1", @@ -36802,9 +36802,9 @@ }, "devDependencies": { "@iot-app-kit/data-mocked": "*", - "@iot-app-kit/eslint-config": "*", - "@iot-app-kit/testing-util": "*", - "@iot-app-kit/ts-config": "*", + "@iot-app-kit/eslint-config": "12.3.0", + "@iot-app-kit/testing-util": "12.3.0", + "@iot-app-kit/ts-config": "12.3.0", "@iot-app-kit/vite-config": "*", "@tanstack/eslint-plugin-query": "^5.40.1", "@tanstack/react-query-devtools": "^5.40.1", @@ -37033,7 +37033,7 @@ }, "packages/react-components": { "name": "@iot-app-kit/react-components", - "version": "12.2.1", + "version": "12.3.0", "license": "Apache-2.0", "dependencies": { "@cloudscape-design/chat-components": "^1.0.10", @@ -37043,11 +37043,11 @@ "@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": "*", - "@iot-app-kit/core-util": "*", + "@iot-app-kit/core": "12.3.0", + "@iot-app-kit/core-util": "12.3.0", "@iot-app-kit/helpers": "*", - "@iot-app-kit/source-iotsitewise": "*", - "@iot-app-kit/source-iottwinmaker": "*", + "@iot-app-kit/source-iotsitewise": "12.3.0", + "@iot-app-kit/source-iottwinmaker": "12.3.0", "@popperjs/core": "^2.11.8", "@tanstack/react-query": "^5.32.1", "autosize": "^6.0.1", @@ -37081,10 +37081,10 @@ "zustand": "^4.5.2" }, "devDependencies": { - "@iot-app-kit/core": "*", - "@iot-app-kit/eslint-config": "*", - "@iot-app-kit/testing-util": "*", - "@iot-app-kit/ts-config": "*", + "@iot-app-kit/core": "12.3.0", + "@iot-app-kit/eslint-config": "12.3.0", + "@iot-app-kit/testing-util": "12.3.0", + "@iot-app-kit/ts-config": "12.3.0", "@iot-app-kit/vite-config": "*", "@playwright/test": "^1.48.2", "@storybook/addon-essentials": "^8.4.5", @@ -37313,16 +37313,16 @@ }, "packages/scene-composer": { "name": "@iot-app-kit/scene-composer", - "version": "12.2.1", + "version": "12.3.0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-iottwinmaker": "3.589.0", "@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": "*", - "@iot-app-kit/react-components": "*", - "@iot-app-kit/source-iottwinmaker": "*", + "@iot-app-kit/core": "12.3.0", + "@iot-app-kit/react-components": "12.3.0", + "@iot-app-kit/source-iottwinmaker": "12.3.0", "@matterport/r3f": "0.2.7", "@matterport/webcomponent": "0.1.35", "@react-three/drei": "9.56.27", @@ -37375,9 +37375,9 @@ "@formatjs/cli": "^6.3.8", "@formatjs/intl": "3.1.0", "@formatjs/ts-transformer": "3.13.14", - "@iot-app-kit/eslint-config": "*", + "@iot-app-kit/eslint-config": "12.3.0", "@iot-app-kit/helpers": "*", - "@iot-app-kit/ts-config": "*", + "@iot-app-kit/ts-config": "12.3.0", "@iot-app-kit/vite-config": "*", "@playwright/test": "^1.48.2", "@react-spring/three": "^9.7.2", @@ -39201,11 +39201,11 @@ }, "packages/source-iotsitewise": { "name": "@iot-app-kit/source-iotsitewise", - "version": "12.2.1", + "version": "12.3.0", "license": "Apache-2.0", "dependencies": { - "@iot-app-kit/core": "*", - "@iot-app-kit/core-util": "*", + "@iot-app-kit/core": "12.3.0", + "@iot-app-kit/core-util": "12.3.0", "@synchro-charts/core": "7.2.0", "dataloader": "^2.2.2", "lodash-es": "^4.17.21", @@ -39213,9 +39213,9 @@ }, "devDependencies": { "@aws-sdk/types": "^3.696.0", - "@iot-app-kit/eslint-config": "*", - "@iot-app-kit/testing-util": "*", - "@iot-app-kit/ts-config": "*", + "@iot-app-kit/eslint-config": "12.3.0", + "@iot-app-kit/testing-util": "12.3.0", + "@iot-app-kit/ts-config": "12.3.0", "@iot-app-kit/vite-config": "*", "@types/lodash-es": "^4.17.12", "@types/node": "^18.16.18", @@ -39234,7 +39234,7 @@ }, "packages/source-iottwinmaker": { "name": "@iot-app-kit/source-iottwinmaker", - "version": "12.2.1", + "version": "12.3.0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-iotsitewise": "3.696.0", @@ -39244,15 +39244,15 @@ "@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": "*", + "@iot-app-kit/core": "12.3.0", "@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/eslint-config": "*", - "@iot-app-kit/ts-config": "*", + "@iot-app-kit/eslint-config": "12.3.0", + "@iot-app-kit/ts-config": "12.3.0", "@iot-app-kit/vite-config": "*", "@types/lodash-es": "^4.17.12", "@types/node": "^18.16.18", @@ -40132,14 +40132,14 @@ }, "packages/testing-util": { "name": "@iot-app-kit/testing-util", - "version": "12.2.1", + "version": "12.3.0", "license": "Apache-2.0", "devDependencies": { "@aws-sdk/client-iot-events": "3.354.0", "@aws-sdk/client-iotsitewise": "3.696.0", - "@iot-app-kit/core": "*", - "@iot-app-kit/eslint-config": "*", - "@iot-app-kit/ts-config": "*", + "@iot-app-kit/core": "12.3.0", + "@iot-app-kit/eslint-config": "12.3.0", + "@iot-app-kit/ts-config": "12.3.0", "@types/node": "^18.16.18", "parse-duration": "^1.1.0", "rimraf": "^5.0.1", @@ -40148,7 +40148,7 @@ }, "packages/tools-iottwinmaker": { "name": "@iot-app-kit/tools-iottwinmaker", - "version": "12.2.1", + "version": "12.3.0", "dependencies": { "@aws-sdk/client-cloudformation": "^3.376.0", "@aws-sdk/client-iam": "^3.363.0", @@ -40164,8 +40164,8 @@ "tmdt": "dist/cjs/cli.js" }, "devDependencies": { - "@iot-app-kit/eslint-config": "*", - "@iot-app-kit/ts-config": "*", + "@iot-app-kit/eslint-config": "12.3.0", + "@iot-app-kit/ts-config": "12.3.0", "@iot-app-kit/vite-config": "*", "@types/node": "^18.16.18", "@types/prompts": "^2.4.4", diff --git a/package.json b/package.json index b68781ec3..352bd9ea7 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.3.0", "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..16f1ce407 100644 --- a/packages/core-util/CHANGELOG.md +++ b/packages/core-util/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [12.3.0](https://github.com/awslabs/iot-app-kit/compare/core-util-v12.2.1...core-util-v12.3.0) (2025-01-15) + + +### Features + +* add support for null / nan ([d6fc241](https://github.com/awslabs/iot-app-kit/commit/d6fc241df1f9b2a07196bd9c1981a8ed513d89ce)) + + +### Bug Fixes + +* 3rd-party imports during build ([d993ad5](https://github.com/awslabs/iot-app-kit/commit/d993ad569e579dd6f85850e5197f1350d48c718b)) +* packages ([613ab59](https://github.com/awslabs/iot-app-kit/commit/613ab59818934387edb255adf685356fc855d458)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from * to 12.3.0 + * devDependencies + * @iot-app-kit/eslint-config bumped from * to 12.3.0 + * @iot-app-kit/ts-config bumped from * to 12.3.0 + ## [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 0414b0b58..e2ab4c0b6 100644 --- a/packages/core-util/package.json +++ b/packages/core-util/package.json @@ -1,6 +1,6 @@ { "name": "@iot-app-kit/core-util", - "version": "12.2.1", + "version": "12.3.0", "license": "Apache-2.0", "publishConfig": { "access": "public" @@ -42,7 +42,7 @@ "postpack": "iot-postpack" }, "dependencies": { - "@iot-app-kit/core": "*", + "@iot-app-kit/core": "12.3.0", "@iot-app-kit/helpers": "*", "lodash-es": "^4.17.21", "pako": "^2.1.0", @@ -51,8 +51,8 @@ }, "devDependencies": { "@aws-sdk/types": "^3.696.0", - "@iot-app-kit/eslint-config": "*", - "@iot-app-kit/ts-config": "*", + "@iot-app-kit/eslint-config": "12.3.0", + "@iot-app-kit/ts-config": "12.3.0", "@iot-app-kit/vite-config": "*", "@types/lodash-es": "^4.17.12", "@types/node": "^18.16.18", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 564f6563e..cad901a1d 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.3.0](https://github.com/awslabs/iot-app-kit/compare/core-v12.2.1...core-v12.3.0) (2025-01-15) + + +### Features + +* add support for null / nan ([d6fc241](https://github.com/awslabs/iot-app-kit/commit/d6fc241df1f9b2a07196bd9c1981a8ed513d89ce)) + + +### Bug Fixes + +* packages ([613ab59](https://github.com/awslabs/iot-app-kit/commit/613ab59818934387edb255adf685356fc855d458)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @iot-app-kit/eslint-config bumped from * to 12.3.0 + * @iot-app-kit/ts-config bumped from * to 12.3.0 + ## [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 3bcfb68a6..d6e17677b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@iot-app-kit/core", "description": "IoT Application Kit core", - "version": "12.2.1", + "version": "12.3.0", "license": "Apache-2.0", "publishConfig": { "access": "public" @@ -52,8 +52,8 @@ "uuid": "^9.0.0" }, "devDependencies": { - "@iot-app-kit/eslint-config": "*", - "@iot-app-kit/ts-config": "*", + "@iot-app-kit/eslint-config": "12.3.0", + "@iot-app-kit/ts-config": "12.3.0", "@iot-app-kit/vite-config": "*", "@types/d3-array": "^3.0.5", "@types/node": "^18.16.18", diff --git a/packages/dashboard/CHANGELOG.md b/packages/dashboard/CHANGELOG.md index 7b8a84fb5..0aac74ea8 100644 --- a/packages/dashboard/CHANGELOG.md +++ b/packages/dashboard/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## [12.3.0](https://github.com/awslabs/iot-app-kit/compare/dashboard-v12.2.1...dashboard-v12.3.0) (2025-01-15) + + +### Features + +* add support for null / nan ([d6fc241](https://github.com/awslabs/iot-app-kit/commit/d6fc241df1f9b2a07196bd9c1981a8ed513d89ce)) + + +### Bug Fixes + +* 3rd-party imports during build ([d993ad5](https://github.com/awslabs/iot-app-kit/commit/d993ad569e579dd6f85850e5197f1350d48c718b)) +* packages ([613ab59](https://github.com/awslabs/iot-app-kit/commit/613ab59818934387edb255adf685356fc855d458)) +* remove orange button ([6f15fc3](https://github.com/awslabs/iot-app-kit/commit/6f15fc3dcd013e54217c9082b2c8a114c3eca761)) +* update hover states and alarm colors ([ef89eff](https://github.com/awslabs/iot-app-kit/commit/ef89eff222c65be33ca673aeee760fe6c7aff1ea)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from * to 12.3.0 + * @iot-app-kit/core-util bumped from * to 12.3.0 + * @iot-app-kit/react-components bumped from * to 12.3.0 + * @iot-app-kit/source-iotsitewise bumped from * to 12.3.0 + * devDependencies + * @iot-app-kit/eslint-config bumped from * to 12.3.0 + * @iot-app-kit/testing-util bumped from * to 12.3.0 + * @iot-app-kit/ts-config bumped from * to 12.3.0 + ## [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 10327a222..5642e0e70 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "12.2.1", + "version": "12.3.0", "description": "A dashboard widget for IoT App Kit components", "homepage": "https://github.com/awslabs/iot-app-kit#readme", "license": "Apache-2.0", @@ -54,9 +54,9 @@ }, "devDependencies": { "@iot-app-kit/data-mocked": "*", - "@iot-app-kit/eslint-config": "*", - "@iot-app-kit/testing-util": "*", - "@iot-app-kit/ts-config": "*", + "@iot-app-kit/eslint-config": "12.3.0", + "@iot-app-kit/testing-util": "12.3.0", + "@iot-app-kit/ts-config": "12.3.0", "@iot-app-kit/vite-config": "*", "@tanstack/eslint-plugin-query": "^5.40.1", "@tanstack/react-query-devtools": "^5.40.1", @@ -92,11 +92,11 @@ "@cloudscape-design/design-tokens": "3.0.42", "@cloudscape-design/global-styles": "1.0.32", "@iot-app-kit/atoms": "*", - "@iot-app-kit/core": "*", - "@iot-app-kit/core-util": "*", + "@iot-app-kit/core": "12.3.0", + "@iot-app-kit/core-util": "12.3.0", "@iot-app-kit/helpers": "*", - "@iot-app-kit/react-components": "*", - "@iot-app-kit/source-iotsitewise": "*", + "@iot-app-kit/react-components": "12.3.0", + "@iot-app-kit/source-iotsitewise": "12.3.0", "@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..4c53f7339 100644 --- a/packages/react-components/CHANGELOG.md +++ b/packages/react-components/CHANGELOG.md @@ -2,6 +2,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.3.0](https://github.com/awslabs/iot-app-kit/compare/react-components-v12.2.1...react-components-v12.3.0) (2025-01-15) + + +### Features + +* add support for null / nan ([d6fc241](https://github.com/awslabs/iot-app-kit/commit/d6fc241df1f9b2a07196bd9c1981a8ed513d89ce)) + + +### Bug Fixes + +* 3rd-party imports during build ([d993ad5](https://github.com/awslabs/iot-app-kit/commit/d993ad569e579dd6f85850e5197f1350d48c718b)) +* clean script and dependency task management ([52bfc4c](https://github.com/awslabs/iot-app-kit/commit/52bfc4c4602387d0eb9c8f4f30d0103ae42ac517)) +* packages ([613ab59](https://github.com/awslabs/iot-app-kit/commit/613ab59818934387edb255adf685356fc855d458)) +* update hover states and alarm colors ([ef89eff](https://github.com/awslabs/iot-app-kit/commit/ef89eff222c65be33ca673aeee760fe6c7aff1ea)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from * to 12.3.0 + * @iot-app-kit/core-util bumped from * to 12.3.0 + * @iot-app-kit/source-iotsitewise bumped from * to 12.3.0 + * @iot-app-kit/source-iottwinmaker bumped from * to 12.3.0 + * devDependencies + * @iot-app-kit/core bumped from * to 12.3.0 + * @iot-app-kit/eslint-config bumped from * to 12.3.0 + * @iot-app-kit/testing-util bumped from * to 12.3.0 + * @iot-app-kit/ts-config bumped from * to 12.3.0 + ## [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 8ca28accc..ef2ed8bcd 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.3.0", "license": "Apache-2.0", "publishConfig": { "access": "public" @@ -56,10 +56,10 @@ "postpack": "iot-postpack" }, "devDependencies": { - "@iot-app-kit/core": "*", - "@iot-app-kit/eslint-config": "*", - "@iot-app-kit/testing-util": "*", - "@iot-app-kit/ts-config": "*", + "@iot-app-kit/core": "12.3.0", + "@iot-app-kit/eslint-config": "12.3.0", + "@iot-app-kit/testing-util": "12.3.0", + "@iot-app-kit/ts-config": "12.3.0", "@iot-app-kit/vite-config": "*", "@playwright/test": "^1.48.2", "@storybook/addon-essentials": "^8.4.5", @@ -117,11 +117,11 @@ "@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": "*", - "@iot-app-kit/core-util": "*", + "@iot-app-kit/core": "12.3.0", + "@iot-app-kit/core-util": "12.3.0", "@iot-app-kit/helpers": "*", - "@iot-app-kit/source-iotsitewise": "*", - "@iot-app-kit/source-iottwinmaker": "*", + "@iot-app-kit/source-iotsitewise": "12.3.0", + "@iot-app-kit/source-iottwinmaker": "12.3.0", "@popperjs/core": "^2.11.8", "@tanstack/react-query": "^5.32.1", "autosize": "^6.0.1", diff --git a/packages/scene-composer/CHANGELOG.md b/packages/scene-composer/CHANGELOG.md index 88a53caac..286df99bc 100644 --- a/packages/scene-composer/CHANGELOG.md +++ b/packages/scene-composer/CHANGELOG.md @@ -4,6 +4,31 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.3.0](https://github.com/awslabs/iot-app-kit/compare/scene-composer-v12.2.1...scene-composer-v12.3.0) (2025-01-15) + + +### Features + +* add support for null / nan ([d6fc241](https://github.com/awslabs/iot-app-kit/commit/d6fc241df1f9b2a07196bd9c1981a8ed513d89ce)) + + +### Bug Fixes + +* 3rd-party imports during build ([d993ad5](https://github.com/awslabs/iot-app-kit/commit/d993ad569e579dd6f85850e5197f1350d48c718b)) +* packages ([613ab59](https://github.com/awslabs/iot-app-kit/commit/613ab59818934387edb255adf685356fc855d458)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from * to 12.3.0 + * @iot-app-kit/react-components bumped from * to 12.3.0 + * @iot-app-kit/source-iottwinmaker bumped from * to 12.3.0 + * devDependencies + * @iot-app-kit/eslint-config bumped from * to 12.3.0 + * @iot-app-kit/ts-config bumped from * to 12.3.0 + ## [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 156d84c1f..8e09b9e33 100644 --- a/packages/scene-composer/package.json +++ b/packages/scene-composer/package.json @@ -1,6 +1,6 @@ { "name": "@iot-app-kit/scene-composer", - "version": "12.2.1", + "version": "12.3.0", "license": "Apache-2.0", "publishConfig": { "access": "public" @@ -89,9 +89,9 @@ "@formatjs/cli": "^6.3.8", "@formatjs/intl": "3.1.0", "@formatjs/ts-transformer": "3.13.14", - "@iot-app-kit/eslint-config": "*", + "@iot-app-kit/eslint-config": "12.3.0", "@iot-app-kit/helpers": "*", - "@iot-app-kit/ts-config": "*", + "@iot-app-kit/ts-config": "12.3.0", "@iot-app-kit/vite-config": "*", "@playwright/test": "^1.48.2", "@react-spring/three": "^9.7.2", @@ -144,9 +144,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": "*", - "@iot-app-kit/react-components": "*", - "@iot-app-kit/source-iottwinmaker": "*", + "@iot-app-kit/core": "12.3.0", + "@iot-app-kit/react-components": "12.3.0", + "@iot-app-kit/source-iottwinmaker": "12.3.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 9ec1645fa..a1458d937 100644 --- a/packages/source-iotsitewise/CHANGELOG.md +++ b/packages/source-iotsitewise/CHANGELOG.md @@ -3,6 +3,31 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.3.0](https://github.com/awslabs/iot-app-kit/compare/source-iotsitewise-v12.2.1...source-iotsitewise-v12.3.0) (2025-01-15) + + +### Features + +* add support for null / nan ([d6fc241](https://github.com/awslabs/iot-app-kit/commit/d6fc241df1f9b2a07196bd9c1981a8ed513d89ce)) + + +### Bug Fixes + +* optional property check for error metadata ([1a2b661](https://github.com/awslabs/iot-app-kit/commit/1a2b66167e758b1eede4914bcf9a22b06c915e46)) +* packages ([613ab59](https://github.com/awslabs/iot-app-kit/commit/613ab59818934387edb255adf685356fc855d458)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from * to 12.3.0 + * @iot-app-kit/core-util bumped from * to 12.3.0 + * devDependencies + * @iot-app-kit/eslint-config bumped from * to 12.3.0 + * @iot-app-kit/testing-util bumped from * to 12.3.0 + * @iot-app-kit/ts-config bumped from * to 12.3.0 + ## [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 6f5866fc6..13b61c535 100644 --- a/packages/source-iotsitewise/package.json +++ b/packages/source-iotsitewise/package.json @@ -1,6 +1,6 @@ { "name": "@iot-app-kit/source-iotsitewise", - "version": "12.2.1", + "version": "12.3.0", "publishConfig": { "access": "public" }, @@ -50,9 +50,9 @@ }, "devDependencies": { "@aws-sdk/types": "^3.696.0", - "@iot-app-kit/eslint-config": "*", - "@iot-app-kit/testing-util": "*", - "@iot-app-kit/ts-config": "*", + "@iot-app-kit/eslint-config": "12.3.0", + "@iot-app-kit/testing-util": "12.3.0", + "@iot-app-kit/ts-config": "12.3.0", "@iot-app-kit/vite-config": "*", "@types/lodash-es": "^4.17.12", "@types/node": "^18.16.18", @@ -65,8 +65,8 @@ "vitest": "^2.1.5" }, "dependencies": { - "@iot-app-kit/core": "*", - "@iot-app-kit/core-util": "*", + "@iot-app-kit/core": "12.3.0", + "@iot-app-kit/core-util": "12.3.0", "@synchro-charts/core": "7.2.0", "dataloader": "^2.2.2", "lodash-es": "^4.17.21", diff --git a/packages/source-iottwinmaker/CHANGELOG.md b/packages/source-iottwinmaker/CHANGELOG.md index f45e29a9f..e468fb957 100644 --- a/packages/source-iottwinmaker/CHANGELOG.md +++ b/packages/source-iottwinmaker/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.3.0](https://github.com/awslabs/iot-app-kit/compare/source-iottwinmaker-v12.2.1...source-iottwinmaker-v12.3.0) (2025-01-15) + + +### Features + +* add support for null / nan ([d6fc241](https://github.com/awslabs/iot-app-kit/commit/d6fc241df1f9b2a07196bd9c1981a8ed513d89ce)) + + +### Bug Fixes + +* packages ([613ab59](https://github.com/awslabs/iot-app-kit/commit/613ab59818934387edb255adf685356fc855d458)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from * to 12.3.0 + * devDependencies + * @iot-app-kit/eslint-config bumped from * to 12.3.0 + * @iot-app-kit/ts-config bumped from * to 12.3.0 + ## [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 26949d470..eeaa150ee 100644 --- a/packages/source-iottwinmaker/package.json +++ b/packages/source-iottwinmaker/package.json @@ -1,6 +1,6 @@ { "name": "@iot-app-kit/source-iottwinmaker", - "version": "12.2.1", + "version": "12.3.0", "publishConfig": { "access": "public" }, @@ -49,8 +49,8 @@ }, "devDependencies": { "@aws-sdk/types": "^3.696.0", - "@iot-app-kit/eslint-config": "*", - "@iot-app-kit/ts-config": "*", + "@iot-app-kit/eslint-config": "12.3.0", + "@iot-app-kit/ts-config": "12.3.0", "@iot-app-kit/vite-config": "*", "@types/lodash-es": "^4.17.12", "@types/node": "^18.16.18", @@ -71,7 +71,7 @@ "@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": "*", + "@iot-app-kit/core": "12.3.0", "@tanstack/query-core": "^4.29.15", "lodash-es": "^4.17.21", "rxjs": "^7.8.1" diff --git a/packages/testing-util/CHANGELOG.md b/packages/testing-util/CHANGELOG.md index 0972fddd3..76eaeab23 100644 --- a/packages/testing-util/CHANGELOG.md +++ b/packages/testing-util/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [12.3.0](https://github.com/awslabs/iot-app-kit/compare/testing-util-v12.2.1...testing-util-v12.3.0) (2025-01-15) + + +### Bug Fixes + +* packages ([613ab59](https://github.com/awslabs/iot-app-kit/commit/613ab59818934387edb255adf685356fc855d458)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @iot-app-kit/eslint-config bumped from * to 12.3.0 + * @iot-app-kit/core bumped from * to 12.3.0 + * @iot-app-kit/ts-config bumped from * to 12.3.0 + ## [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 d3de614d3..008a8f90a 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.3.0", "files": [ "dist" ], @@ -22,9 +22,9 @@ "devDependencies": { "@aws-sdk/client-iot-events": "3.354.0", "@aws-sdk/client-iotsitewise": "3.696.0", - "@iot-app-kit/eslint-config": "*", - "@iot-app-kit/core": "*", - "@iot-app-kit/ts-config": "*", + "@iot-app-kit/eslint-config": "12.3.0", + "@iot-app-kit/core": "12.3.0", + "@iot-app-kit/ts-config": "12.3.0", "@types/node": "^18.16.18", "parse-duration": "^1.1.0", "rimraf": "^5.0.1", diff --git a/packages/tools-iottwinmaker/CHANGELOG.md b/packages/tools-iottwinmaker/CHANGELOG.md index 8ba3ebf0b..59492815e 100644 --- a/packages/tools-iottwinmaker/CHANGELOG.md +++ b/packages/tools-iottwinmaker/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [12.3.0](https://github.com/awslabs/iot-app-kit/compare/tools-iottwinmaker-v12.2.1...tools-iottwinmaker-v12.3.0) (2025-01-15) + + +### Bug Fixes + +* packages ([613ab59](https://github.com/awslabs/iot-app-kit/commit/613ab59818934387edb255adf685356fc855d458)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @iot-app-kit/eslint-config bumped from * to 12.3.0 + * @iot-app-kit/ts-config bumped from * to 12.3.0 + ## [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 64b466297..fd47cbd44 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.3.0", "engines": { "node": ">=16", "npm": ">=8" @@ -56,8 +56,8 @@ "package-mac": "pkg . --targets node16-macos-x64 --output tmdt_local" }, "devDependencies": { - "@iot-app-kit/eslint-config": "*", - "@iot-app-kit/ts-config": "*", + "@iot-app-kit/eslint-config": "12.3.0", + "@iot-app-kit/ts-config": "12.3.0", "@iot-app-kit/vite-config": "*", "@types/node": "^18.16.18", "@types/prompts": "^2.4.4",