Skip to content

Commit

Permalink
chore: release 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and hwandersman committed Apr 20, 2023
1 parent 908be39 commit cc9d631
Show file tree
Hide file tree
Showing 30 changed files with 377 additions and 175 deletions.
28 changes: 14 additions & 14 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"packages/components": "5.5.2",
"packages/core": "5.5.2",
"packages/dashboard": "5.5.2",
"packages/core-util": "5.5.2",
"packages/react-components": "5.5.2",
"packages/related-table": "5.5.2",
"packages/scene-composer": "5.5.2",
"packages/source-iotsitewise": "5.5.2",
"packages/source-iottwinmaker": "5.5.2",
".": "5.5.2",
"configuration/jest-config": "5.5.2",
"packages/testing-util": "5.5.2",
"configuration/ts-config": "5.5.2",
"configuration/eslint-config": "5.5.2"
"packages/components": "5.6.0",
"packages/core": "5.6.0",
"packages/dashboard": "5.6.0",
"packages/core-util": "5.6.0",
"packages/react-components": "5.6.0",
"packages/related-table": "5.6.0",
"packages/scene-composer": "5.6.0",
"packages/source-iotsitewise": "5.6.0",
"packages/source-iottwinmaker": "5.6.0",
".": "5.6.0",
"configuration/jest-config": "5.6.0",
"packages/testing-util": "5.6.0",
"configuration/ts-config": "5.6.0",
"configuration/eslint-config": "5.6.0"
}
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.

## [5.6.0](https://github.com/awslabs/iot-app-kit/compare/root-v5.5.2...root-v5.6.0) (2023-04-20)


### Features

* **composer:** enable data overlay, tag resize, and matterport features ([908be39](https://github.com/awslabs/iot-app-kit/commit/908be39057a86011b3f3aaa7f82098d2033471be))

## [5.5.2](https://github.com/awslabs/iot-app-kit/compare/root-v5.5.1...root-v5.5.2) (2023-04-19)


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

## [5.6.0](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v5.5.2...eslint-config-v5.6.0) (2023-04-20)


### Miscellaneous Chores

* **eslint-config:** Synchronize undefined versions

## [5.5.2](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v5.5.1...eslint-config-v5.5.2) (2023-04-19)


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": "5.5.2",
"version": "5.6.0",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.23.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

## [5.6.0](https://github.com/awslabs/iot-app-kit/compare/jest-config-v5.5.2...jest-config-v5.6.0) (2023-04-20)


### Miscellaneous Chores

* **jest-config:** Synchronize undefined versions

## [5.5.2](https://github.com/awslabs/iot-app-kit/compare/jest-config-v5.5.1...jest-config-v5.5.2) (2023-04-19)


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": "5.5.2",
"version": "5.6.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

## [5.6.0](https://github.com/awslabs/iot-app-kit/compare/ts-config-v5.5.2...ts-config-v5.6.0) (2023-04-20)


### Miscellaneous Chores

* **ts-config:** Synchronize undefined versions

## [5.5.2](https://github.com/awslabs/iot-app-kit/compare/ts-config-v5.5.1...ts-config-v5.5.2) (2023-04-19)


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

0 comments on commit cc9d631

Please sign in to comment.