Skip to content

Commit

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

## [10.6.1](https://github.com/awslabs/iot-app-kit/compare/root-v10.6.0...root-v10.6.1) (2024-06-12)


### Bug Fixes

* **scene:** fix dynamic scene entity binding reload on query ([d8a1b89](https://github.com/awslabs/iot-app-kit/commit/d8a1b89c189dc7694b83b0819199b54711a34109))
* **tmdt:** stream 3D assets from S3 on init ([ee0e11b](https://github.com/awslabs/iot-app-kit/commit/ee0e11b30c331f7ec341e8cf58f155e41011a0bd))

## [10.6.0](https://github.com/awslabs/iot-app-kit/compare/root-v10.5.0...root-v10.6.0) (2024-06-06)


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


### Miscellaneous Chores

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

## [10.6.0](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v10.5.0...eslint-config-v10.6.0) (2024-06-06)


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.6.0",
"version": "10.6.1",
"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.6.1](https://github.com/awslabs/iot-app-kit/compare/jest-config-v10.6.0...jest-config-v10.6.1) (2024-06-12)


### Miscellaneous Chores

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

## [10.6.0](https://github.com/awslabs/iot-app-kit/compare/jest-config-v10.5.0...jest-config-v10.6.0) (2024-06-06)


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.6.0",
"version": "10.6.1",
"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.6.1](https://github.com/awslabs/iot-app-kit/compare/ts-config-v10.6.0...ts-config-v10.6.1) (2024-06-12)


### Miscellaneous Chores

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

## [10.6.0](https://github.com/awslabs/iot-app-kit/compare/ts-config-v10.5.0...ts-config-v10.6.0) (2024-06-06)


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

0 comments on commit 7af1ab5

Please sign in to comment.