Skip to content

Commit

Permalink
chore: release 12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and diehbria committed Nov 18, 2024
1 parent 6583812 commit 18e7b04
Show file tree
Hide file tree
Showing 30 changed files with 1,238 additions and 131 deletions.
28 changes: 14 additions & 14 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"packages/core": "11.0.0",
"packages/dashboard": "11.0.0",
"packages/doc-site": "11.0.0",
"packages/core-util": "11.0.0",
"packages/react-components": "11.0.0",
"packages/scene-composer": "11.0.0",
"packages/source-iotsitewise": "11.0.0",
"packages/source-iottwinmaker": "11.0.0",
".": "11.0.0",
"configuration/jest-config": "11.0.0",
"packages/testing-util": "11.0.0",
"configuration/ts-config": "11.0.0",
"configuration/eslint-config": "11.0.0",
"packages/tools-iottwinmaker": "11.0.0"
"packages/core": "12.0.0",
"packages/dashboard": "12.0.0",
"packages/doc-site": "12.0.0",
"packages/core-util": "12.0.0",
"packages/react-components": "12.0.0",
"packages/scene-composer": "12.0.0",
"packages/source-iotsitewise": "12.0.0",
"packages/source-iottwinmaker": "12.0.0",
".": "12.0.0",
"configuration/jest-config": "12.0.0",
"packages/testing-util": "12.0.0",
"configuration/ts-config": "12.0.0",
"configuration/eslint-config": "12.0.0",
"packages/tools-iottwinmaker": "12.0.0"
}
387 changes: 387 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

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.0.0](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v11.0.0...eslint-config-v12.0.0) (2024-11-18)


### Miscellaneous Chores

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

## [10.13.1](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v10.13.0...eslint-config-v10.13.1) (2024-10-16)


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 @@ -2,7 +2,7 @@
"name": "eslint-config-iot-app-kit",
"main": "index.js",
"private": true,
"version": "11.0.0",
"version": "12.0.0",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.62.0",
Expand Down
7 changes: 7 additions & 0 deletions configuration/jest-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [12.0.0](https://github.com/awslabs/iot-app-kit/compare/jest-config-v11.0.0...jest-config-v12.0.0) (2024-11-18)


### Miscellaneous Chores

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

## [10.13.1](https://github.com/awslabs/iot-app-kit/compare/jest-config-v10.13.0...jest-config-v10.13.1) (2024-10-16)


Expand Down
2 changes: 1 addition & 1 deletion configuration/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iot-app-kit/jest-config",
"version": "11.0.0",
"version": "12.0.0",
"main": "index.ts",
"private": true,
"publishConfig": {
Expand Down
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.0.0](https://github.com/awslabs/iot-app-kit/compare/ts-config-v11.0.0...ts-config-v12.0.0) (2024-11-18)


### Miscellaneous Chores

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

## [10.13.1](https://github.com/awslabs/iot-app-kit/compare/ts-config-v10.13.0...ts-config-v10.13.1) (2024-10-16)


Expand Down
2 changes: 1 addition & 1 deletion configuration/ts-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iot-app-kit/ts-config",
"version": "11.0.0",
"version": "12.0.0",
"type": "module",
"private": true,
"files": [
Expand Down
Loading

0 comments on commit 18e7b04

Please sign in to comment.