Skip to content

Commit

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

## [10.3.0](https://github.com/awslabs/iot-app-kit/compare/root-v10.2.0...root-v10.3.0) (2024-05-09)


### Features

* **composer:** update convert to attached scene component and load data from it ([86c92ce](https://github.com/awslabs/iot-app-kit/commit/86c92ce5e4361b563be799cc367c0da14a7a0c2c))
* ds ga ([4a07ece](https://github.com/awslabs/iot-app-kit/commit/4a07ece255b189d5d9d9693abe75046d8c0458bd))
* ds ga ([dbc396b](https://github.com/awslabs/iot-app-kit/commit/dbc396b1ade912f7cfa7f25e591afcc6d0e84cf4))
* ds ga ([5b241d0](https://github.com/awslabs/iot-app-kit/commit/5b241d09196aa50a0c8798a7214a338ba7031ec4))
* ds ga ([b503fcf](https://github.com/awslabs/iot-app-kit/commit/b503fcf62367ceff847010c845adafa9154f7c6b))
* **tmdt:** support endpoint-url parameter and respect S3 bucket name character limit ([b4ea8fb](https://github.com/awslabs/iot-app-kit/commit/b4ea8fbdf3970abfedee4e2465572e20f8f0a707))


### Bug Fixes

* add @babel/traverse ^7.23.7 to package.json overrides ([8c32328](https://github.com/awslabs/iot-app-kit/commit/8c32328f213b90e169ea399e98f1efea7918fbb3))
* babel vulnerable to arbitrary code execution ([8c32328](https://github.com/awslabs/iot-app-kit/commit/8c32328f213b90e169ea399e98f1efea7918fbb3))
* **scene composer:** correcting state logic for tag settings ([f149ac9](https://github.com/awslabs/iot-app-kit/commit/f149ac94f5f78a6798dbefa95435134989859f68))
* **scene composer:** implemented react-hooks linter & converted useStore to accessStore ([d95f684](https://github.com/awslabs/iot-app-kit/commit/d95f684ad6c14405d8c9c1f5b2ac84cb5f3355e1))
* **scene:** fix regression in updateSceneNode for reparenting nodes ([016e9f5](https://github.com/awslabs/iot-app-kit/commit/016e9f59ff755ff8d1522117d159df7246aebe22))
* **scene:** round ground plane opacity to whole percent ([760aa8c](https://github.com/awslabs/iot-app-kit/commit/760aa8cac2511717e0fa1f9b1974125ee97c569a))
* **scene:** validation scene json on deserialize ([3f2ad73](https://github.com/awslabs/iot-app-kit/commit/3f2ad737c7c85a1d3e14e2fb5a74d7213780e581))

## [10.2.0](https://github.com/awslabs/iot-app-kit/compare/root-v10.1.0...root-v10.2.0) (2024-03-29)


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.3.0](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v10.2.0...eslint-config-v10.3.0) (2024-05-09)


### Miscellaneous Chores

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

## [10.2.0](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v10.1.0...eslint-config-v10.2.0) (2024-03-29)


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.2.0",
"version": "10.3.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.3.0](https://github.com/awslabs/iot-app-kit/compare/jest-config-v10.2.0...jest-config-v10.3.0) (2024-05-09)


### Miscellaneous Chores

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

## [10.2.0](https://github.com/awslabs/iot-app-kit/compare/jest-config-v10.1.0...jest-config-v10.2.0) (2024-03-29)


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.2.0",
"version": "10.3.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.3.0](https://github.com/awslabs/iot-app-kit/compare/ts-config-v10.2.0...ts-config-v10.3.0) (2024-05-09)


### Miscellaneous Chores

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

## [10.2.0](https://github.com/awslabs/iot-app-kit/compare/ts-config-v10.1.0...ts-config-v10.2.0) (2024-03-29)


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

0 comments on commit a918974

Please sign in to comment.