Skip to content

Commit

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

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


### Bug Fixes

* **dashboard:** sanitize href input in text widget ([f766a3b](https://github.com/awslabs/iot-app-kit/commit/f766a3bd3cb410d098f3e9606fe24e2f61c4ae0f))

## [10.10.1](https://github.com/awslabs/iot-app-kit/compare/root-v10.10.0...root-v10.10.1) (2024-08-02)


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.10.2](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v10.10.1...eslint-config-v10.10.2) (2024-08-08)


### Miscellaneous Chores

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

## [10.10.1](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v10.10.0...eslint-config-v10.10.1) (2024-08-02)


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.10.1",
"version": "10.10.2",
"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.10.2](https://github.com/awslabs/iot-app-kit/compare/jest-config-v10.10.1...jest-config-v10.10.2) (2024-08-08)


### Miscellaneous Chores

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

## [10.10.1](https://github.com/awslabs/iot-app-kit/compare/jest-config-v10.10.0...jest-config-v10.10.1) (2024-08-02)


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.10.1",
"version": "10.10.2",
"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.10.2](https://github.com/awslabs/iot-app-kit/compare/ts-config-v10.10.1...ts-config-v10.10.2) (2024-08-08)


### Miscellaneous Chores

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

## [10.10.1](https://github.com/awslabs/iot-app-kit/compare/ts-config-v10.10.0...ts-config-v10.10.1) (2024-08-02)


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

0 comments on commit 76cbb73

Please sign in to comment.