diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 99e04f64c..afc2d0495 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,18 +1,18 @@ { - "packages/components": "10.7.0", - "packages/core": "10.7.0", - "packages/dashboard": "10.7.0", - "packages/doc-site": "10.7.0", - "packages/core-util": "10.7.0", - "packages/react-components": "10.7.0", - "packages/related-table": "10.7.0", - "packages/scene-composer": "10.7.0", - "packages/source-iotsitewise": "10.7.0", - "packages/source-iottwinmaker": "10.7.0", - ".": "10.7.0", - "configuration/jest-config": "10.7.0", - "packages/testing-util": "10.7.0", - "configuration/ts-config": "10.7.0", - "configuration/eslint-config": "10.7.0", - "packages/tools-iottwinmaker": "10.7.0" + "packages/components": "10.8.0", + "packages/core": "10.8.0", + "packages/dashboard": "10.8.0", + "packages/doc-site": "10.8.0", + "packages/core-util": "10.8.0", + "packages/react-components": "10.8.0", + "packages/related-table": "10.8.0", + "packages/scene-composer": "10.8.0", + "packages/source-iotsitewise": "10.8.0", + "packages/source-iottwinmaker": "10.8.0", + ".": "10.8.0", + "configuration/jest-config": "10.8.0", + "packages/testing-util": "10.8.0", + "configuration/ts-config": "10.8.0", + "configuration/eslint-config": "10.8.0", + "packages/tools-iottwinmaker": "10.8.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1007d690e..3cc72d344 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.8.0](https://github.com/awslabs/iot-app-kit/compare/root-v10.7.0...root-v10.8.0) (2024-06-24) + + +### Features + +* **anomaly-chart:** added `gestures` enablement option ([4c2402c](https://github.com/awslabs/iot-app-kit/commit/4c2402c44a5c3538fdc60fe8210b626670073479)) +* **react-components:** add arrow datasource ([efb0d6d](https://github.com/awslabs/iot-app-kit/commit/efb0d6d01549011e57400c6b48033264a7e122c9)) + + +### Bug Fixes + +* **dashboard:** add apply and cancel buttons to settings modal ([81336cf](https://github.com/awslabs/iot-app-kit/commit/81336cf77806292663cafb929d828e6a95e164af)) +* **dashboard:** bring dashboard view component up to date ([cf75507](https://github.com/awslabs/iot-app-kit/commit/cf75507b76130f708dba67a61dc14e6ba3dac7ff)) +* **react-components:** improve gauge thresholds ([09b352f](https://github.com/awslabs/iot-app-kit/commit/09b352f9a255cf3fb04f8c0382a8013db0f1ae35)) +* **react-components:** thresholds properly add and remove series ([bb8e451](https://github.com/awslabs/iot-app-kit/commit/bb8e451fbb4ed57a204b9936cf2e1c8853931c60)) + ## [10.7.0](https://github.com/awslabs/iot-app-kit/compare/root-v10.6.1...root-v10.7.0) (2024-06-18) diff --git a/configuration/eslint-config/CHANGELOG.md b/configuration/eslint-config/CHANGELOG.md index 989cea99a..a72b97e02 100644 --- a/configuration/eslint-config/CHANGELOG.md +++ b/configuration/eslint-config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.8.0](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v10.7.0...eslint-config-v10.8.0) (2024-06-24) + + +### Miscellaneous Chores + +* **eslint-config:** Synchronize iot-app-kit versions + ## [10.7.0](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v10.6.1...eslint-config-v10.7.0) (2024-06-18) diff --git a/configuration/eslint-config/package.json b/configuration/eslint-config/package.json index 50a6aed91..cb8ac513b 100644 --- a/configuration/eslint-config/package.json +++ b/configuration/eslint-config/package.json @@ -2,7 +2,7 @@ "name": "eslint-config-iot-app-kit", "main": "index.js", "private": true, - "version": "10.7.0", + "version": "10.8.0", "dependencies": { "@typescript-eslint/eslint-plugin": "^5.60.0", "@typescript-eslint/parser": "^5.62.0", diff --git a/configuration/jest-config/CHANGELOG.md b/configuration/jest-config/CHANGELOG.md index 7633ddbe9..87f214f20 100644 --- a/configuration/jest-config/CHANGELOG.md +++ b/configuration/jest-config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.8.0](https://github.com/awslabs/iot-app-kit/compare/jest-config-v10.7.0...jest-config-v10.8.0) (2024-06-24) + + +### Miscellaneous Chores + +* **jest-config:** Synchronize iot-app-kit versions + ## [10.7.0](https://github.com/awslabs/iot-app-kit/compare/jest-config-v10.6.1...jest-config-v10.7.0) (2024-06-18) diff --git a/configuration/jest-config/package.json b/configuration/jest-config/package.json index 57ef7a187..a56a60689 100644 --- a/configuration/jest-config/package.json +++ b/configuration/jest-config/package.json @@ -1,6 +1,6 @@ { "name": "@iot-app-kit/jest-config", - "version": "10.7.0", + "version": "10.8.0", "main": "index.ts", "private": true, "publishConfig": { diff --git a/configuration/ts-config/CHANGELOG.md b/configuration/ts-config/CHANGELOG.md index b7c2bcd5e..5e5eb7422 100644 --- a/configuration/ts-config/CHANGELOG.md +++ b/configuration/ts-config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.8.0](https://github.com/awslabs/iot-app-kit/compare/ts-config-v10.7.0...ts-config-v10.8.0) (2024-06-24) + + +### Miscellaneous Chores + +* **ts-config:** Synchronize iot-app-kit versions + ## [10.7.0](https://github.com/awslabs/iot-app-kit/compare/ts-config-v10.6.1...ts-config-v10.7.0) (2024-06-18) diff --git a/configuration/ts-config/package.json b/configuration/ts-config/package.json index dd8f7da62..64e29226f 100644 --- a/configuration/ts-config/package.json +++ b/configuration/ts-config/package.json @@ -1,6 +1,6 @@ { "name": "@iot-app-kit/ts-config", - "version": "10.7.0", + "version": "10.8.0", "type": "module", "private": true, "files": [ diff --git a/package-lock.json b/package-lock.json index 8f7567263..9df548486 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iot-app-kit", - "version": "10.7.0", + "version": "10.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iot-app-kit", - "version": "10.7.0", + "version": "10.8.0", "license": "Apache-2.0", "workspaces": [ "examples/*", @@ -45,7 +45,7 @@ }, "configuration/eslint-config": { "name": "eslint-config-iot-app-kit", - "version": "10.7.0", + "version": "10.8.0", "dependencies": { "@typescript-eslint/eslint-plugin": "^5.60.0", "@typescript-eslint/parser": "^5.62.0", @@ -54,7 +54,7 @@ "eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-prettier": "8.8.0", - "eslint-config-turbo": "*", + "eslint-config-turbo": "latest", "eslint-plugin-formatjs": "4.10.3", "eslint-plugin-import": "2.28.1", "eslint-plugin-jest": "^27.2.3", @@ -83,11 +83,11 @@ }, "configuration/jest-config": { "name": "@iot-app-kit/jest-config", - "version": "10.7.0" + "version": "10.8.0" }, "configuration/ts-config": { "name": "@iot-app-kit/ts-config", - "version": "10.7.0" + "version": "10.8.0" }, "examples/react-app": { "version": "0.1.0", @@ -71183,28 +71183,28 @@ }, "packages/components": { "name": "@iot-app-kit/components", - "version": "10.7.0", + "version": "10.8.0", "license": "Apache-2.0", "dependencies": { "@awsui/collection-hooks": "^1.0.51", "@awsui/components-react": "^3.0.0", "@awsui/design-tokens": "^3.0.41", - "@iot-app-kit/core": "10.7.0", - "@iot-app-kit/related-table": "10.7.0", + "@iot-app-kit/core": "10.8.0", + "@iot-app-kit/related-table": "10.8.0", "@stencil/core": "^2.7.0", "@synchro-charts/core": "7.2.0", "styled-components": "^5.3.11" }, "devDependencies": { - "@iot-app-kit/source-iotsitewise": "10.7.0", - "@iot-app-kit/testing-util": "10.7.0", + "@iot-app-kit/source-iotsitewise": "10.8.0", + "@iot-app-kit/testing-util": "10.8.0", "@rollup/plugin-replace": "^5.0.2", "@stencil/router": "^1.0.1", "@types/jest": "^27.0.3", "@types/react": "^18.2.12", "@types/react-dom": "^18.2.5", "@types/uuid": "^9.0.2", - "eslint-config-iot-app-kit": "10.7.0", + "eslint-config-iot-app-kit": "10.8.0", "flush-promises": "^1.0.2", "jest": "^27.0.3", "jest-cli": "^27.4.5", @@ -71384,7 +71384,7 @@ }, "packages/core": { "name": "@iot-app-kit/core", - "version": "10.7.0", + "version": "10.8.0", "license": "Apache-2.0", "dependencies": { "d3-array": "^3.2.4", @@ -71395,12 +71395,12 @@ "uuid": "^9.0.0" }, "devDependencies": { - "@iot-app-kit/jest-config": "10.7.0", - "@iot-app-kit/ts-config": "10.7.0", + "@iot-app-kit/jest-config": "10.8.0", + "@iot-app-kit/ts-config": "10.8.0", "@types/d3-array": "^3.0.5", "@types/jest": "^29.4.0", "@types/uuid": "^9.0.2", - "eslint-config-iot-app-kit": "10.7.0", + "eslint-config-iot-app-kit": "10.8.0", "flush-promises": "^1.0.2", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", @@ -71414,16 +71414,16 @@ }, "packages/core-util": { "name": "@iot-app-kit/core-util", - "version": "10.7.0", + "version": "10.8.0", "license": "Apache-2.0", "dependencies": { - "@iot-app-kit/core": "10.7.0", + "@iot-app-kit/core": "10.8.0", "lodash.difference": "4.5.0" }, "devDependencies": { "@aws-sdk/types": "^3.310.0", - "@iot-app-kit/jest-config": "10.7.0", - "@iot-app-kit/ts-config": "10.7.0", + "@iot-app-kit/jest-config": "10.8.0", + "@iot-app-kit/ts-config": "10.8.0", "@types/jest": "^29.4.0", "@types/lodash.difference": "4.5.9", "jest": "^29.5.0", @@ -72345,15 +72345,15 @@ }, "packages/dashboard": { "name": "@iot-app-kit/dashboard", - "version": "10.7.0", + "version": "10.8.0", "license": "Apache-2.0", "dependencies": { "@iot-app-kit/charts-core": "2.1.2", - "@iot-app-kit/components": "10.7.0", - "@iot-app-kit/core": "10.7.0", - "@iot-app-kit/core-util": "10.7.0", - "@iot-app-kit/react-components": "10.7.0", - "@iot-app-kit/source-iotsitewise": "10.7.0", + "@iot-app-kit/components": "10.8.0", + "@iot-app-kit/core": "10.8.0", + "@iot-app-kit/core-util": "10.8.0", + "@iot-app-kit/react-components": "10.8.0", + "@iot-app-kit/source-iotsitewise": "10.8.0", "@popperjs/core": "^2.11.8", "@tanstack/react-query": "^4.29.15", "aws-sdk-client-mock": "^3.0.0", @@ -72376,9 +72376,9 @@ }, "devDependencies": { "@faker-js/faker": "^8.2.0", - "@iot-app-kit/jest-config": "10.7.0", - "@iot-app-kit/testing-util": "10.7.0", - "@iot-app-kit/ts-config": "10.7.0", + "@iot-app-kit/jest-config": "10.8.0", + "@iot-app-kit/testing-util": "10.8.0", + "@iot-app-kit/ts-config": "10.8.0", "@reduxjs/toolkit": "^1.9.5", "@rollup/plugin-commonjs": "^24.1.0", "@rollup/plugin-image": "^3.0.2", @@ -72406,7 +72406,7 @@ "@types/react-dom": "^18.2.5", "css-loader": "6.8.1", "dotenv": "^16.3.1", - "eslint-config-iot-app-kit": "10.7.0", + "eslint-config-iot-app-kit": "10.8.0", "eslint-plugin-jsx-a11y": "^6.8.0", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", @@ -73218,13 +73218,13 @@ }, "packages/doc-site": { "name": "@iot-app-kit/doc-site", - "version": "10.7.0", + "version": "10.8.0", "dependencies": { - "@iot-app-kit/core": "^10.7.0", - "@iot-app-kit/react-components": "^10.7.0" + "@iot-app-kit/core": "^10.8.0", + "@iot-app-kit/react-components": "^10.8.0" }, "devDependencies": { - "@iot-app-kit/testing-util": "^10.7.0", + "@iot-app-kit/testing-util": "^10.8.0", "@storybook/addon-essentials": "^7.6.6", "@storybook/addon-interactions": "^7.6.6", "@storybook/addon-links": "^7.6.6", @@ -73236,7 +73236,7 @@ "@storybook/react-webpack5": "^7.6.6", "@storybook/test": "^7.6.6", "@storybook/theming": "^7.6.6", - "eslint-config-iot-app-kit": "^10.7.0", + "eslint-config-iot-app-kit": "^10.8.0", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -74551,7 +74551,7 @@ }, "packages/eslint-config": { "name": "eslint-config-iot-app-kit", - "version": "10.7.0", + "version": "10.8.0", "extraneous": true, "dependencies": { "@typescript-eslint/eslint-plugin": "^5.30.6", @@ -75157,7 +75157,7 @@ }, "packages/react-components": { "name": "@iot-app-kit/react-components", - "version": "10.7.0", + "version": "10.8.0", "license": "Apache-2.0", "dependencies": { "@cloudscape-design/collection-hooks": "1.0.36", @@ -75165,10 +75165,10 @@ "@cloudscape-design/design-tokens": "3.0.34", "@iot-app-kit/charts": "2.1.2", "@iot-app-kit/charts-core": "2.1.2", - "@iot-app-kit/components": "10.7.0", - "@iot-app-kit/core": "10.7.0", - "@iot-app-kit/core-util": "10.7.0", - "@iot-app-kit/source-iottwinmaker": "10.7.0", + "@iot-app-kit/components": "10.8.0", + "@iot-app-kit/core": "10.8.0", + "@iot-app-kit/core-util": "10.8.0", + "@iot-app-kit/source-iottwinmaker": "10.8.0", "@tanstack/react-query": "^5.32.1", "color": "^4.2.3", "copy-to-clipboard": "^3.3.3", @@ -75203,11 +75203,11 @@ "zustand": "^4.3.9" }, "devDependencies": { - "@iot-app-kit/core": "10.7.0", - "@iot-app-kit/jest-config": "10.7.0", - "@iot-app-kit/source-iotsitewise": "10.7.0", - "@iot-app-kit/testing-util": "10.7.0", - "@iot-app-kit/ts-config": "10.7.0", + "@iot-app-kit/core": "10.8.0", + "@iot-app-kit/jest-config": "10.8.0", + "@iot-app-kit/source-iotsitewise": "10.8.0", + "@iot-app-kit/testing-util": "10.8.0", + "@iot-app-kit/ts-config": "10.8.0", "@jest/globals": "^29.5.0", "@storybook/addon-essentials": "^6.5.16", "@storybook/addon-links": "^6.5.16", @@ -75244,7 +75244,7 @@ "babel-plugin-formatjs": "10.5.3", "copyfiles": "^2.4.1", "cytoscape": "^3.25.0", - "eslint-config-iot-app-kit": "10.7.0", + "eslint-config-iot-app-kit": "10.8.0", "eslint-plugin-jsx-a11y": "^6.8.0", "flush-promises": "^1.0.2", "jest": "^29.5.0", @@ -76213,7 +76213,7 @@ }, "packages/related-table": { "name": "@iot-app-kit/related-table", - "version": "10.7.0", + "version": "10.8.0", "license": "Apache-2.0", "dependencies": { "uuid": "^9.0.0" @@ -76222,8 +76222,8 @@ "@awsui/collection-hooks": "^1.0.51", "@awsui/components-react": "^3.0.0", "@awsui/design-tokens": "^3.0.41", - "@iot-app-kit/jest-config": "10.7.0", - "@iot-app-kit/ts-config": "10.7.0", + "@iot-app-kit/jest-config": "10.8.0", + "@iot-app-kit/ts-config": "10.8.0", "@storybook/addon-essentials": "^6.5.16", "@storybook/addon-links": "^6.5.16", "@storybook/addons": "^6.5.16", @@ -76234,7 +76234,7 @@ "@types/react-dom": "^18.2.5", "@types/styled-components": "^5.1.26", "@types/uuid": "^9.0.2", - "eslint-config-iot-app-kit": "10.7.0", + "eslint-config-iot-app-kit": "10.8.0", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "jest-extended": "^3.2.4", @@ -76709,7 +76709,7 @@ }, "packages/scene-composer": { "name": "@iot-app-kit/scene-composer", - "version": "10.7.0", + "version": "10.8.0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-iottwinmaker": "3.589.0", @@ -76717,10 +76717,10 @@ "@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": "10.7.0", - "@iot-app-kit/react-components": "10.7.0", - "@iot-app-kit/related-table": "10.7.0", - "@iot-app-kit/source-iottwinmaker": "10.7.0", + "@iot-app-kit/core": "10.8.0", + "@iot-app-kit/react-components": "10.8.0", + "@iot-app-kit/related-table": "10.8.0", + "@iot-app-kit/source-iottwinmaker": "10.8.0", "@matterport/r3f": "0.2.7", "@matterport/webcomponent": "0.1.35", "@react-three/drei": "9.56.27", @@ -76794,7 +76794,7 @@ "babel-jest": "^29.6.4", "babel-plugin-formatjs": "10.5.3", "copyfiles": "^2.4.1", - "eslint-config-iot-app-kit": "10.7.0", + "eslint-config-iot-app-kit": "10.8.0", "husky": "8.0.3", "jest": "^29.7.0", "jest-coverage-ratchet": "^0.2.3", @@ -78797,11 +78797,11 @@ }, "packages/source-iotsitewise": { "name": "@iot-app-kit/source-iotsitewise", - "version": "10.7.0", + "version": "10.8.0", "license": "Apache-2.0", "dependencies": { - "@iot-app-kit/core": "10.7.0", - "@iot-app-kit/core-util": "10.7.0", + "@iot-app-kit/core": "10.8.0", + "@iot-app-kit/core-util": "10.8.0", "@synchro-charts/core": "7.2.0", "dataloader": "^2.2.2", "lodash.isequal": "^4.5.0", @@ -78811,14 +78811,14 @@ }, "devDependencies": { "@aws-sdk/types": "^3.310.0", - "@iot-app-kit/jest-config": "10.7.0", - "@iot-app-kit/testing-util": "10.7.0", - "@iot-app-kit/ts-config": "10.7.0", + "@iot-app-kit/jest-config": "10.8.0", + "@iot-app-kit/testing-util": "10.8.0", + "@iot-app-kit/ts-config": "10.8.0", "@types/jest": "^29.4.0", "@types/lodash.isequal": "^4.5.6", "@types/lodash.merge": "^4.6.7", "@types/lodash.uniqwith": "^4.5.7", - "eslint-config-iot-app-kit": "10.7.0", + "eslint-config-iot-app-kit": "10.8.0", "flush-promises": "^1.0.2", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", @@ -79279,7 +79279,7 @@ }, "packages/source-iottwinmaker": { "name": "@iot-app-kit/source-iottwinmaker", - "version": "10.7.0", + "version": "10.8.0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-iotsitewise": "3.456.0", @@ -79289,19 +79289,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": "10.7.0", + "@iot-app-kit/core": "10.8.0", "@tanstack/query-core": "^4.29.15", "lodash": "^4.17.21", "rxjs": "^7.8.1" }, "devDependencies": { "@aws-sdk/types": "^3.310.0", - "@iot-app-kit/jest-config": "10.7.0", - "@iot-app-kit/ts-config": "10.7.0", + "@iot-app-kit/jest-config": "10.8.0", + "@iot-app-kit/ts-config": "10.8.0", "@types/jest": "^29.4.0", "@types/lodash": "^4.14.195", "aws-sdk-client-mock": "^1.0.0", - "eslint-config-iot-app-kit": "10.7.0", + "eslint-config-iot-app-kit": "10.8.0", "flush-promises": "^1.0.2", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", @@ -79791,22 +79791,22 @@ }, "packages/testing-util": { "name": "@iot-app-kit/testing-util", - "version": "10.7.0", + "version": "10.8.0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-iot-events": "3.354.0", "@aws-sdk/client-iotsitewise": "3.456.0", - "@iot-app-kit/core": "10.7.0", + "@iot-app-kit/core": "10.8.0", "parse-duration": "^1.1.0" }, "devDependencies": { - "@iot-app-kit/ts-config": "^10.7.0", - "eslint-config-iot-app-kit": "^10.7.0" + "@iot-app-kit/ts-config": "^10.8.0", + "eslint-config-iot-app-kit": "^10.8.0" } }, "packages/tools-iottwinmaker": { "name": "@iot-app-kit/tools-iottwinmaker", - "version": "10.7.0", + "version": "10.8.0", "dependencies": { "@aws-sdk/client-cloudformation": "^3.376.0", "@aws-sdk/client-iam": "^3.363.0", @@ -91626,10 +91626,10 @@ "@awsui/collection-hooks": "^1.0.51", "@awsui/components-react": "^3.0.0", "@awsui/design-tokens": "^3.0.41", - "@iot-app-kit/core": "10.7.0", - "@iot-app-kit/related-table": "10.7.0", - "@iot-app-kit/source-iotsitewise": "10.7.0", - "@iot-app-kit/testing-util": "10.7.0", + "@iot-app-kit/core": "10.8.0", + "@iot-app-kit/related-table": "10.8.0", + "@iot-app-kit/source-iotsitewise": "10.8.0", + "@iot-app-kit/testing-util": "10.8.0", "@rollup/plugin-replace": "^5.0.2", "@stencil/core": "^2.7.0", "@stencil/router": "^1.0.1", @@ -91638,7 +91638,7 @@ "@types/react": "^18.2.12", "@types/react-dom": "^18.2.5", "@types/uuid": "^9.0.2", - "eslint-config-iot-app-kit": "10.7.0", + "eslint-config-iot-app-kit": "10.8.0", "flush-promises": "^1.0.2", "jest": "^27.0.3", "jest-cli": "^27.4.5", @@ -91764,13 +91764,13 @@ "@iot-app-kit/core": { "version": "file:packages/core", "requires": { - "@iot-app-kit/jest-config": "10.7.0", - "@iot-app-kit/ts-config": "10.7.0", + "@iot-app-kit/jest-config": "10.8.0", + "@iot-app-kit/ts-config": "10.8.0", "@types/d3-array": "^3.0.5", "@types/jest": "^29.4.0", "@types/uuid": "^9.0.2", "d3-array": "^3.2.4", - "eslint-config-iot-app-kit": "10.7.0", + "eslint-config-iot-app-kit": "10.8.0", "flush-promises": "^1.0.2", "intervals-fn": "^3.0.3", "jest": "^29.5.0", @@ -92103,9 +92103,9 @@ "version": "file:packages/core-util", "requires": { "@aws-sdk/types": "^3.310.0", - "@iot-app-kit/core": "10.7.0", - "@iot-app-kit/jest-config": "10.7.0", - "@iot-app-kit/ts-config": "10.7.0", + "@iot-app-kit/core": "10.8.0", + "@iot-app-kit/jest-config": "10.8.0", + "@iot-app-kit/ts-config": "10.8.0", "@types/jest": "^29.4.0", "@types/lodash.difference": "4.5.9", "jest": "^29.5.0", @@ -92483,14 +92483,14 @@ "requires": { "@faker-js/faker": "^8.2.0", "@iot-app-kit/charts-core": "2.1.2", - "@iot-app-kit/components": "10.7.0", - "@iot-app-kit/core": "10.7.0", - "@iot-app-kit/core-util": "10.7.0", - "@iot-app-kit/jest-config": "10.7.0", - "@iot-app-kit/react-components": "10.7.0", - "@iot-app-kit/source-iotsitewise": "10.7.0", - "@iot-app-kit/testing-util": "10.7.0", - "@iot-app-kit/ts-config": "10.7.0", + "@iot-app-kit/components": "10.8.0", + "@iot-app-kit/core": "10.8.0", + "@iot-app-kit/core-util": "10.8.0", + "@iot-app-kit/jest-config": "10.8.0", + "@iot-app-kit/react-components": "10.8.0", + "@iot-app-kit/source-iotsitewise": "10.8.0", + "@iot-app-kit/testing-util": "10.8.0", + "@iot-app-kit/ts-config": "10.8.0", "@popperjs/core": "^2.11.8", "@reduxjs/toolkit": "^1.9.5", "@rollup/plugin-commonjs": "^24.1.0", @@ -92522,7 +92522,7 @@ "buffer": "^6.0.3", "css-loader": "6.8.1", "dotenv": "^16.3.1", - "eslint-config-iot-app-kit": "10.7.0", + "eslint-config-iot-app-kit": "10.8.0", "eslint-plugin-jsx-a11y": "^6.8.0", "is-hotkey": "^0.2.0", "jest": "^29.5.0", @@ -93137,9 +93137,9 @@ "@iot-app-kit/doc-site": { "version": "file:packages/doc-site", "requires": { - "@iot-app-kit/core": "^10.7.0", - "@iot-app-kit/react-components": "^10.7.0", - "@iot-app-kit/testing-util": "^10.7.0", + "@iot-app-kit/core": "^10.8.0", + "@iot-app-kit/react-components": "^10.8.0", + "@iot-app-kit/testing-util": "^10.8.0", "@storybook/addon-essentials": "^7.6.6", "@storybook/addon-interactions": "^7.6.6", "@storybook/addon-links": "^7.6.6", @@ -93151,7 +93151,7 @@ "@storybook/react-webpack5": "^7.6.6", "@storybook/test": "^7.6.6", "@storybook/theming": "^7.6.6", - "eslint-config-iot-app-kit": "^10.7.0", + "eslint-config-iot-app-kit": "^10.8.0", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -94440,14 +94440,14 @@ "@cloudscape-design/design-tokens": "3.0.34", "@iot-app-kit/charts": "2.1.2", "@iot-app-kit/charts-core": "2.1.2", - "@iot-app-kit/components": "10.7.0", - "@iot-app-kit/core": "10.7.0", - "@iot-app-kit/core-util": "10.7.0", - "@iot-app-kit/jest-config": "10.7.0", - "@iot-app-kit/source-iotsitewise": "10.7.0", - "@iot-app-kit/source-iottwinmaker": "10.7.0", - "@iot-app-kit/testing-util": "10.7.0", - "@iot-app-kit/ts-config": "10.7.0", + "@iot-app-kit/components": "10.8.0", + "@iot-app-kit/core": "10.8.0", + "@iot-app-kit/core-util": "10.8.0", + "@iot-app-kit/jest-config": "10.8.0", + "@iot-app-kit/source-iotsitewise": "10.8.0", + "@iot-app-kit/source-iottwinmaker": "10.8.0", + "@iot-app-kit/testing-util": "10.8.0", + "@iot-app-kit/ts-config": "10.8.0", "@jest/globals": "^29.5.0", "@storybook/addon-essentials": "^6.5.16", "@storybook/addon-links": "^6.5.16", @@ -94493,7 +94493,7 @@ "date-fns": "^3.4.0", "dompurify": "3.0.5", "echarts": "^5.4.3", - "eslint-config-iot-app-kit": "10.7.0", + "eslint-config-iot-app-kit": "10.8.0", "eslint-plugin-jsx-a11y": "^6.8.0", "flush-promises": "^1.0.2", "is-hotkey": "^0.2.0", @@ -95214,8 +95214,8 @@ "@awsui/collection-hooks": "^1.0.51", "@awsui/components-react": "^3.0.0", "@awsui/design-tokens": "^3.0.41", - "@iot-app-kit/jest-config": "10.7.0", - "@iot-app-kit/ts-config": "10.7.0", + "@iot-app-kit/jest-config": "10.8.0", + "@iot-app-kit/ts-config": "10.8.0", "@storybook/addon-essentials": "^6.5.16", "@storybook/addon-links": "^6.5.16", "@storybook/addons": "^6.5.16", @@ -95226,7 +95226,7 @@ "@types/react-dom": "^18.2.5", "@types/styled-components": "^5.1.26", "@types/uuid": "^9.0.2", - "eslint-config-iot-app-kit": "10.7.0", + "eslint-config-iot-app-kit": "10.8.0", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "jest-extended": "^3.2.4", @@ -95589,10 +95589,10 @@ "@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": "10.7.0", - "@iot-app-kit/react-components": "10.7.0", - "@iot-app-kit/related-table": "10.7.0", - "@iot-app-kit/source-iottwinmaker": "10.7.0", + "@iot-app-kit/core": "10.8.0", + "@iot-app-kit/react-components": "10.8.0", + "@iot-app-kit/related-table": "10.8.0", + "@iot-app-kit/source-iottwinmaker": "10.8.0", "@matterport/r3f": "0.2.7", "@matterport/webcomponent": "0.1.35", "@react-spring/three": "^9.7.2", @@ -95630,7 +95630,7 @@ "babel-plugin-formatjs": "10.5.3", "copyfiles": "^2.4.1", "debug": "^4.3.4", - "eslint-config-iot-app-kit": "10.7.0", + "eslint-config-iot-app-kit": "10.8.0", "husky": "8.0.3", "immer": "^9.0.21", "is-absolute-url": "^4.0.1", @@ -97166,18 +97166,18 @@ "version": "file:packages/source-iotsitewise", "requires": { "@aws-sdk/types": "^3.310.0", - "@iot-app-kit/core": "10.7.0", - "@iot-app-kit/core-util": "10.7.0", - "@iot-app-kit/jest-config": "10.7.0", - "@iot-app-kit/testing-util": "10.7.0", - "@iot-app-kit/ts-config": "10.7.0", + "@iot-app-kit/core": "10.8.0", + "@iot-app-kit/core-util": "10.8.0", + "@iot-app-kit/jest-config": "10.8.0", + "@iot-app-kit/testing-util": "10.8.0", + "@iot-app-kit/ts-config": "10.8.0", "@synchro-charts/core": "7.2.0", "@types/jest": "^29.4.0", "@types/lodash.isequal": "^4.5.6", "@types/lodash.merge": "^4.6.7", "@types/lodash.uniqwith": "^4.5.7", "dataloader": "^2.2.2", - "eslint-config-iot-app-kit": "10.7.0", + "eslint-config-iot-app-kit": "10.8.0", "flush-promises": "^1.0.2", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", @@ -97531,14 +97531,14 @@ "@aws-sdk/client-secrets-manager": "3.353.0", "@aws-sdk/types": "^3.310.0", "@aws-sdk/url-parser": "3.374.0", - "@iot-app-kit/core": "10.7.0", - "@iot-app-kit/jest-config": "10.7.0", - "@iot-app-kit/ts-config": "10.7.0", + "@iot-app-kit/core": "10.8.0", + "@iot-app-kit/jest-config": "10.8.0", + "@iot-app-kit/ts-config": "10.8.0", "@tanstack/query-core": "^4.29.15", "@types/jest": "^29.4.0", "@types/lodash": "^4.14.195", "aws-sdk-client-mock": "^1.0.0", - "eslint-config-iot-app-kit": "10.7.0", + "eslint-config-iot-app-kit": "10.8.0", "flush-promises": "^1.0.2", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", @@ -97964,9 +97964,9 @@ "requires": { "@aws-sdk/client-iot-events": "3.354.0", "@aws-sdk/client-iotsitewise": "3.456.0", - "@iot-app-kit/core": "10.7.0", - "@iot-app-kit/ts-config": "^10.7.0", - "eslint-config-iot-app-kit": "^10.7.0", + "@iot-app-kit/core": "10.8.0", + "@iot-app-kit/ts-config": "^10.8.0", + "eslint-config-iot-app-kit": "^10.8.0", "parse-duration": "^1.1.0" } }, @@ -120572,7 +120572,7 @@ "eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-prettier": "8.8.0", - "eslint-config-turbo": "*", + "eslint-config-turbo": "latest", "eslint-import-resolver-typescript": "^3.6.0", "eslint-plugin-formatjs": "4.10.3", "eslint-plugin-import": "2.28.1", diff --git a/package.json b/package.json index 6a1f13eaa..dd6b25989 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "iot-app-kit", "private": true, "description": "IoT Application Kit", - "version": "10.7.0", + "version": "10.8.0", "main": "index.js", "license": "Apache-2.0", "repository": "git@github.com:awslabs/iot-app-kit.git", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 72bb247fc..142158188 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/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. +## [10.8.0](https://github.com/awslabs/iot-app-kit/compare/components-v10.7.0...components-v10.8.0) (2024-06-24) + + +### Miscellaneous Chores + +* **components:** Synchronize iot-app-kit versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 10.7.0 to 10.8.0 + * @iot-app-kit/related-table bumped from 10.7.0 to 10.8.0 + * devDependencies + * @iot-app-kit/source-iotsitewise bumped from 10.7.0 to 10.8.0 + * @iot-app-kit/testing-util bumped from 10.7.0 to 10.8.0 + * eslint-config-iot-app-kit bumped from 10.7.0 to 10.8.0 + ## [10.7.0](https://github.com/awslabs/iot-app-kit/compare/components-v10.6.1...components-v10.7.0) (2024-06-18) diff --git a/packages/components/package.json b/packages/components/package.json index 7f13ae6de..812c06a05 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "10.7.0", + "version": "10.8.0", "description": "IoT App Kit Components", "main": "dist/index.cjs.js", "module": "dist/custom-elements/index.js", @@ -57,22 +57,22 @@ "@awsui/collection-hooks": "^1.0.51", "@awsui/components-react": "^3.0.0", "@awsui/design-tokens": "^3.0.41", - "@iot-app-kit/core": "10.7.0", - "@iot-app-kit/related-table": "10.7.0", + "@iot-app-kit/core": "10.8.0", + "@iot-app-kit/related-table": "10.8.0", "@stencil/core": "^2.7.0", "@synchro-charts/core": "7.2.0", "styled-components": "^5.3.11" }, "devDependencies": { - "@iot-app-kit/source-iotsitewise": "10.7.0", - "@iot-app-kit/testing-util": "10.7.0", + "@iot-app-kit/source-iotsitewise": "10.8.0", + "@iot-app-kit/testing-util": "10.8.0", "@rollup/plugin-replace": "^5.0.2", "@stencil/router": "^1.0.1", "@types/jest": "^27.0.3", "@types/react": "^18.2.12", "@types/react-dom": "^18.2.5", "@types/uuid": "^9.0.2", - "eslint-config-iot-app-kit": "10.7.0", + "eslint-config-iot-app-kit": "10.8.0", "flush-promises": "^1.0.2", "jest": "^27.0.3", "jest-cli": "^27.4.5", diff --git a/packages/core-util/CHANGELOG.md b/packages/core-util/CHANGELOG.md index 6ad8aed9c..13fd0db0d 100644 --- a/packages/core-util/CHANGELOG.md +++ b/packages/core-util/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [10.8.0](https://github.com/awslabs/iot-app-kit/compare/core-util-v10.7.0...core-util-v10.8.0) (2024-06-24) + + +### Miscellaneous Chores + +* **core-util:** Synchronize iot-app-kit versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 10.7.0 to 10.8.0 + * devDependencies + * @iot-app-kit/jest-config bumped from 10.7.0 to 10.8.0 + * @iot-app-kit/ts-config bumped from 10.7.0 to 10.8.0 + ## [10.7.0](https://github.com/awslabs/iot-app-kit/compare/core-util-v10.6.1...core-util-v10.7.0) (2024-06-18) diff --git a/packages/core-util/package.json b/packages/core-util/package.json index 911c218f9..4f52b9f57 100644 --- a/packages/core-util/package.json +++ b/packages/core-util/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "10.7.0", + "version": "10.8.0", "main": "./dist/cjs/index.js", "module": "./dist/es/index.js", "types": "./dist/es/index.d.ts", @@ -26,12 +26,12 @@ "test:typescript": "tsc --noEmit" }, "dependencies": { - "@iot-app-kit/core": "10.7.0", + "@iot-app-kit/core": "10.8.0", "lodash.difference": "4.5.0" }, "devDependencies": { - "@iot-app-kit/jest-config": "10.7.0", - "@iot-app-kit/ts-config": "10.7.0", + "@iot-app-kit/jest-config": "10.8.0", + "@iot-app-kit/ts-config": "10.8.0", "@aws-sdk/types": "^3.310.0", "@types/lodash.difference": "4.5.9", "@types/jest": "^29.4.0", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3c92e6bdf..638d240ad 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.8.0](https://github.com/awslabs/iot-app-kit/compare/core-v10.7.0...core-v10.8.0) (2024-06-24) + + +### Miscellaneous Chores + +* **core:** Synchronize iot-app-kit versions + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @iot-app-kit/jest-config bumped from 10.7.0 to 10.8.0 + * @iot-app-kit/ts-config bumped from 10.7.0 to 10.8.0 + * eslint-config-iot-app-kit bumped from 10.7.0 to 10.8.0 + ## [10.7.0](https://github.com/awslabs/iot-app-kit/compare/core-v10.6.1...core-v10.7.0) (2024-06-18) diff --git a/packages/core/package.json b/packages/core/package.json index ae974ae44..3513be1e1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "10.7.0", + "version": "10.8.0", "description": "IoT Application Kit core", "main": "./dist/cjs/index.js", "module": "./dist/es/index.js", @@ -58,12 +58,12 @@ "uuid": "^9.0.0" }, "devDependencies": { - "@iot-app-kit/jest-config": "10.7.0", - "@iot-app-kit/ts-config": "10.7.0", + "@iot-app-kit/jest-config": "10.8.0", + "@iot-app-kit/ts-config": "10.8.0", "@types/d3-array": "^3.0.5", "@types/jest": "^29.4.0", "@types/uuid": "^9.0.2", - "eslint-config-iot-app-kit": "10.7.0", + "eslint-config-iot-app-kit": "10.8.0", "flush-promises": "^1.0.2", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", diff --git a/packages/dashboard/CHANGELOG.md b/packages/dashboard/CHANGELOG.md index ebabd8a4a..f0c882ffa 100644 --- a/packages/dashboard/CHANGELOG.md +++ b/packages/dashboard/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [10.8.0](https://github.com/awslabs/iot-app-kit/compare/dashboard-v10.7.0...dashboard-v10.8.0) (2024-06-24) + + +### Bug Fixes + +* **dashboard:** add apply and cancel buttons to settings modal ([81336cf](https://github.com/awslabs/iot-app-kit/commit/81336cf77806292663cafb929d828e6a95e164af)) +* **dashboard:** bring dashboard view component up to date ([cf75507](https://github.com/awslabs/iot-app-kit/commit/cf75507b76130f708dba67a61dc14e6ba3dac7ff)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/components bumped from 10.7.0 to 10.8.0 + * @iot-app-kit/core bumped from 10.7.0 to 10.8.0 + * @iot-app-kit/core-util bumped from 10.7.0 to 10.8.0 + * @iot-app-kit/react-components bumped from 10.7.0 to 10.8.0 + * @iot-app-kit/source-iotsitewise bumped from 10.7.0 to 10.8.0 + * devDependencies + * @iot-app-kit/jest-config bumped from 10.7.0 to 10.8.0 + * @iot-app-kit/testing-util bumped from 10.7.0 to 10.8.0 + * @iot-app-kit/ts-config bumped from 10.7.0 to 10.8.0 + * eslint-config-iot-app-kit bumped from 10.7.0 to 10.8.0 + ## [10.7.0](https://github.com/awslabs/iot-app-kit/compare/dashboard-v10.6.1...dashboard-v10.7.0) (2024-06-18) diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 1ece66eff..a6801871a 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "10.7.0", + "version": "10.8.0", "description": "A dashboard widget for IoT App Kit components", "homepage": "https://github.com/awslabs/iot-app-kit#readme", "license": "Apache-2.0", @@ -37,9 +37,9 @@ }, "devDependencies": { "@faker-js/faker": "^8.2.0", - "@iot-app-kit/jest-config": "10.7.0", - "@iot-app-kit/testing-util": "10.7.0", - "@iot-app-kit/ts-config": "10.7.0", + "@iot-app-kit/jest-config": "10.8.0", + "@iot-app-kit/testing-util": "10.8.0", + "@iot-app-kit/ts-config": "10.8.0", "@reduxjs/toolkit": "^1.9.5", "@rollup/plugin-commonjs": "^24.1.0", "@rollup/plugin-image": "^3.0.2", @@ -67,7 +67,7 @@ "@types/react-dom": "^18.2.5", "css-loader": "6.8.1", "dotenv": "^16.3.1", - "eslint-config-iot-app-kit": "10.7.0", + "eslint-config-iot-app-kit": "10.8.0", "eslint-plugin-jsx-a11y": "^6.8.0", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", @@ -100,11 +100,11 @@ }, "dependencies": { "@iot-app-kit/charts-core": "2.1.2", - "@iot-app-kit/components": "10.7.0", - "@iot-app-kit/core": "10.7.0", - "@iot-app-kit/core-util": "10.7.0", - "@iot-app-kit/react-components": "10.7.0", - "@iot-app-kit/source-iotsitewise": "10.7.0", + "@iot-app-kit/components": "10.8.0", + "@iot-app-kit/core": "10.8.0", + "@iot-app-kit/core-util": "10.8.0", + "@iot-app-kit/react-components": "10.8.0", + "@iot-app-kit/source-iotsitewise": "10.8.0", "@popperjs/core": "^2.11.8", "@tanstack/react-query": "^4.29.15", "aws-sdk-client-mock": "^3.0.0", diff --git a/packages/doc-site/CHANGELOG.md b/packages/doc-site/CHANGELOG.md index cda85649f..72941cdf9 100644 --- a/packages/doc-site/CHANGELOG.md +++ b/packages/doc-site/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [10.8.0](https://github.com/awslabs/iot-app-kit/compare/doc-site-v10.7.0...doc-site-v10.8.0) (2024-06-24) + + +### Features + +* **anomaly-chart:** added `gestures` enablement option ([4c2402c](https://github.com/awslabs/iot-app-kit/commit/4c2402c44a5c3538fdc60fe8210b626670073479)) +* **react-components:** add arrow datasource ([efb0d6d](https://github.com/awslabs/iot-app-kit/commit/efb0d6d01549011e57400c6b48033264a7e122c9)) + + +### Bug Fixes + +* **dashboard:** bring dashboard view component up to date ([cf75507](https://github.com/awslabs/iot-app-kit/commit/cf75507b76130f708dba67a61dc14e6ba3dac7ff)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from ^10.7.0 to ^10.8.0 + * @iot-app-kit/react-components bumped from ^10.7.0 to ^10.8.0 + * devDependencies + * @iot-app-kit/testing-util bumped from ^10.7.0 to ^10.8.0 + * eslint-config-iot-app-kit bumped from ^10.7.0 to ^10.8.0 + ## [10.7.0](https://github.com/awslabs/iot-app-kit/compare/doc-site-v10.6.1...doc-site-v10.7.0) (2024-06-18) diff --git a/packages/doc-site/package.json b/packages/doc-site/package.json index a2574b02e..87c18e776 100644 --- a/packages/doc-site/package.json +++ b/packages/doc-site/package.json @@ -1,6 +1,6 @@ { "name": "@iot-app-kit/doc-site", - "version": "10.7.0", + "version": "10.8.0", "private": true, "scripts": { "storybook": "storybook dev -p 6006", @@ -11,7 +11,7 @@ "fix": "eslint --fix " }, "devDependencies": { - "@iot-app-kit/testing-util": "^10.7.0", + "@iot-app-kit/testing-util": "^10.8.0", "@storybook/addon-essentials": "^7.6.6", "@storybook/addon-interactions": "^7.6.6", "@storybook/addon-links": "^7.6.6", @@ -23,14 +23,14 @@ "@storybook/react-webpack5": "^7.6.6", "@storybook/test": "^7.6.6", "@storybook/theming": "^7.6.6", - "eslint-config-iot-app-kit": "^10.7.0", + "eslint-config-iot-app-kit": "^10.8.0", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", "storybook": "^7.6.6" }, "dependencies": { - "@iot-app-kit/core": "^10.7.0", - "@iot-app-kit/react-components": "^10.7.0" + "@iot-app-kit/core": "^10.8.0", + "@iot-app-kit/react-components": "^10.8.0" } } diff --git a/packages/react-components/CHANGELOG.md b/packages/react-components/CHANGELOG.md index f80a4670b..cc0d5ef81 100644 --- a/packages/react-components/CHANGELOG.md +++ b/packages/react-components/CHANGELOG.md @@ -2,6 +2,37 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.8.0](https://github.com/awslabs/iot-app-kit/compare/react-components-v10.7.0...react-components-v10.8.0) (2024-06-24) + + +### Features + +* **anomaly-chart:** added `gestures` enablement option ([4c2402c](https://github.com/awslabs/iot-app-kit/commit/4c2402c44a5c3538fdc60fe8210b626670073479)) +* **react-components:** add arrow datasource ([efb0d6d](https://github.com/awslabs/iot-app-kit/commit/efb0d6d01549011e57400c6b48033264a7e122c9)) + + +### Bug Fixes + +* **react-components:** improve gauge thresholds ([09b352f](https://github.com/awslabs/iot-app-kit/commit/09b352f9a255cf3fb04f8c0382a8013db0f1ae35)) +* **react-components:** thresholds properly add and remove series ([bb8e451](https://github.com/awslabs/iot-app-kit/commit/bb8e451fbb4ed57a204b9936cf2e1c8853931c60)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/components bumped from 10.7.0 to 10.8.0 + * @iot-app-kit/core bumped from 10.7.0 to 10.8.0 + * @iot-app-kit/core-util bumped from 10.7.0 to 10.8.0 + * @iot-app-kit/source-iottwinmaker bumped from 10.7.0 to 10.8.0 + * devDependencies + * @iot-app-kit/core bumped from 10.7.0 to 10.8.0 + * @iot-app-kit/jest-config bumped from 10.7.0 to 10.8.0 + * @iot-app-kit/source-iotsitewise bumped from 10.7.0 to 10.8.0 + * @iot-app-kit/testing-util bumped from 10.7.0 to 10.8.0 + * @iot-app-kit/ts-config bumped from 10.7.0 to 10.8.0 + * eslint-config-iot-app-kit bumped from 10.7.0 to 10.8.0 + ## [10.7.0](https://github.com/awslabs/iot-app-kit/compare/react-components-v10.6.1...react-components-v10.7.0) (2024-06-18) diff --git a/packages/react-components/package.json b/packages/react-components/package.json index 593d99225..68f8aa845 100644 --- a/packages/react-components/package.json +++ b/packages/react-components/package.json @@ -14,7 +14,7 @@ "publishConfig": { "access": "public" }, - "version": "10.7.0", + "version": "10.8.0", "scripts": { "start": "npm run build && npx start-storybook -p 6007", "dev": "npm-watch build", @@ -55,11 +55,11 @@ } }, "devDependencies": { - "@iot-app-kit/core": "10.7.0", - "@iot-app-kit/jest-config": "10.7.0", - "@iot-app-kit/source-iotsitewise": "10.7.0", - "@iot-app-kit/testing-util": "10.7.0", - "@iot-app-kit/ts-config": "10.7.0", + "@iot-app-kit/core": "10.8.0", + "@iot-app-kit/jest-config": "10.8.0", + "@iot-app-kit/source-iotsitewise": "10.8.0", + "@iot-app-kit/testing-util": "10.8.0", + "@iot-app-kit/ts-config": "10.8.0", "@jest/globals": "^29.5.0", "@storybook/addon-essentials": "^6.5.16", "@storybook/addon-links": "^6.5.16", @@ -96,7 +96,7 @@ "babel-plugin-formatjs": "10.5.3", "copyfiles": "^2.4.1", "cytoscape": "^3.25.0", - "eslint-config-iot-app-kit": "10.7.0", + "eslint-config-iot-app-kit": "10.8.0", "eslint-plugin-jsx-a11y": "^6.8.0", "flush-promises": "^1.0.2", "jest": "^29.5.0", @@ -114,10 +114,10 @@ "@cloudscape-design/design-tokens": "3.0.34", "@iot-app-kit/charts": "2.1.2", "@iot-app-kit/charts-core": "2.1.2", - "@iot-app-kit/components": "10.7.0", - "@iot-app-kit/core": "10.7.0", - "@iot-app-kit/core-util": "10.7.0", - "@iot-app-kit/source-iottwinmaker": "10.7.0", + "@iot-app-kit/components": "10.8.0", + "@iot-app-kit/core": "10.8.0", + "@iot-app-kit/core-util": "10.8.0", + "@iot-app-kit/source-iottwinmaker": "10.8.0", "@tanstack/react-query": "^5.32.1", "color": "^4.2.3", "copy-to-clipboard": "^3.3.3", diff --git a/packages/related-table/CHANGELOG.md b/packages/related-table/CHANGELOG.md index 449c92f39..4bddc9d3b 100644 --- a/packages/related-table/CHANGELOG.md +++ b/packages/related-table/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.8.0](https://github.com/awslabs/iot-app-kit/compare/related-table-v10.7.0...related-table-v10.8.0) (2024-06-24) + + +### Miscellaneous Chores + +* **related-table:** Synchronize iot-app-kit versions + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @iot-app-kit/jest-config bumped from 10.7.0 to 10.8.0 + * @iot-app-kit/ts-config bumped from 10.7.0 to 10.8.0 + * eslint-config-iot-app-kit bumped from 10.7.0 to 10.8.0 + ## [10.7.0](https://github.com/awslabs/iot-app-kit/compare/related-table-v10.6.1...related-table-v10.7.0) (2024-06-18) diff --git a/packages/related-table/package.json b/packages/related-table/package.json index c95e28fb0..149cc50b4 100644 --- a/packages/related-table/package.json +++ b/packages/related-table/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "10.7.0", + "version": "10.8.0", "description": "IoT Application Kit - Related Table component", "license": "Apache-2.0", "main": "dist/index.js", @@ -61,8 +61,8 @@ "@awsui/collection-hooks": "^1.0.51", "@awsui/components-react": "^3.0.0", "@awsui/design-tokens": "^3.0.41", - "@iot-app-kit/jest-config": "10.7.0", - "@iot-app-kit/ts-config": "10.7.0", + "@iot-app-kit/jest-config": "10.8.0", + "@iot-app-kit/ts-config": "10.8.0", "@storybook/addon-essentials": "^6.5.16", "@storybook/addon-links": "^6.5.16", "@storybook/addons": "^6.5.16", @@ -73,7 +73,7 @@ "@types/react-dom": "^18.2.5", "@types/styled-components": "^5.1.26", "@types/uuid": "^9.0.2", - "eslint-config-iot-app-kit": "10.7.0", + "eslint-config-iot-app-kit": "10.8.0", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "jest-extended": "^3.2.4", diff --git a/packages/scene-composer/CHANGELOG.md b/packages/scene-composer/CHANGELOG.md index 70ae447f4..8cce55dc4 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. +## [10.8.0](https://github.com/awslabs/iot-app-kit/compare/scene-composer-v10.7.0...scene-composer-v10.8.0) (2024-06-24) + + +### Miscellaneous Chores + +* **scene-composer:** Synchronize iot-app-kit versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 10.7.0 to 10.8.0 + * @iot-app-kit/react-components bumped from 10.7.0 to 10.8.0 + * @iot-app-kit/related-table bumped from 10.7.0 to 10.8.0 + * @iot-app-kit/source-iottwinmaker bumped from 10.7.0 to 10.8.0 + * devDependencies + * eslint-config-iot-app-kit bumped from 10.7.0 to 10.8.0 + ## [10.7.0](https://github.com/awslabs/iot-app-kit/compare/scene-composer-v10.6.1...scene-composer-v10.7.0) (2024-06-18) diff --git a/packages/scene-composer/package.json b/packages/scene-composer/package.json index c3d88f58b..4c7c04589 100644 --- a/packages/scene-composer/package.json +++ b/packages/scene-composer/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "10.7.0", + "version": "10.8.0", "description": "AWS IoT TwinMaker Scene Composer Library", "homepage": "https://github.com/awslabs/iot-app-kit#readme", "license": "Apache-2.0", @@ -120,7 +120,7 @@ "babel-jest": "^29.6.4", "babel-plugin-formatjs": "10.5.3", "copyfiles": "^2.4.1", - "eslint-config-iot-app-kit": "10.7.0", + "eslint-config-iot-app-kit": "10.8.0", "husky": "8.0.3", "jest": "^29.7.0", "jest-coverage-ratchet": "^0.2.3", @@ -152,10 +152,10 @@ "@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": "10.7.0", - "@iot-app-kit/react-components": "10.7.0", - "@iot-app-kit/related-table": "10.7.0", - "@iot-app-kit/source-iottwinmaker": "10.7.0", + "@iot-app-kit/core": "10.8.0", + "@iot-app-kit/react-components": "10.8.0", + "@iot-app-kit/related-table": "10.8.0", + "@iot-app-kit/source-iottwinmaker": "10.8.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 769aa0497..da4191ac3 100644 --- a/packages/source-iotsitewise/CHANGELOG.md +++ b/packages/source-iotsitewise/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. +## [10.8.0](https://github.com/awslabs/iot-app-kit/compare/source-iotsitewise-v10.7.0...source-iotsitewise-v10.8.0) (2024-06-24) + + +### Miscellaneous Chores + +* **source-iotsitewise:** Synchronize iot-app-kit versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 10.7.0 to 10.8.0 + * @iot-app-kit/core-util bumped from 10.7.0 to 10.8.0 + * devDependencies + * @iot-app-kit/jest-config bumped from 10.7.0 to 10.8.0 + * @iot-app-kit/testing-util bumped from 10.7.0 to 10.8.0 + * @iot-app-kit/ts-config bumped from 10.7.0 to 10.8.0 + * eslint-config-iot-app-kit bumped from 10.7.0 to 10.8.0 + ## [10.7.0](https://github.com/awslabs/iot-app-kit/compare/source-iotsitewise-v10.6.1...source-iotsitewise-v10.7.0) (2024-06-18) diff --git a/packages/source-iotsitewise/package.json b/packages/source-iotsitewise/package.json index ba12bb6bd..d287eeb35 100644 --- a/packages/source-iotsitewise/package.json +++ b/packages/source-iotsitewise/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "10.7.0", + "version": "10.8.0", "description": "AWS IoT SiteWise source for IoT Application Kit", "homepage": "https://github.com/awslabs/iot-app-kit#readme", "license": "Apache-2.0", @@ -51,8 +51,8 @@ "pack": "npm pack" }, "dependencies": { - "@iot-app-kit/core": "10.7.0", - "@iot-app-kit/core-util": "10.7.0", + "@iot-app-kit/core": "10.8.0", + "@iot-app-kit/core-util": "10.8.0", "@synchro-charts/core": "7.2.0", "dataloader": "^2.2.2", "lodash.isequal": "^4.5.0", @@ -62,14 +62,14 @@ }, "devDependencies": { "@aws-sdk/types": "^3.310.0", - "@iot-app-kit/jest-config": "10.7.0", - "@iot-app-kit/testing-util": "10.7.0", - "@iot-app-kit/ts-config": "10.7.0", + "@iot-app-kit/jest-config": "10.8.0", + "@iot-app-kit/testing-util": "10.8.0", + "@iot-app-kit/ts-config": "10.8.0", "@types/jest": "^29.4.0", "@types/lodash.isequal": "^4.5.6", "@types/lodash.merge": "^4.6.7", "@types/lodash.uniqwith": "^4.5.7", - "eslint-config-iot-app-kit": "10.7.0", + "eslint-config-iot-app-kit": "10.8.0", "flush-promises": "^1.0.2", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", diff --git a/packages/source-iottwinmaker/CHANGELOG.md b/packages/source-iottwinmaker/CHANGELOG.md index 2e64342ef..8814c37af 100644 --- a/packages/source-iottwinmaker/CHANGELOG.md +++ b/packages/source-iottwinmaker/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. +## [10.8.0](https://github.com/awslabs/iot-app-kit/compare/source-iottwinmaker-v10.7.0...source-iottwinmaker-v10.8.0) (2024-06-24) + + +### Miscellaneous Chores + +* **source-iottwinmaker:** Synchronize iot-app-kit versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 10.7.0 to 10.8.0 + * devDependencies + * @iot-app-kit/jest-config bumped from 10.7.0 to 10.8.0 + * @iot-app-kit/ts-config bumped from 10.7.0 to 10.8.0 + * eslint-config-iot-app-kit bumped from 10.7.0 to 10.8.0 + ## [10.7.0](https://github.com/awslabs/iot-app-kit/compare/source-iottwinmaker-v10.6.1...source-iottwinmaker-v10.7.0) (2024-06-18) diff --git a/packages/source-iottwinmaker/package.json b/packages/source-iottwinmaker/package.json index dac1634c4..dd02a5b2f 100644 --- a/packages/source-iottwinmaker/package.json +++ b/packages/source-iottwinmaker/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "10.7.0", + "version": "10.8.0", "description": "AWS IoT TwinMaker source for IoT Application Kit", "homepage": "https://github.com/awslabs/iot-app-kit#readme", "license": "Apache-2.0", @@ -57,19 +57,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": "10.7.0", + "@iot-app-kit/core": "10.8.0", "@tanstack/query-core": "^4.29.15", "lodash": "^4.17.21", "rxjs": "^7.8.1" }, "devDependencies": { "@aws-sdk/types": "^3.310.0", - "@iot-app-kit/jest-config": "10.7.0", - "@iot-app-kit/ts-config": "10.7.0", + "@iot-app-kit/jest-config": "10.8.0", + "@iot-app-kit/ts-config": "10.8.0", "@types/jest": "^29.4.0", "@types/lodash": "^4.14.195", "aws-sdk-client-mock": "^1.0.0", - "eslint-config-iot-app-kit": "10.7.0", + "eslint-config-iot-app-kit": "10.8.0", "flush-promises": "^1.0.2", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", diff --git a/packages/testing-util/CHANGELOG.md b/packages/testing-util/CHANGELOG.md index f3b548f0b..fbbcf74f3 100644 --- a/packages/testing-util/CHANGELOG.md +++ b/packages/testing-util/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [10.8.0](https://github.com/awslabs/iot-app-kit/compare/testing-util-v10.7.0...testing-util-v10.8.0) (2024-06-24) + + +### Miscellaneous Chores + +* **testing-util:** Synchronize iot-app-kit versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @iot-app-kit/core bumped from 10.7.0 to 10.8.0 + * devDependencies + * @iot-app-kit/ts-config bumped from ^10.7.0 to ^10.8.0 + * eslint-config-iot-app-kit bumped from ^10.7.0 to ^10.8.0 + ## [10.7.0](https://github.com/awslabs/iot-app-kit/compare/testing-util-v10.6.1...testing-util-v10.7.0) (2024-06-18) diff --git a/packages/testing-util/package.json b/packages/testing-util/package.json index 9bfaff308..cefda0195 100644 --- a/packages/testing-util/package.json +++ b/packages/testing-util/package.json @@ -2,12 +2,12 @@ "name": "@iot-app-kit/testing-util", "license": "Apache-2.0", "private": true, - "version": "10.7.0", + "version": "10.8.0", "main": "./dist/cjs/index.js", "module": "./dist/es/index.js", "types": "./dist/es/index.d.ts", "dependencies": { - "@iot-app-kit/core": "10.7.0", + "@iot-app-kit/core": "10.8.0", "@aws-sdk/client-iot-events": "3.354.0", "@aws-sdk/client-iotsitewise": "3.456.0", "parse-duration": "^1.1.0" @@ -21,7 +21,7 @@ "lint-fix": "eslint --fix ." }, "devDependencies": { - "@iot-app-kit/ts-config": "^10.7.0", - "eslint-config-iot-app-kit": "^10.7.0" + "@iot-app-kit/ts-config": "^10.8.0", + "eslint-config-iot-app-kit": "^10.8.0" } } diff --git a/packages/tools-iottwinmaker/CHANGELOG.md b/packages/tools-iottwinmaker/CHANGELOG.md index a45d5bee8..433b1c5fc 100644 --- a/packages/tools-iottwinmaker/CHANGELOG.md +++ b/packages/tools-iottwinmaker/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.8.0](https://github.com/awslabs/iot-app-kit/compare/tools-iottwinmaker-v10.7.0...tools-iottwinmaker-v10.8.0) (2024-06-24) + + +### Miscellaneous Chores + +* **tools-iottwinmaker:** Synchronize iot-app-kit versions + ## [10.7.0](https://github.com/awslabs/iot-app-kit/compare/tools-iottwinmaker-v10.6.1...tools-iottwinmaker-v10.7.0) (2024-06-18) diff --git a/packages/tools-iottwinmaker/package.json b/packages/tools-iottwinmaker/package.json index 4e415e765..4bce7865c 100644 --- a/packages/tools-iottwinmaker/package.json +++ b/packages/tools-iottwinmaker/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "10.7.0", + "version": "10.8.0", "engines": { "node": ">=16", "npm": ">=8"