Skip to content

Commit

Permalink
chore: release 10.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and corteggiano committed Jun 24, 2024
1 parent efb0d6d commit 4363051
Show file tree
Hide file tree
Showing 34 changed files with 481 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.7.0",
"packages/core": "10.7.0",
"packages/dashboard": "10.7.0",
"packages/doc-site": "10.7.0",
"packages/core-util": "10.7.0",
"packages/react-components": "10.7.0",
"packages/related-table": "10.7.0",
"packages/scene-composer": "10.7.0",
"packages/source-iotsitewise": "10.7.0",
"packages/source-iottwinmaker": "10.7.0",
".": "10.7.0",
"configuration/jest-config": "10.7.0",
"packages/testing-util": "10.7.0",
"configuration/ts-config": "10.7.0",
"configuration/eslint-config": "10.7.0",
"packages/tools-iottwinmaker": "10.7.0"
"packages/components": "10.8.0",
"packages/core": "10.8.0",
"packages/dashboard": "10.8.0",
"packages/doc-site": "10.8.0",
"packages/core-util": "10.8.0",
"packages/react-components": "10.8.0",
"packages/related-table": "10.8.0",
"packages/scene-composer": "10.8.0",
"packages/source-iotsitewise": "10.8.0",
"packages/source-iottwinmaker": "10.8.0",
".": "10.8.0",
"configuration/jest-config": "10.8.0",
"packages/testing-util": "10.8.0",
"configuration/ts-config": "10.8.0",
"configuration/eslint-config": "10.8.0",
"packages/tools-iottwinmaker": "10.8.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.8.0](https://github.com/awslabs/iot-app-kit/compare/root-v10.7.0...root-v10.8.0) (2024-06-24)


### Features

* **anomaly-chart:** added `gestures` enablement option ([4c2402c](https://github.com/awslabs/iot-app-kit/commit/4c2402c44a5c3538fdc60fe8210b626670073479))
* **react-components:** add arrow datasource ([efb0d6d](https://github.com/awslabs/iot-app-kit/commit/efb0d6d01549011e57400c6b48033264a7e122c9))


### Bug Fixes

* **dashboard:** add apply and cancel buttons to settings modal ([81336cf](https://github.com/awslabs/iot-app-kit/commit/81336cf77806292663cafb929d828e6a95e164af))
* **dashboard:** bring dashboard view component up to date ([cf75507](https://github.com/awslabs/iot-app-kit/commit/cf75507b76130f708dba67a61dc14e6ba3dac7ff))
* **react-components:** improve gauge thresholds ([09b352f](https://github.com/awslabs/iot-app-kit/commit/09b352f9a255cf3fb04f8c0382a8013db0f1ae35))
* **react-components:** thresholds properly add and remove series ([bb8e451](https://github.com/awslabs/iot-app-kit/commit/bb8e451fbb4ed57a204b9936cf2e1c8853931c60))

## [10.7.0](https://github.com/awslabs/iot-app-kit/compare/root-v10.6.1...root-v10.7.0) (2024-06-18)


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.8.0](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v10.7.0...eslint-config-v10.8.0) (2024-06-24)


### Miscellaneous Chores

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

## [10.7.0](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v10.6.1...eslint-config-v10.7.0) (2024-06-18)


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.7.0",
"version": "10.8.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.8.0](https://github.com/awslabs/iot-app-kit/compare/jest-config-v10.7.0...jest-config-v10.8.0) (2024-06-24)


### Miscellaneous Chores

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

## [10.7.0](https://github.com/awslabs/iot-app-kit/compare/jest-config-v10.6.1...jest-config-v10.7.0) (2024-06-18)


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.7.0",
"version": "10.8.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.8.0](https://github.com/awslabs/iot-app-kit/compare/ts-config-v10.7.0...ts-config-v10.8.0) (2024-06-24)


### Miscellaneous Chores

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

## [10.7.0](https://github.com/awslabs/iot-app-kit/compare/ts-config-v10.6.1...ts-config-v10.7.0) (2024-06-18)


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

0 comments on commit 4363051

Please sign in to comment.