From 4959c13d2741ca5b67bd959836469b37d5a818ca Mon Sep 17 00:00:00 2001 From: jmbuss Date: Wed, 15 Jan 2025 17:20:00 -0700 Subject: [PATCH] chore: update version numbers from revert --- .release-please-manifest.json | 26 ++--- apps/doc-site/package.json | 10 +- configuration/eslint-config/package.json | 2 +- configuration/ts-config/package.json | 2 +- package-lock.json | 110 +++++++++++----------- package.json | 2 +- packages/core-util/package.json | 8 +- packages/core/package.json | 6 +- packages/dashboard/package.json | 16 ++-- packages/react-components/package.json | 18 ++-- packages/scene-composer/package.json | 12 +-- packages/source-iotsitewise/package.json | 12 +-- packages/source-iottwinmaker/package.json | 8 +- packages/testing-util/package.json | 8 +- packages/tools-iottwinmaker/package.json | 4 +- 15 files changed, 122 insertions(+), 122 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/apps/doc-site/package.json b/apps/doc-site/package.json index 78aba7a1c..0b3932fe1 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": { @@ -15,7 +15,7 @@ "fix": "eslint --fix . --cache --cache-location .cache/eslint/" }, "devDependencies": { - "@iot-app-kit/testing-util": "12.2.1", + "@iot-app-kit/testing-util": "12.3.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.2.1", + "eslint-config-iot-app-kit": "12.3.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.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/package.json b/configuration/eslint-config/package.json index d3670b8c1..d99f820ee 100644 --- a/configuration/eslint-config/package.json +++ b/configuration/eslint-config/package.json @@ -32,5 +32,5 @@ "eslint-import-resolver-typescript": "^3.6.0", "typescript": "^5.5.4" }, - "version": "12.2.1" + "version": "12.3.0" } diff --git a/configuration/ts-config/package.json b/configuration/ts-config/package.json index dbd6894ff..f094d5075 100644 --- a/configuration/ts-config/package.json +++ b/configuration/ts-config/package.json @@ -15,5 +15,5 @@ "rimraf": "^5.0.1", "typescript": "^5.5.4" }, - "version": "12.2.1" + "version": "12.3.0" } diff --git a/package-lock.json b/package-lock.json index 138a8510f..f46b61081 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/*", @@ -67,13 +67,13 @@ }, "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/testing-util": "12.2.1", + "@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", @@ -84,7 +84,7 @@ "@storybook/theming": "^8.4.5", "@types/node": "^18.16.18", "@vitejs/plugin-react": "^4.3.3", - "eslint-config-iot-app-kit": "12.2.1", + "eslint-config-iot-app-kit": "12.3.0", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -96,7 +96,7 @@ }, "configuration/eslint-config": { "name": "eslint-config-iot-app-kit", - "version": "12.2.1", + "version": "12.3.0", "dependencies": { "@typescript-eslint/eslint-plugin": "^5.60.0", "@typescript-eslint/parser": "^5.62.0", @@ -124,7 +124,7 @@ }, "configuration/ts-config": { "name": "@iot-app-kit/ts-config", - "version": "12.2.1", + "version": "12.3.0", "devDependencies": { "@types/node": "^18.16.18", "rimraf": "^5.0.1", @@ -36625,7 +36625,7 @@ }, "packages/core": { "name": "@iot-app-kit/core", - "version": "12.2.1", + "version": "12.3.0", "license": "Apache-2.0", "dependencies": { "d3-array": "^3.2.4", @@ -36636,12 +36636,12 @@ "uuid": "^9.0.0" }, "devDependencies": { - "@iot-app-kit/ts-config": "12.2.1", + "@iot-app-kit/ts-config": "12.3.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.2.1", + "eslint-config-iot-app-kit": "12.3.0", "flush-promises": "^1.0.2", "jest-extended": "^3.2.4", "rimraf": "^5.0.1", @@ -36655,22 +36655,22 @@ }, "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": "12.2.1", + "@iot-app-kit/core": "12.3.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.2.1", + "@iot-app-kit/ts-config": "12.3.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.2.1", + "eslint-config-iot-app-kit": "12.3.0", "jest-extended": "^3.2.4", "rimraf": "^5.0.1", "typescript": "^5.5.4", @@ -36721,16 +36721,16 @@ }, "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/core": "12.2.1", - "@iot-app-kit/core-util": "12.2.1", - "@iot-app-kit/react-components": "12.2.1", - "@iot-app-kit/source-iotsitewise": "12.2.1", + "@iot-app-kit/core": "12.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", "@popperjs/core": "^2.11.8", "@reduxjs/toolkit": "^1.9.5", "@tanstack/react-query": "^5.40.1", @@ -36758,8 +36758,8 @@ }, "devDependencies": { "@iot-app-kit/data-mocked": "*", - "@iot-app-kit/testing-util": "12.2.1", - "@iot-app-kit/ts-config": "12.2.1", + "@iot-app-kit/testing-util": "12.3.0", + "@iot-app-kit/ts-config": "12.3.0", "@tanstack/eslint-plugin-query": "^5.40.1", "@tanstack/react-query-devtools": "^5.40.1", "@testing-library/jest-dom": "^6.6.3", @@ -36777,7 +36777,7 @@ "copyfiles": "^2.4.1", "css-loader": "6.8.1", "dotenv": "^16.3.1", - "eslint-config-iot-app-kit": "12.2.1", + "eslint-config-iot-app-kit": "12.3.0", "eslint-plugin-jsx-a11y": "^6.8.0", "jest-extended": "^3.2.4", "react": "^18.2.0", @@ -36963,7 +36963,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", @@ -36973,9 +36973,9 @@ "@cloudscape-design/global-styles": "1.0.32", "@iot-app-kit/charts": "^2.1.2", "@iot-app-kit/charts-core": "^2.1.2", - "@iot-app-kit/core": "12.2.1", - "@iot-app-kit/core-util": "12.2.1", - "@iot-app-kit/source-iottwinmaker": "12.2.1", + "@iot-app-kit/core": "12.3.0", + "@iot-app-kit/core-util": "12.3.0", + "@iot-app-kit/source-iottwinmaker": "12.3.0", "@tanstack/react-query": "^5.32.1", "autosize": "^6.0.1", "color": "^4.2.3", @@ -37006,10 +37006,10 @@ "zustand": "^4.5.2" }, "devDependencies": { - "@iot-app-kit/core": "12.2.1", - "@iot-app-kit/source-iotsitewise": "12.2.1", - "@iot-app-kit/testing-util": "12.2.1", - "@iot-app-kit/ts-config": "12.2.1", + "@iot-app-kit/core": "12.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", "@playwright/test": "^1.48.2", "@storybook/addon-essentials": "^8.4.5", "@storybook/addon-links": "^8.4.5", @@ -37042,7 +37042,7 @@ "babel-plugin-formatjs": "10.5.3", "copyfiles": "^2.4.1", "cytoscape": "^3.25.0", - "eslint-config-iot-app-kit": "12.2.1", + "eslint-config-iot-app-kit": "12.3.0", "eslint-plugin-jsx-a11y": "^6.8.0", "flush-promises": "^1.0.2", "jest-extended": "^3.2.4", @@ -37219,7 +37219,7 @@ }, "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", @@ -37227,9 +37227,9 @@ "@fortawesome/fontawesome-svg-core": "^6.4.2", "@fortawesome/free-solid-svg-icons": "^6.4.2", "@fortawesome/react-fontawesome": "^0.2.0", - "@iot-app-kit/core": "12.2.1", - "@iot-app-kit/react-components": "12.2.1", - "@iot-app-kit/source-iottwinmaker": "12.2.1", + "@iot-app-kit/core": "12.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", @@ -37277,7 +37277,7 @@ "@cloudscape-design/design-tokens": "^3.0.35", "@cloudscape-design/global-styles": "^1.0.25", "@formatjs/cli": "^6.3.8", - "@iot-app-kit/ts-config": "12.2.1", + "@iot-app-kit/ts-config": "12.3.0", "@playwright/test": "^1.48.2", "@react-spring/three": "^9.7.2", "@storybook/addon-essentials": "^8.4.5", @@ -37303,7 +37303,7 @@ "@vitest/coverage-v8": "^2.1.5", "babel-plugin-formatjs": "10.5.3", "copyfiles": "^2.4.1", - "eslint-config-iot-app-kit": "12.2.1", + "eslint-config-iot-app-kit": "12.3.0", "happy-dom": "^15.11.6", "husky": "8.0.3", "jest-extended": "^3.2.4", @@ -39016,11 +39016,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": "12.2.1", - "@iot-app-kit/core-util": "12.2.1", + "@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", @@ -39028,12 +39028,12 @@ }, "devDependencies": { "@aws-sdk/types": "^3.696.0", - "@iot-app-kit/testing-util": "12.2.1", - "@iot-app-kit/ts-config": "12.2.1", + "@iot-app-kit/testing-util": "12.3.0", + "@iot-app-kit/ts-config": "12.3.0", "@types/lodash-es": "^4.17.12", "@types/node": "^18.16.18", "@vitest/coverage-v8": "^2.1.5", - "eslint-config-iot-app-kit": "12.2.1", + "eslint-config-iot-app-kit": "12.3.0", "flush-promises": "^1.0.2", "jest-extended": "^3.2.4", "rimraf": "^5.0.1", @@ -39048,7 +39048,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", @@ -39058,19 +39058,19 @@ "@aws-sdk/client-s3": "3.335.0", "@aws-sdk/client-secrets-manager": "3.353.0", "@aws-sdk/url-parser": "3.374.0", - "@iot-app-kit/core": "12.2.1", + "@iot-app-kit/core": "12.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/ts-config": "12.2.1", + "@iot-app-kit/ts-config": "12.3.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.2.1", + "eslint-config-iot-app-kit": "12.3.0", "flush-promises": "^1.0.2", "jest-extended": "^3.2.4", "rimraf": "^5.0.1", @@ -39945,25 +39945,25 @@ }, "packages/testing-util": { "name": "@iot-app-kit/testing-util", - "version": "12.2.1", + "version": "12.3.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.2.1", + "@iot-app-kit/core": "12.3.0", "parse-duration": "^1.1.0" }, "devDependencies": { - "@iot-app-kit/ts-config": "12.2.1", + "@iot-app-kit/ts-config": "12.3.0", "@types/node": "^18.16.18", - "eslint-config-iot-app-kit": "12.2.1", + "eslint-config-iot-app-kit": "12.3.0", "rimraf": "^5.0.1", "typescript": "^5.5.4" } }, "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", @@ -39979,7 +39979,7 @@ "tmdt": "dist/cjs/cli.js" }, "devDependencies": { - "@iot-app-kit/ts-config": "12.2.1", + "@iot-app-kit/ts-config": "12.3.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 84c6fe277..1b796c048 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/package.json b/packages/core-util/package.json index 50f173c7e..124795491 100644 --- a/packages/core-util/package.json +++ b/packages/core-util/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "12.2.1", + "version": "12.3.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.2.1", + "@iot-app-kit/core": "12.3.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.2.1", + "@iot-app-kit/ts-config": "12.3.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.2.1", + "eslint-config-iot-app-kit": "12.3.0", "jest-extended": "^3.2.4", "rimraf": "^5.0.1", "typescript": "^5.5.4", diff --git a/packages/core/package.json b/packages/core/package.json index 5d127a62b..7b2babaf7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "12.2.1", + "version": "12.3.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.2.1", + "@iot-app-kit/ts-config": "12.3.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.2.1", + "eslint-config-iot-app-kit": "12.3.0", "flush-promises": "^1.0.2", "jest-extended": "^3.2.4", "rimraf": "^5.0.1", diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 1572f5f4f..ee47c67cf 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", @@ -48,8 +48,8 @@ }, "devDependencies": { "@iot-app-kit/data-mocked": "*", - "@iot-app-kit/testing-util": "12.2.1", - "@iot-app-kit/ts-config": "12.2.1", + "@iot-app-kit/testing-util": "12.3.0", + "@iot-app-kit/ts-config": "12.3.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.2.1", + "eslint-config-iot-app-kit": "12.3.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.2.1", - "@iot-app-kit/core-util": "12.2.1", - "@iot-app-kit/react-components": "12.2.1", - "@iot-app-kit/source-iotsitewise": "12.2.1", + "@iot-app-kit/core": "12.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", "@popperjs/core": "^2.11.8", "@reduxjs/toolkit": "^1.9.5", "@tanstack/react-query": "^5.40.1", diff --git a/packages/react-components/package.json b/packages/react-components/package.json index f0a4eefb5..34d0aa042 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", "source": "./src/index.ts", "type": "module", @@ -57,10 +57,10 @@ "pack": "npm pack" }, "devDependencies": { - "@iot-app-kit/core": "12.2.1", - "@iot-app-kit/source-iotsitewise": "12.2.1", - "@iot-app-kit/testing-util": "12.2.1", - "@iot-app-kit/ts-config": "12.2.1", + "@iot-app-kit/core": "12.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", "@playwright/test": "^1.48.2", "@storybook/addon-essentials": "^8.4.5", "@storybook/addon-links": "^8.4.5", @@ -93,7 +93,7 @@ "babel-plugin-formatjs": "10.5.3", "copyfiles": "^2.4.1", "cytoscape": "^3.25.0", - "eslint-config-iot-app-kit": "12.2.1", + "eslint-config-iot-app-kit": "12.3.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.2.1", - "@iot-app-kit/core-util": "12.2.1", - "@iot-app-kit/source-iottwinmaker": "12.2.1", + "@iot-app-kit/core": "12.3.0", + "@iot-app-kit/core-util": "12.3.0", + "@iot-app-kit/source-iottwinmaker": "12.3.0", "@tanstack/react-query": "^5.32.1", "autosize": "^6.0.1", "color": "^4.2.3", diff --git a/packages/scene-composer/package.json b/packages/scene-composer/package.json index d60d319e9..84b3c8484 100644 --- a/packages/scene-composer/package.json +++ b/packages/scene-composer/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "12.2.1", + "version": "12.3.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.2.1", + "@iot-app-kit/ts-config": "12.3.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.2.1", + "eslint-config-iot-app-kit": "12.3.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.2.1", - "@iot-app-kit/react-components": "12.2.1", - "@iot-app-kit/source-iottwinmaker": "12.2.1", + "@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/package.json b/packages/source-iotsitewise/package.json index 687beb23e..7095f0d32 100644 --- a/packages/source-iotsitewise/package.json +++ b/packages/source-iotsitewise/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "12.2.1", + "version": "12.3.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.2.1", - "@iot-app-kit/core-util": "12.2.1", + "@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", @@ -61,12 +61,12 @@ }, "devDependencies": { "@aws-sdk/types": "^3.696.0", - "@iot-app-kit/testing-util": "12.2.1", - "@iot-app-kit/ts-config": "12.2.1", + "@iot-app-kit/testing-util": "12.3.0", + "@iot-app-kit/ts-config": "12.3.0", "@types/lodash-es": "^4.17.12", "@types/node": "^18.16.18", "@vitest/coverage-v8": "^2.1.5", - "eslint-config-iot-app-kit": "12.2.1", + "eslint-config-iot-app-kit": "12.3.0", "flush-promises": "^1.0.2", "jest-extended": "^3.2.4", "rimraf": "^5.0.1", diff --git a/packages/source-iottwinmaker/package.json b/packages/source-iottwinmaker/package.json index a61303670..ebb9739e7 100644 --- a/packages/source-iottwinmaker/package.json +++ b/packages/source-iottwinmaker/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "12.2.1", + "version": "12.3.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.2.1", + "@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/ts-config": "12.2.1", + "@iot-app-kit/ts-config": "12.3.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.2.1", + "eslint-config-iot-app-kit": "12.3.0", "flush-promises": "^1.0.2", "jest-extended": "^3.2.4", "rimraf": "^5.0.1", diff --git a/packages/testing-util/package.json b/packages/testing-util/package.json index 5df287e53..a3b309f31 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", "type": "module", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", @@ -32,13 +32,13 @@ "dependencies": { "@aws-sdk/client-iot-events": "3.354.0", "@aws-sdk/client-iotsitewise": "3.696.0", - "@iot-app-kit/core": "12.2.1", + "@iot-app-kit/core": "12.3.0", "parse-duration": "^1.1.0" }, "devDependencies": { - "@iot-app-kit/ts-config": "12.2.1", + "@iot-app-kit/ts-config": "12.3.0", "@types/node": "^18.16.18", - "eslint-config-iot-app-kit": "12.2.1", + "eslint-config-iot-app-kit": "12.3.0", "rimraf": "^5.0.1", "typescript": "^5.5.4" } diff --git a/packages/tools-iottwinmaker/package.json b/packages/tools-iottwinmaker/package.json index f3f824f57..7a0d926dd 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" @@ -47,7 +47,7 @@ "package-mac": "pkg . --targets node16-macos-x64 --output tmdt_local" }, "devDependencies": { - "@iot-app-kit/ts-config": "12.2.1", + "@iot-app-kit/ts-config": "12.3.0", "@types/node": "^18.16.18", "@types/prompts": "^2.4.4", "@types/yargs": "^17.0.24",