Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 12.2.2 #3090

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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.2.2",
"packages/dashboard": "12.2.2",
"apps/doc-site": "12.2.2",
"packages/core-util": "12.2.2",
"packages/react-components": "12.2.2",
"packages/scene-composer": "12.2.2",
"packages/source-iotsitewise": "12.2.2",
"packages/source-iottwinmaker": "12.2.2",
".": "12.2.2",
"packages/testing-util": "12.2.2",
"packages/tools-iottwinmaker": "12.2.2",
"configuration/ts-config": "12.2.2",
"configuration/eslint-config": "12.2.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [12.2.2](https://github.com/awslabs/iot-app-kit/compare/root-v12.2.1...root-v12.2.2) (2024-12-04)


### Bug Fixes

* optional property check for error metadata ([1a2b661](https://github.com/awslabs/iot-app-kit/commit/1a2b66167e758b1eede4914bcf9a22b06c915e46))

## [12.2.1](https://github.com/awslabs/iot-app-kit/compare/root-v12.2.0...root-v12.2.1) (2024-12-03)


Expand Down
18 changes: 18 additions & 0 deletions apps/doc-site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [12.2.2](https://github.com/awslabs/iot-app-kit/compare/doc-site-v12.2.1...doc-site-v12.2.2) (2024-12-04)


### Miscellaneous Chores

* **doc-site:** Synchronize iot-app-kit versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @iot-app-kit/core bumped from 12.2.1 to 12.2.2
* @iot-app-kit/react-components bumped from 12.2.1 to 12.2.2
* devDependencies
* @iot-app-kit/testing-util bumped from 12.2.1 to 12.2.2
* eslint-config-iot-app-kit bumped from 12.2.1 to 12.2.2

## [12.2.1](https://github.com/awslabs/iot-app-kit/compare/doc-site-v12.2.0...doc-site-v12.2.1) (2024-12-03)


Expand Down
10 changes: 5 additions & 5 deletions apps/doc-site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iot-app-kit/doc-site",
"version": "12.2.1",
"version": "12.2.2",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -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.2.2",
"@storybook/addon-essentials": "^8.4.5",
"@storybook/addon-interactions": "^8.4.5",
"@storybook/addon-links": "^8.4.5",
Expand All @@ -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.2.2",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -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.2.2",
"@iot-app-kit/react-components": "12.2.2"
}
}
7 changes: 7 additions & 0 deletions configuration/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [12.2.2](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v12.2.1...eslint-config-v12.2.2) (2024-12-04)


### Miscellaneous Chores

* **eslint-config:** Synchronize iot-app-kit versions

## [12.2.1](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v12.2.0...eslint-config-v12.2.1) (2024-12-03)


Expand Down
2 changes: 1 addition & 1 deletion configuration/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"eslint-import-resolver-typescript": "^3.6.0",
"typescript": "^5.5.4"
},
"version": "12.2.1"
"version": "12.2.2"
}
7 changes: 7 additions & 0 deletions configuration/ts-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [12.2.2](https://github.com/awslabs/iot-app-kit/compare/ts-config-v12.2.1...ts-config-v12.2.2) (2024-12-04)


### Miscellaneous Chores

* **ts-config:** Synchronize iot-app-kit versions

## [12.2.1](https://github.com/awslabs/iot-app-kit/compare/ts-config-v12.2.0...ts-config-v12.2.1) (2024-12-03)


Expand Down
2 changes: 1 addition & 1 deletion configuration/ts-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"rimraf": "^5.0.1",
"typescript": "^5.5.4"
},
"version": "12.2.1"
"version": "12.2.2"
}
Loading