Skip to content

Commit

Permalink
chore: release 12.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and chejimmy committed Dec 3, 2024
1 parent 2939048 commit 65c2024
Show file tree
Hide file tree
Showing 28 changed files with 322 additions and 122 deletions.
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.0",
"packages/dashboard": "12.2.0",
"apps/doc-site": "12.2.0",
"packages/core-util": "12.2.0",
"packages/react-components": "12.2.0",
"packages/scene-composer": "12.2.0",
"packages/source-iotsitewise": "12.2.0",
"packages/source-iottwinmaker": "12.2.0",
".": "12.2.0",
"packages/testing-util": "12.2.0",
"packages/tools-iottwinmaker": "12.2.0",
"configuration/ts-config": "12.2.0",
"configuration/eslint-config": "12.2.0"
"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"
}
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.1](https://github.com/awslabs/iot-app-kit/compare/root-v12.2.0...root-v12.2.1) (2024-12-03)


### Bug Fixes

* helpers package resolution ([2939048](https://github.com/awslabs/iot-app-kit/commit/2939048c5dc5f49167f9058eb6e2e746f7d8485e))

## [12.2.0](https://github.com/awslabs/iot-app-kit/compare/root-v12.1.0...root-v12.2.0) (2024-11-28)


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.1](https://github.com/awslabs/iot-app-kit/compare/doc-site-v12.2.0...doc-site-v12.2.1) (2024-12-03)


### 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.0 to 12.2.1
* @iot-app-kit/react-components bumped from 12.2.0 to 12.2.1
* devDependencies
* @iot-app-kit/testing-util bumped from 12.2.0 to 12.2.1
* eslint-config-iot-app-kit bumped from 12.2.0 to 12.2.1

## [12.2.0](https://github.com/awslabs/iot-app-kit/compare/doc-site-v12.1.0...doc-site-v12.2.0) (2024-11-28)


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.0",
"version": "12.2.1",
"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.0",
"@iot-app-kit/testing-util": "12.2.1",
"@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.0",
"eslint-config-iot-app-kit": "12.2.1",
"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.0",
"@iot-app-kit/react-components": "12.2.0"
"@iot-app-kit/core": "12.2.1",
"@iot-app-kit/react-components": "12.2.1"
}
}
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.1](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v12.2.0...eslint-config-v12.2.1) (2024-12-03)


### Miscellaneous Chores

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

## 12.2.0 (2024-11-28)


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.0"
"version": "12.2.1"
}
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.1](https://github.com/awslabs/iot-app-kit/compare/ts-config-v12.2.0...ts-config-v12.2.1) (2024-12-03)


### Miscellaneous Chores

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

## 12.2.0 (2024-11-28)


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.0"
"version": "12.2.1"
}
Loading

0 comments on commit 65c2024

Please sign in to comment.