diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1d65859dc..2d1c3d337 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,15 +1,15 @@ { - "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" + "packages/core": "12.4.0", + "packages/dashboard": "12.4.0", + "apps/doc-site": "12.4.0", + "packages/core-util": "12.4.0", + "packages/react-components": "12.4.0", + "packages/scene-composer": "12.4.0", + "packages/source-iotsitewise": "12.4.0", + "packages/source-iottwinmaker": "12.4.0", + ".": "12.4.0", + "packages/testing-util": "12.4.0", + "packages/tools-iottwinmaker": "12.4.0", + "configuration/ts-config": "12.4.0", + "configuration/eslint-config": "12.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fc76901d5..de7455f67 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.4.0](https://github.com/awslabs/iot-app-kit/compare/root-v12.3.0...root-v12.4.0) (2025-01-16) + + +### Features + +* add null/NaN support ([450fc70](https://github.com/awslabs/iot-app-kit/commit/450fc7080f11e908b9f2bf53218f674b9b9b6185)) + ## [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..8ea1f0b1f 100644 --- a/apps/doc-site/CHANGELOG.md +++ b/apps/doc-site/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [12.4.0](https://github.com/awslabs/iot-app-kit/compare/doc-site-v12.3.0...doc-site-v12.4.0) (2025-01-16) + + +### Features + +* add null/NaN support ([450fc70](https://github.com/awslabs/iot-app-kit/commit/450fc7080f11e908b9f2bf53218f674b9b9b6185)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 12.3.0 to 12.4.0 + * @iot-app-kit/react-components bumped from 12.3.0 to 12.4.0 + * devDependencies + * @iot-app-kit/testing-util bumped from 12.3.0 to 12.4.0 + * eslint-config-iot-app-kit bumped from 12.3.0 to 12.4.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 0b3932fe1..906b07626 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.3.0", + "version": "12.4.0", "private": true, "type": "module", "scripts": { @@ -15,7 +15,7 @@ "fix": "eslint --fix . --cache --cache-location .cache/eslint/" }, "devDependencies": { - "@iot-app-kit/testing-util": "12.3.0", + "@iot-app-kit/testing-util": "12.4.0", "@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.3.0", + "eslint-config-iot-app-kit": "12.4.0", "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.3.0", - "@iot-app-kit/react-components": "12.3.0" + "@iot-app-kit/core": "12.4.0", + "@iot-app-kit/react-components": "12.4.0" } } diff --git a/configuration/eslint-config/CHANGELOG.md b/configuration/eslint-config/CHANGELOG.md index abd7e1a04..55ff71cdc 100644 --- a/configuration/eslint-config/CHANGELOG.md +++ b/configuration/eslint-config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [12.4.0](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v12.3.0...eslint-config-v12.4.0) (2025-01-16) + + +### Features + +* add null/NaN support ([450fc70](https://github.com/awslabs/iot-app-kit/commit/450fc7080f11e908b9f2bf53218f674b9b9b6185)) + ## [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 d99f820ee..80b7452ee 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.3.0" + "version": "12.4.0" } diff --git a/configuration/ts-config/CHANGELOG.md b/configuration/ts-config/CHANGELOG.md index 4d566e27a..b5f4d7a3f 100644 --- a/configuration/ts-config/CHANGELOG.md +++ b/configuration/ts-config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [12.4.0](https://github.com/awslabs/iot-app-kit/compare/ts-config-v12.3.0...ts-config-v12.4.0) (2025-01-16) + + +### Features + +* add null/NaN support ([450fc70](https://github.com/awslabs/iot-app-kit/commit/450fc7080f11e908b9f2bf53218f674b9b9b6185)) + ## [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 f094d5075..bc6940a28 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.3.0" + "version": "12.4.0" } diff --git a/package-lock.json b/package-lock.json index 3b3c04634..c3490e5cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iot-app-kit", - "version": "12.3.0", + "version": "12.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iot-app-kit", - "version": "12.3.0", + "version": "12.4.0", "license": "Apache-2.0", "workspaces": [ "apps/*", @@ -66,13 +66,13 @@ }, "apps/doc-site": { "name": "@iot-app-kit/doc-site", - "version": "12.3.0", + "version": "12.4.0", "dependencies": { - "@iot-app-kit/core": "12.3.0", - "@iot-app-kit/react-components": "12.3.0" + "@iot-app-kit/core": "12.4.0", + "@iot-app-kit/react-components": "12.4.0" }, "devDependencies": { - "@iot-app-kit/testing-util": "12.3.0", + "@iot-app-kit/testing-util": "12.4.0", "@storybook/addon-essentials": "^8.4.5", "@storybook/addon-interactions": "^8.4.5", "@storybook/addon-links": "^8.4.5", @@ -83,7 +83,7 @@ "@storybook/theming": "^8.4.5", "@types/node": "^18.16.18", "@vitejs/plugin-react": "^4.3.3", - "eslint-config-iot-app-kit": "12.3.0", + "eslint-config-iot-app-kit": "12.4.0", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -95,7 +95,7 @@ }, "configuration/eslint-config": { "name": "eslint-config-iot-app-kit", - "version": "12.3.0", + "version": "12.4.0", "dependencies": { "@typescript-eslint/eslint-plugin": "^5.60.0", "@typescript-eslint/parser": "^5.62.0", @@ -123,7 +123,7 @@ }, "configuration/ts-config": { "name": "@iot-app-kit/ts-config", - "version": "12.3.0", + "version": "12.4.0", "devDependencies": { "@types/node": "^18.16.18", "rimraf": "^5.0.1", @@ -36620,7 +36620,7 @@ }, "packages/core": { "name": "@iot-app-kit/core", - "version": "12.3.0", + "version": "12.4.0", "license": "Apache-2.0", "dependencies": { "d3-array": "^3.2.4", @@ -36631,12 +36631,12 @@ "uuid": "^9.0.0" }, "devDependencies": { - "@iot-app-kit/ts-config": "12.3.0", + "@iot-app-kit/ts-config": "12.4.0", "@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.3.0", + "eslint-config-iot-app-kit": "12.4.0", "flush-promises": "^1.0.2", "jest-extended": "^3.2.4", "rimraf": "^5.0.1", @@ -36650,22 +36650,22 @@ }, "packages/core-util": { "name": "@iot-app-kit/core-util", - "version": "12.3.0", + "version": "12.4.0", "license": "Apache-2.0", "dependencies": { - "@iot-app-kit/core": "12.3.0", + "@iot-app-kit/core": "12.4.0", "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.3.0", + "@iot-app-kit/ts-config": "12.4.0", "@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.3.0", + "eslint-config-iot-app-kit": "12.4.0", "jest-extended": "^3.2.4", "rimraf": "^5.0.1", "typescript": "^5.5.4", @@ -36716,16 +36716,16 @@ }, "packages/dashboard": { "name": "@iot-app-kit/dashboard", - "version": "12.3.0", + "version": "12.4.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/core": "12.3.0", - "@iot-app-kit/core-util": "12.3.0", - "@iot-app-kit/react-components": "12.3.0", - "@iot-app-kit/source-iotsitewise": "12.3.0", + "@iot-app-kit/core": "12.4.0", + "@iot-app-kit/core-util": "12.4.0", + "@iot-app-kit/react-components": "12.4.0", + "@iot-app-kit/source-iotsitewise": "12.4.0", "@popperjs/core": "^2.11.8", "@reduxjs/toolkit": "^1.9.5", "@tanstack/react-query": "^5.40.1", @@ -36753,8 +36753,8 @@ }, "devDependencies": { "@iot-app-kit/data-mocked": "*", - "@iot-app-kit/testing-util": "12.3.0", - "@iot-app-kit/ts-config": "12.3.0", + "@iot-app-kit/testing-util": "12.4.0", + "@iot-app-kit/ts-config": "12.4.0", "@tanstack/eslint-plugin-query": "^5.40.1", "@tanstack/react-query-devtools": "^5.40.1", "@testing-library/jest-dom": "^6.6.3", @@ -36772,7 +36772,7 @@ "copyfiles": "^2.4.1", "css-loader": "6.8.1", "dotenv": "^16.3.1", - "eslint-config-iot-app-kit": "12.3.0", + "eslint-config-iot-app-kit": "12.4.0", "eslint-plugin-jsx-a11y": "^6.8.0", "jest-extended": "^3.2.4", "react": "^18.2.0", @@ -36949,7 +36949,7 @@ }, "packages/react-components": { "name": "@iot-app-kit/react-components", - "version": "12.3.0", + "version": "12.4.0", "license": "Apache-2.0", "dependencies": { "@cloudscape-design/chat-components": "^1.0.10", @@ -36959,9 +36959,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.3.0", - "@iot-app-kit/core-util": "12.3.0", - "@iot-app-kit/source-iottwinmaker": "12.3.0", + "@iot-app-kit/core": "12.4.0", + "@iot-app-kit/core-util": "12.4.0", + "@iot-app-kit/source-iottwinmaker": "12.4.0", "@tanstack/react-query": "^5.32.1", "autosize": "^6.0.1", "color": "^4.2.3", @@ -36992,10 +36992,10 @@ "zustand": "^4.5.2" }, "devDependencies": { - "@iot-app-kit/core": "12.3.0", - "@iot-app-kit/source-iotsitewise": "12.3.0", - "@iot-app-kit/testing-util": "12.3.0", - "@iot-app-kit/ts-config": "12.3.0", + "@iot-app-kit/core": "12.4.0", + "@iot-app-kit/source-iotsitewise": "12.4.0", + "@iot-app-kit/testing-util": "12.4.0", + "@iot-app-kit/ts-config": "12.4.0", "@playwright/test": "^1.48.2", "@storybook/addon-essentials": "^8.4.5", "@storybook/addon-links": "^8.4.5", @@ -37028,7 +37028,7 @@ "babel-plugin-formatjs": "10.5.3", "copyfiles": "^2.4.1", "cytoscape": "^3.25.0", - "eslint-config-iot-app-kit": "12.3.0", + "eslint-config-iot-app-kit": "12.4.0", "eslint-plugin-jsx-a11y": "^6.8.0", "flush-promises": "^1.0.2", "jest-extended": "^3.2.4", @@ -37205,7 +37205,7 @@ }, "packages/scene-composer": { "name": "@iot-app-kit/scene-composer", - "version": "12.3.0", + "version": "12.4.0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-iottwinmaker": "3.589.0", @@ -37213,9 +37213,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.3.0", - "@iot-app-kit/react-components": "12.3.0", - "@iot-app-kit/source-iottwinmaker": "12.3.0", + "@iot-app-kit/core": "12.4.0", + "@iot-app-kit/react-components": "12.4.0", + "@iot-app-kit/source-iottwinmaker": "12.4.0", "@matterport/r3f": "0.2.7", "@matterport/webcomponent": "0.1.35", "@react-three/drei": "9.56.27", @@ -37263,7 +37263,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.3.0", + "@iot-app-kit/ts-config": "12.4.0", "@playwright/test": "^1.48.2", "@react-spring/three": "^9.7.2", "@storybook/addon-essentials": "^8.4.5", @@ -37289,7 +37289,7 @@ "@vitest/coverage-v8": "^2.1.5", "babel-plugin-formatjs": "10.5.3", "copyfiles": "^2.4.1", - "eslint-config-iot-app-kit": "12.3.0", + "eslint-config-iot-app-kit": "12.4.0", "happy-dom": "^15.11.6", "husky": "8.0.3", "jest-extended": "^3.2.4", @@ -39002,11 +39002,11 @@ }, "packages/source-iotsitewise": { "name": "@iot-app-kit/source-iotsitewise", - "version": "12.3.0", + "version": "12.4.0", "license": "Apache-2.0", "dependencies": { - "@iot-app-kit/core": "12.3.0", - "@iot-app-kit/core-util": "12.3.0", + "@iot-app-kit/core": "12.4.0", + "@iot-app-kit/core-util": "12.4.0", "@synchro-charts/core": "7.2.0", "dataloader": "^2.2.2", "lodash-es": "^4.17.21", @@ -39014,12 +39014,12 @@ }, "devDependencies": { "@aws-sdk/types": "^3.696.0", - "@iot-app-kit/testing-util": "12.3.0", - "@iot-app-kit/ts-config": "12.3.0", + "@iot-app-kit/testing-util": "12.4.0", + "@iot-app-kit/ts-config": "12.4.0", "@types/lodash-es": "^4.17.12", "@types/node": "^18.16.18", "@vitest/coverage-v8": "^2.1.5", - "eslint-config-iot-app-kit": "12.3.0", + "eslint-config-iot-app-kit": "12.4.0", "flush-promises": "^1.0.2", "jest-extended": "^3.2.4", "rimraf": "^5.0.1", @@ -39034,7 +39034,7 @@ }, "packages/source-iottwinmaker": { "name": "@iot-app-kit/source-iottwinmaker", - "version": "12.3.0", + "version": "12.4.0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-iotsitewise": "3.696.0", @@ -39044,19 +39044,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.3.0", + "@iot-app-kit/core": "12.4.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/ts-config": "12.3.0", + "@iot-app-kit/ts-config": "12.4.0", "@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.3.0", + "eslint-config-iot-app-kit": "12.4.0", "flush-promises": "^1.0.2", "jest-extended": "^3.2.4", "rimraf": "^5.0.1", @@ -39931,25 +39931,25 @@ }, "packages/testing-util": { "name": "@iot-app-kit/testing-util", - "version": "12.3.0", + "version": "12.4.0", "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.3.0", + "@iot-app-kit/core": "12.4.0", "parse-duration": "^1.1.0" }, "devDependencies": { - "@iot-app-kit/ts-config": "12.3.0", + "@iot-app-kit/ts-config": "12.4.0", "@types/node": "^18.16.18", - "eslint-config-iot-app-kit": "12.3.0", + "eslint-config-iot-app-kit": "12.4.0", "rimraf": "^5.0.1", "typescript": "^5.5.4" } }, "packages/tools-iottwinmaker": { "name": "@iot-app-kit/tools-iottwinmaker", - "version": "12.3.0", + "version": "12.4.0", "dependencies": { "@aws-sdk/client-cloudformation": "^3.376.0", "@aws-sdk/client-iam": "^3.363.0", @@ -39965,7 +39965,7 @@ "tmdt": "dist/cjs/cli.js" }, "devDependencies": { - "@iot-app-kit/ts-config": "12.3.0", + "@iot-app-kit/ts-config": "12.4.0", "@types/node": "^18.16.18", "@types/prompts": "^2.4.4", "@types/yargs": "^17.0.24", diff --git a/package.json b/package.json index 1b796c048..2e5edda25 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "iot-app-kit", "private": true, "description": "IoT Application Kit", - "version": "12.3.0", + "version": "12.4.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..cae98d2aa 100644 --- a/packages/core-util/CHANGELOG.md +++ b/packages/core-util/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [12.4.0](https://github.com/awslabs/iot-app-kit/compare/core-util-v12.3.0...core-util-v12.4.0) (2025-01-16) + + +### Features + +* add null/NaN support ([450fc70](https://github.com/awslabs/iot-app-kit/commit/450fc7080f11e908b9f2bf53218f674b9b9b6185)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 12.3.0 to 12.4.0 + * devDependencies + * @iot-app-kit/ts-config bumped from 12.3.0 to 12.4.0 + * eslint-config-iot-app-kit bumped from 12.3.0 to 12.4.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 124795491..60ca66230 100644 --- a/packages/core-util/package.json +++ b/packages/core-util/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "12.3.0", + "version": "12.4.0", "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.3.0", + "@iot-app-kit/core": "12.4.0", "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.3.0", + "@iot-app-kit/ts-config": "12.4.0", "@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.3.0", + "eslint-config-iot-app-kit": "12.4.0", "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..84c9b4a91 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.4.0](https://github.com/awslabs/iot-app-kit/compare/core-v12.3.0...core-v12.4.0) (2025-01-16) + + +### Features + +* add null/NaN support ([450fc70](https://github.com/awslabs/iot-app-kit/commit/450fc7080f11e908b9f2bf53218f674b9b9b6185)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @iot-app-kit/ts-config bumped from 12.3.0 to 12.4.0 + * eslint-config-iot-app-kit bumped from 12.3.0 to 12.4.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 7b2babaf7..30f0cb74d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "12.3.0", + "version": "12.4.0", "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.3.0", + "@iot-app-kit/ts-config": "12.4.0", "@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.3.0", + "eslint-config-iot-app-kit": "12.4.0", "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..83c5963c0 100644 --- a/packages/dashboard/CHANGELOG.md +++ b/packages/dashboard/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [12.4.0](https://github.com/awslabs/iot-app-kit/compare/dashboard-v12.3.0...dashboard-v12.4.0) (2025-01-16) + + +### Features + +* add null/NaN support ([450fc70](https://github.com/awslabs/iot-app-kit/commit/450fc7080f11e908b9f2bf53218f674b9b9b6185)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 12.3.0 to 12.4.0 + * @iot-app-kit/core-util bumped from 12.3.0 to 12.4.0 + * @iot-app-kit/react-components bumped from 12.3.0 to 12.4.0 + * @iot-app-kit/source-iotsitewise bumped from 12.3.0 to 12.4.0 + * devDependencies + * @iot-app-kit/testing-util bumped from 12.3.0 to 12.4.0 + * @iot-app-kit/ts-config bumped from 12.3.0 to 12.4.0 + * eslint-config-iot-app-kit bumped from 12.3.0 to 12.4.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 ee47c67cf..f48826575 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "12.3.0", + "version": "12.4.0", "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.3.0", - "@iot-app-kit/ts-config": "12.3.0", + "@iot-app-kit/testing-util": "12.4.0", + "@iot-app-kit/ts-config": "12.4.0", "@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.3.0", + "eslint-config-iot-app-kit": "12.4.0", "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.3.0", - "@iot-app-kit/core-util": "12.3.0", - "@iot-app-kit/react-components": "12.3.0", - "@iot-app-kit/source-iotsitewise": "12.3.0", + "@iot-app-kit/core": "12.4.0", + "@iot-app-kit/core-util": "12.4.0", + "@iot-app-kit/react-components": "12.4.0", + "@iot-app-kit/source-iotsitewise": "12.4.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..66c9f39eb 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.4.0](https://github.com/awslabs/iot-app-kit/compare/react-components-v12.3.0...react-components-v12.4.0) (2025-01-16) + + +### Features + +* add null/NaN support ([450fc70](https://github.com/awslabs/iot-app-kit/commit/450fc7080f11e908b9f2bf53218f674b9b9b6185)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 12.3.0 to 12.4.0 + * @iot-app-kit/core-util bumped from 12.3.0 to 12.4.0 + * @iot-app-kit/source-iottwinmaker bumped from 12.3.0 to 12.4.0 + * devDependencies + * @iot-app-kit/core bumped from 12.3.0 to 12.4.0 + * @iot-app-kit/source-iotsitewise bumped from 12.3.0 to 12.4.0 + * @iot-app-kit/testing-util bumped from 12.3.0 to 12.4.0 + * @iot-app-kit/ts-config bumped from 12.3.0 to 12.4.0 + * eslint-config-iot-app-kit bumped from 12.3.0 to 12.4.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 34d0aa042..3ad6ca063 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.3.0", + "version": "12.4.0", "license": "Apache-2.0", "source": "./src/index.ts", "type": "module", @@ -57,10 +57,10 @@ "pack": "npm pack" }, "devDependencies": { - "@iot-app-kit/core": "12.3.0", - "@iot-app-kit/source-iotsitewise": "12.3.0", - "@iot-app-kit/testing-util": "12.3.0", - "@iot-app-kit/ts-config": "12.3.0", + "@iot-app-kit/core": "12.4.0", + "@iot-app-kit/source-iotsitewise": "12.4.0", + "@iot-app-kit/testing-util": "12.4.0", + "@iot-app-kit/ts-config": "12.4.0", "@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.3.0", + "eslint-config-iot-app-kit": "12.4.0", "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.3.0", - "@iot-app-kit/core-util": "12.3.0", - "@iot-app-kit/source-iottwinmaker": "12.3.0", + "@iot-app-kit/core": "12.4.0", + "@iot-app-kit/core-util": "12.4.0", + "@iot-app-kit/source-iottwinmaker": "12.4.0", "@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..86765bac3 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.4.0](https://github.com/awslabs/iot-app-kit/compare/scene-composer-v12.3.0...scene-composer-v12.4.0) (2025-01-16) + + +### Features + +* add null/NaN support ([450fc70](https://github.com/awslabs/iot-app-kit/commit/450fc7080f11e908b9f2bf53218f674b9b9b6185)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 12.3.0 to 12.4.0 + * @iot-app-kit/react-components bumped from 12.3.0 to 12.4.0 + * @iot-app-kit/source-iottwinmaker bumped from 12.3.0 to 12.4.0 + * devDependencies + * @iot-app-kit/ts-config bumped from 12.3.0 to 12.4.0 + * eslint-config-iot-app-kit bumped from 12.3.0 to 12.4.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 84b3c8484..759e0b2ee 100644 --- a/packages/scene-composer/package.json +++ b/packages/scene-composer/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "12.3.0", + "version": "12.4.0", "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.3.0", + "@iot-app-kit/ts-config": "12.4.0", "@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.3.0", + "eslint-config-iot-app-kit": "12.4.0", "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.3.0", - "@iot-app-kit/react-components": "12.3.0", - "@iot-app-kit/source-iottwinmaker": "12.3.0", + "@iot-app-kit/core": "12.4.0", + "@iot-app-kit/react-components": "12.4.0", + "@iot-app-kit/source-iottwinmaker": "12.4.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..17788b513 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.4.0](https://github.com/awslabs/iot-app-kit/compare/source-iotsitewise-v12.3.0...source-iotsitewise-v12.4.0) (2025-01-16) + + +### Features + +* add null/NaN support ([450fc70](https://github.com/awslabs/iot-app-kit/commit/450fc7080f11e908b9f2bf53218f674b9b9b6185)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 12.3.0 to 12.4.0 + * @iot-app-kit/core-util bumped from 12.3.0 to 12.4.0 + * devDependencies + * @iot-app-kit/testing-util bumped from 12.3.0 to 12.4.0 + * @iot-app-kit/ts-config bumped from 12.3.0 to 12.4.0 + * eslint-config-iot-app-kit bumped from 12.3.0 to 12.4.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 7095f0d32..d975b20c5 100644 --- a/packages/source-iotsitewise/package.json +++ b/packages/source-iotsitewise/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "12.3.0", + "version": "12.4.0", "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.3.0", - "@iot-app-kit/core-util": "12.3.0", + "@iot-app-kit/core": "12.4.0", + "@iot-app-kit/core-util": "12.4.0", "@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.3.0", - "@iot-app-kit/ts-config": "12.3.0", + "@iot-app-kit/testing-util": "12.4.0", + "@iot-app-kit/ts-config": "12.4.0", "@types/lodash-es": "^4.17.12", "@types/node": "^18.16.18", "@vitest/coverage-v8": "^2.1.5", - "eslint-config-iot-app-kit": "12.3.0", + "eslint-config-iot-app-kit": "12.4.0", "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..4f355df28 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.4.0](https://github.com/awslabs/iot-app-kit/compare/source-iottwinmaker-v12.3.0...source-iottwinmaker-v12.4.0) (2025-01-16) + + +### Features + +* add null/NaN support ([450fc70](https://github.com/awslabs/iot-app-kit/commit/450fc7080f11e908b9f2bf53218f674b9b9b6185)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 12.3.0 to 12.4.0 + * devDependencies + * @iot-app-kit/ts-config bumped from 12.3.0 to 12.4.0 + * eslint-config-iot-app-kit bumped from 12.3.0 to 12.4.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 ebb9739e7..0329b2a5d 100644 --- a/packages/source-iottwinmaker/package.json +++ b/packages/source-iottwinmaker/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "12.3.0", + "version": "12.4.0", "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.3.0", + "@iot-app-kit/core": "12.4.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/ts-config": "12.3.0", + "@iot-app-kit/ts-config": "12.4.0", "@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.3.0", + "eslint-config-iot-app-kit": "12.4.0", "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..e87b9fa29 100644 --- a/packages/testing-util/CHANGELOG.md +++ b/packages/testing-util/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [12.4.0](https://github.com/awslabs/iot-app-kit/compare/testing-util-v12.3.0...testing-util-v12.4.0) (2025-01-16) + + +### Features + +* add null/NaN support ([450fc70](https://github.com/awslabs/iot-app-kit/commit/450fc7080f11e908b9f2bf53218f674b9b9b6185)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 12.3.0 to 12.4.0 + * devDependencies + * @iot-app-kit/ts-config bumped from 12.3.0 to 12.4.0 + * eslint-config-iot-app-kit bumped from 12.3.0 to 12.4.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 a3b309f31..3f144fe50 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.3.0", + "version": "12.4.0", "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.3.0", + "@iot-app-kit/core": "12.4.0", "parse-duration": "^1.1.0" }, "devDependencies": { - "@iot-app-kit/ts-config": "12.3.0", + "@iot-app-kit/ts-config": "12.4.0", "@types/node": "^18.16.18", - "eslint-config-iot-app-kit": "12.3.0", + "eslint-config-iot-app-kit": "12.4.0", "rimraf": "^5.0.1", "typescript": "^5.5.4" } diff --git a/packages/tools-iottwinmaker/CHANGELOG.md b/packages/tools-iottwinmaker/CHANGELOG.md index 8ba3ebf0b..2a4861f51 100644 --- a/packages/tools-iottwinmaker/CHANGELOG.md +++ b/packages/tools-iottwinmaker/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [12.4.0](https://github.com/awslabs/iot-app-kit/compare/tools-iottwinmaker-v12.3.0...tools-iottwinmaker-v12.4.0) (2025-01-16) + + +### Features + +* add null/NaN support ([450fc70](https://github.com/awslabs/iot-app-kit/commit/450fc7080f11e908b9f2bf53218f674b9b9b6185)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @iot-app-kit/ts-config bumped from 12.3.0 to 12.4.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 7a0d926dd..a92ac8f35 100644 --- a/packages/tools-iottwinmaker/package.json +++ b/packages/tools-iottwinmaker/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "12.3.0", + "version": "12.4.0", "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.3.0", + "@iot-app-kit/ts-config": "12.4.0", "@types/node": "^18.16.18", "@types/prompts": "^2.4.4", "@types/yargs": "^17.0.24",