Skip to content

Commit

Permalink
chore: release 12.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and fpauer committed Nov 28, 2024
1 parent bd667e6 commit 712799f
Show file tree
Hide file tree
Showing 28 changed files with 364 additions and 148 deletions.
24 changes: 13 additions & 11 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"packages/core": "12.1.0",
"packages/dashboard": "12.1.0",
"apps/doc-site": "12.1.0",
"packages/core-util": "12.1.0",
"packages/react-components": "12.1.0",
"packages/scene-composer": "12.1.0",
"packages/source-iotsitewise": "12.1.0",
"packages/source-iottwinmaker": "12.1.0",
".": "12.1.0",
"packages/testing-util": "12.1.0",
"packages/tools-iottwinmaker": "12.1.0"
"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"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* improve prompt engering for assistant dashboard ([f3a1a24](https://github.com/awslabs/iot-app-kit/commit/f3a1a24c6d27f92cdd518527806289b8d53f3b91))


### Bug Fixes

* 1 ([f5c414d](https://github.com/awslabs/iot-app-kit/commit/f5c414d66f851ccd4f75dca9efdc0691275985b7))
* assistant failing to fetch ([bbe3123](https://github.com/awslabs/iot-app-kit/commit/bbe3123771808e9bb1db6a0a52479380c692ff6b))
* build conflicts ([ab27596](https://github.com/awslabs/iot-app-kit/commit/ab2759601829e475101026485a860665fd1dd4f8))
* dashboard editor grid dot ([2b760e3](https://github.com/awslabs/iot-app-kit/commit/2b760e375002db886377810bf0cc0fa705ff3f22))
* disable chatbot button when assistant is loading, improve error messages ([24e8dcb](https://github.com/awslabs/iot-app-kit/commit/24e8dcb805940bd3426029f8699e1b775582d2f2))
* doc site assistant pages ([92de77f](https://github.com/awslabs/iot-app-kit/commit/92de77f3eda9de22cc076fe8bda41a51cff541fc))
* doc site import ([030523b](https://github.com/awslabs/iot-app-kit/commit/030523bcdb2fedfccb197ba5c747f36ebf1904cf))
* exports ([8dc01a2](https://github.com/awslabs/iot-app-kit/commit/8dc01a2eac39905a6c1c0304082afc091bc27006))
* fix time series data hook reactivity ([4f307ff](https://github.com/awslabs/iot-app-kit/commit/4f307ffa3f9b6be60c2b34a86af5809f299700f2))
* missing package-lock.json updates ([a37fafc](https://github.com/awslabs/iot-app-kit/commit/a37fafc8a5df25036f9b4d378add6b047a46d8d8))
* **react-components:** allow vertical legend reszing when title present on widget ([5734ceb](https://github.com/awslabs/iot-app-kit/commit/5734ceb8cc888486406ce1c69bdc7b302b78001f))
* release action ([00d5849](https://github.com/awslabs/iot-app-kit/commit/00d58498fb05b0a19028325a74539fd123359ff0))
* release-please-manifest ([bd667e6](https://github.com/awslabs/iot-app-kit/commit/bd667e6222b5053e4ff7d446aca77774c9f32747))
* remove lint and tests from publish-packages command ([a99ecec](https://github.com/awslabs/iot-app-kit/commit/a99ececac26392d5583e0e99a52d988ee89f0765))
* type-fest dep ([7afa99d](https://github.com/awslabs/iot-app-kit/commit/7afa99d2cc0d1a1565d30d52c8eaa94bbe9270af))

## [12.1.0](https://github.com/awslabs/iot-app-kit/compare/root-v12.0.0...root-v12.1.0) (2024-11-20)


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

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


### Bug Fixes

* 1 ([f5c414d](https://github.com/awslabs/iot-app-kit/commit/f5c414d66f851ccd4f75dca9efdc0691275985b7))
* doc site assistant pages ([92de77f](https://github.com/awslabs/iot-app-kit/commit/92de77f3eda9de22cc076fe8bda41a51cff541fc))
* doc site import ([030523b](https://github.com/awslabs/iot-app-kit/commit/030523bcdb2fedfccb197ba5c747f36ebf1904cf))


### Dependencies

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

## [12.1.0](https://github.com/awslabs/iot-app-kit/compare/doc-site-v12.0.0...doc-site-v12.1.0) (2024-11-20)


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.1.0",
"version": "12.2.0",
"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": "*",
"@iot-app-kit/testing-util": "12.2.0",
"@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": "*",
"eslint-config-iot-app-kit": "12.2.0",
"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": "*",
"@iot-app-kit/react-components": "*"
"@iot-app-kit/core": "12.2.0",
"@iot-app-kit/react-components": "12.2.0"
}
}
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.0 (2024-11-28)


### Miscellaneous Chores

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

## [12.1.0](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v12.0.0...eslint-config-v12.1.0) (2024-11-20)


Expand Down
3 changes: 2 additions & 1 deletion configuration/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
"@types/node": "^18.16.18",
"eslint-import-resolver-typescript": "^3.6.0",
"typescript": "^5.5.4"
}
},
"version": "12.2.0"
}
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.0 (2024-11-28)


### Miscellaneous Chores

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

## [12.1.0](https://github.com/awslabs/iot-app-kit/compare/ts-config-v12.0.0...ts-config-v12.1.0) (2024-11-20)


Expand Down
3 changes: 2 additions & 1 deletion configuration/ts-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"@types/node": "^18.16.18",
"rimraf": "^5.0.1",
"typescript": "^5.5.4"
}
},
"version": "12.2.0"
}
Loading

0 comments on commit 712799f

Please sign in to comment.