Skip to content

Commit

Permalink
chore: release 10.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and corteggiano committed Sep 13, 2024
1 parent 1317b29 commit aaa4a8d
Show file tree
Hide file tree
Showing 34 changed files with 552 additions and 216 deletions.
32 changes: 16 additions & 16 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"packages/components": "10.11.0",
"packages/core": "10.11.0",
"packages/dashboard": "10.11.0",
"packages/doc-site": "10.11.0",
"packages/core-util": "10.11.0",
"packages/react-components": "10.11.0",
"packages/related-table": "10.11.0",
"packages/scene-composer": "10.11.0",
"packages/source-iotsitewise": "10.11.0",
"packages/source-iottwinmaker": "10.11.0",
".": "10.11.0",
"configuration/jest-config": "10.11.0",
"packages/testing-util": "10.11.0",
"configuration/ts-config": "10.11.0",
"configuration/eslint-config": "10.11.0",
"packages/tools-iottwinmaker": "10.11.0"
"packages/components": "10.12.0",
"packages/core": "10.12.0",
"packages/dashboard": "10.12.0",
"packages/doc-site": "10.12.0",
"packages/core-util": "10.12.0",
"packages/react-components": "10.12.0",
"packages/related-table": "10.12.0",
"packages/scene-composer": "10.12.0",
"packages/source-iotsitewise": "10.12.0",
"packages/source-iottwinmaker": "10.12.0",
".": "10.12.0",
"configuration/jest-config": "10.12.0",
"packages/testing-util": "10.12.0",
"configuration/ts-config": "10.12.0",
"configuration/eslint-config": "10.12.0",
"packages/tools-iottwinmaker": "10.12.0"
}
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,52 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.12.0](https://github.com/awslabs/iot-app-kit/compare/root-v10.11.0...root-v10.12.0) (2024-09-13)


### Features

* add alarm data source query ([32fe5c7](https://github.com/awslabs/iot-app-kit/commit/32fe5c706fba1c483b98d7baa1d1045eb6cf2ac3))
* add timezone docs ([8995f92](https://github.com/awslabs/iot-app-kit/commit/8995f92959132da6feaace768206070a8c8aae6d))
* adding timezone support to dashboard/widgets ([6435b90](https://github.com/awslabs/iot-app-kit/commit/6435b90d93246e319b939b7c316c6ffbea12ef8d))
* **dashboard:** add new RE components to dynamic assets tab ([c588848](https://github.com/awslabs/iot-app-kit/commit/c5888485c3205c7ee572ec01d6f0b34d1789da23))
* **dashboard:** use new RE components to update dashboard RE for modeled and unmodeled data ([d7db11e](https://github.com/awslabs/iot-app-kit/commit/d7db11ee7c16dd012b7ced86dc52cde9a483e24e))
* **react-components:** add auto resolution and batching ([073029f](https://github.com/awslabs/iot-app-kit/commit/073029f4312c988bf099251284bf63d9515e01fd))
* **react-components:** add hook for get asset property value history ([c708b4a](https://github.com/awslabs/iot-app-kit/commit/c708b4a6c2c3e9d6e843829692a2046c00ee6950))
* **react-components:** add hook for latest asset property value ([ce9ec7c](https://github.com/awslabs/iot-app-kit/commit/ce9ec7c714e6c600da59af8f4bffaf210f0041c0))
* **react-components:** add useLatestAlarmPropertyValue hook to fetch alarm prop vals in useAlarms ([18aa854](https://github.com/awslabs/iot-app-kit/commit/18aa8548bbc9aa9d4343a1d85b3cefdb798e1b25))
* **react-components:** implement request functions and hooks to build clients ([2ca7e6c](https://github.com/awslabs/iot-app-kit/commit/2ca7e6caf771bd929b993d79f91f6e7d3ce21350))
* **react-components:** initiali implementation for useTimeSeriesData ([50db88f](https://github.com/awslabs/iot-app-kit/commit/50db88f309e6470bfc510824f6deb564c949b794))
* **react-components:** useAlarms hook ([7103db6](https://github.com/awslabs/iot-app-kit/commit/7103db640cd1531823a51fe3277691c869b581ed))
* **react-components:** useDescribeAssets and useDescribeAssetModels queries implemented ([bfb07e1](https://github.com/awslabs/iot-app-kit/commit/bfb07e16b1fceabdd676ebdb833c4d85baaafb0d))
* **scene:** alphabetize camera drop down ([960f195](https://github.com/awslabs/iot-app-kit/commit/960f195e229736bda9e73c17ecda93fa047a56c6))
* **sitewise-alarms:** add useAlarmModels hook to fetch iot events alarm models in useAlarms ([c4c4986](https://github.com/awslabs/iot-app-kit/commit/c4c4986fde3fd65d7ca7e8b1f7a364fcc079ca10))


### Bug Fixes

* add timeZone prop to DashboardViewWrapper ([21f9b15](https://github.com/awslabs/iot-app-kit/commit/21f9b15f2c603e17b139de8b0caba99288207ffb))
* **dashboard-dynamic-asset:** asset name should be shown on refresh in dropdown ([d799487](https://github.com/awslabs/iot-app-kit/commit/d799487b5f72e274a89dce39c94438151c6170f2))
* **dashboard-RE-improvements:** add timezone + sig digits to dynamic tab ([8a6b3ed](https://github.com/awslabs/iot-app-kit/commit/8a6b3ed0052eb37f6a8f0aea7739d6ea076466ac))
* **dashboard:** add descriptions to all RE tables ([f7b4f0c](https://github.com/awslabs/iot-app-kit/commit/f7b4f0c89d8b05be988acac54b8edf35ab3b7367))
* **dashboard:** add descriptions to all tables in RE ([c7aff00](https://github.com/awslabs/iot-app-kit/commit/c7aff00ea0d6175186317f06ca7eec4c550de7a0))
* **dashboard:** add timezone support for new RE ([2d4b5dd](https://github.com/awslabs/iot-app-kit/commit/2d4b5ddcbdefe4828168a7864bd679744e5a97eb))
* **dashboard:** assetName displays conditionally in config panel for linechart ([85496ab](https://github.com/awslabs/iot-app-kit/commit/85496abf0ac3bbb6890678f7c647beaa8cbfbb9d))
* **dashboard:** fast follow improvements for new RE ([ea8c93c](https://github.com/awslabs/iot-app-kit/commit/ea8c93ce12aadafcd5c3e1c8794cedb07cc843f1))
* **dashboard:** fast follow to clean up messy code for table cell render ([649f75d](https://github.com/awslabs/iot-app-kit/commit/649f75d91bd4865d94db633ecd3fb865098fc1ff))
* **dashboard:** fix flaky test in dashboard ([6fe3285](https://github.com/awslabs/iot-app-kit/commit/6fe328510bfd4ed36a24935085aa41ac0c83dfa5))
* **dashboard:** label matches kpi name ([f675d11](https://github.com/awslabs/iot-app-kit/commit/f675d11857c0b0a3869d03d9c1339c405a85d11e))
* **dashboard:** migration for sitewise component + blackpearl widget types ([c91a0e9](https://github.com/awslabs/iot-app-kit/commit/c91a0e9cda943cad530c722dc6c8097b225a45da))
* **dashboard:** re reflects significant digits + timezone support for unmodeled ([195be67](https://github.com/awslabs/iot-app-kit/commit/195be67fe0e5b7ef7b262491ff4fec574c62db8c))
* **dashboard:** reenable gestures in edit mode ([16bd88f](https://github.com/awslabs/iot-app-kit/commit/16bd88fad43742488efdfaa433104446ad5b2b08))
* filter component models from query editor ([8245b6d](https://github.com/awslabs/iot-app-kit/commit/8245b6d4e8c6f120af0c523c41ee3ccc9d4097fa))
* prevent creating new chart when iconn is dragged over different chart type ([7feff77](https://github.com/awslabs/iot-app-kit/commit/7feff773d0a06f4029824b02a30371c1993b05bf))
* **react-components:** ensure enabled flag is never undefined for queries ([eb95ef4](https://github.com/awslabs/iot-app-kit/commit/eb95ef4e8f186f5f969e366321f01d9ab1ea1ab8))
* **react-components:** remove flaky test in new RE ([9e15637](https://github.com/awslabs/iot-app-kit/commit/9e15637ecced497aec52a7189fc1e0adcf1de361))
* **react-components:** skip flaky test in new RE ([e7928d3](https://github.com/awslabs/iot-app-kit/commit/e7928d329edef47871ed9978d820994ad2d76dcc))
* **timeZone:** wrap timezone setState in useEffect ([6cd74a1](https://github.com/awslabs/iot-app-kit/commit/6cd74a1019499b8d6586cac0d26d605cdcd9c928))
* update timezone docs based on feedback ([17be12d](https://github.com/awslabs/iot-app-kit/commit/17be12d6336a607866a27af31e742b74d712c571))

## [10.11.0](https://github.com/awslabs/iot-app-kit/compare/root-v10.10.2...root-v10.11.0) (2024-08-28)


Expand Down
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

## [10.12.0](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v10.11.0...eslint-config-v10.12.0) (2024-09-13)


### Miscellaneous Chores

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

## [10.11.0](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v10.10.2...eslint-config-v10.11.0) (2024-08-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 @@ -2,7 +2,7 @@
"name": "eslint-config-iot-app-kit",
"main": "index.js",
"private": true,
"version": "10.11.0",
"version": "10.12.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

## [10.12.0](https://github.com/awslabs/iot-app-kit/compare/jest-config-v10.11.0...jest-config-v10.12.0) (2024-09-13)


### Miscellaneous Chores

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

## [10.11.0](https://github.com/awslabs/iot-app-kit/compare/jest-config-v10.10.2...jest-config-v10.11.0) (2024-08-28)


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": "10.11.0",
"version": "10.12.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

## [10.12.0](https://github.com/awslabs/iot-app-kit/compare/ts-config-v10.11.0...ts-config-v10.12.0) (2024-09-13)


### Miscellaneous Chores

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

## [10.11.0](https://github.com/awslabs/iot-app-kit/compare/ts-config-v10.10.2...ts-config-v10.11.0) (2024-08-28)


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": "10.11.0",
"version": "10.12.0",
"type": "module",
"private": true,
"files": [
Expand Down
Loading

0 comments on commit aaa4a8d

Please sign in to comment.