Skip to content

Commit

Permalink
chore: release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sheilaXu committed Nov 1, 2022
1 parent 3a2c36e commit c1e1b2b
Show file tree
Hide file tree
Showing 20 changed files with 207 additions and 65 deletions.
18 changes: 9 additions & 9 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"packages/components": "2.2.0",
"packages/core": "2.2.0",
"packages/react-components": "2.2.0",
"packages/related-table": "2.2.0",
"packages/scene-composer": "2.2.0",
"packages/source-iotsitewise": "2.2.0",
"packages/source-iottwinmaker": "2.2.0",
"packages/table": "2.2.0",
".": "2.2.0"
"packages/components": "2.3.0",
"packages/core": "2.3.0",
"packages/react-components": "2.3.0",
"packages/related-table": "2.3.0",
"packages/scene-composer": "2.3.0",
"packages/source-iotsitewise": "2.3.0",
"packages/source-iottwinmaker": "2.3.0",
"packages/table": "2.3.0",
".": "2.3.0"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.0](https://github.com/awslabs/iot-app-kit/compare/root-v2.2.0...root-v2.3.0) (2022-11-01)


### Features

* test commit with body ([5565629](https://github.com/awslabs/iot-app-kit/commit/5565629e54d24f1d8650088e44320f4f54841894))
* test feat ([ed1670c](https://github.com/awslabs/iot-app-kit/commit/ed1670cfd1938be36f067d14fd21d49f3570e94e))
* test feat commit ([373b3a9](https://github.com/awslabs/iot-app-kit/commit/373b3a93bbc2750a6117d6fff7e15da541c59c8c))


### Bug Fixes

* add root ([658a2f8](https://github.com/awslabs/iot-app-kit/commit/658a2f869c1059eac1b3d451f691ab6bb6e1dcfc))
* changelog ([9a34f6f](https://github.com/awslabs/iot-app-kit/commit/9a34f6f3da21e02da71d4db6e7235c2ec7ed6017))
* **composer:** Camera and Light helper visibility toggling ([#294](https://github.com/awslabs/iot-app-kit/issues/294)) ([f6bae7c](https://github.com/awslabs/iot-app-kit/commit/f6bae7c118dd7a68e0dd414cb90df95457c06b7c))
* **composer:** Fixes 2nd camera viewing click bug ([#291](https://github.com/awslabs/iot-app-kit/issues/291)) ([ed04d13](https://github.com/awslabs/iot-app-kit/commit/ed04d130269840af40b3a383ed9dd43f04bcd804))
* fix action git config ([b98c873](https://github.com/awslabs/iot-app-kit/commit/b98c873d0fb93f5a4bb55b702747c6c7b85e4df3))
* fix root changelog ([5000e6a](https://github.com/awslabs/iot-app-kit/commit/5000e6a1f22fb8ac0d9ea5d47104fc24b4adbc31))
* PR title ([32a39a3](https://github.com/awslabs/iot-app-kit/commit/32a39a31e839ad8d9b472a8052dad4a5de7d3bcb))
* PR title ([4129ebb](https://github.com/awslabs/iot-app-kit/commit/4129ebbe57f8aa43afdd644c9ee54c49b1c6d61f))
* PR title version ([c1e5b73](https://github.com/awslabs/iot-app-kit/commit/c1e5b73e8753a486b522cd04253c001fd255d214))
* test changelog ([2667e91](https://github.com/awslabs/iot-app-kit/commit/2667e916b98931b733f913a58c4c5f6bdcffe8f3))
* test changelog 2 ([97af1b9](https://github.com/awslabs/iot-app-kit/commit/97af1b9110f703d50b40fcbb827e3b94e8f6b1fd))
* try PAT ([3a2c36e](https://github.com/awslabs/iot-app-kit/commit/3a2c36e09553e95b3b980be89b3cedeabdd462ea))
* update locked versions ([f4999c3](https://github.com/awslabs/iot-app-kit/commit/f4999c3e3c02027b8fde44c9d45fb36c7df5f8ce))

## 2.2.0 (2022-10-21)

### Features
Expand Down
70 changes: 36 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "iot-app-kit",
"private": true,
"description": "IoT Application Kit",
"version": "2.2.0",
"version": "2.3.0",
"main": "index.js",
"license": "Apache-2.0",
"repository": "git@github.com:awslabs/iot-app-kit.git",
Expand Down
17 changes: 17 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.0](https://github.com/awslabs/iot-app-kit/compare/components-v2.2.0...components-v2.3.0) (2022-11-01)


### Bug Fixes

* changelog ([9a34f6f](https://github.com/awslabs/iot-app-kit/commit/9a34f6f3da21e02da71d4db6e7235c2ec7ed6017))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @iot-app-kit/core bumped from ^2.2.0 to ^2.3.0
* @iot-app-kit/related-table bumped from ^2.2.0 to ^2.3.0
* @iot-app-kit/source-iotsitewise bumped from ^2.2.0 to ^2.3.0
* @iot-app-kit/table bumped from ^2.2.0 to ^2.3.0

## 2.2.0 (2022-10-21)

### Features
Expand Down
10 changes: 5 additions & 5 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "2.2.0",
"version": "2.3.0",
"description": "IoT App Kit Components",
"main": "dist/index.cjs.js",
"module": "dist/custom-elements/index.js",
Expand Down Expand Up @@ -51,10 +51,10 @@
"@awsui/collection-hooks": "^1.0.0",
"@awsui/components-react": "^3.0.0",
"@awsui/design-tokens": "^3.0.0",
"@iot-app-kit/core": "^2.2.0",
"@iot-app-kit/related-table": "^2.2.0",
"@iot-app-kit/source-iotsitewise": "^2.2.0",
"@iot-app-kit/table": "^2.2.0",
"@iot-app-kit/core": "^2.3.0",
"@iot-app-kit/related-table": "^2.3.0",
"@iot-app-kit/source-iotsitewise": "^2.3.0",
"@iot-app-kit/table": "^2.3.0",
"@stencil/core": "^2.7.0",
"@synchro-charts/core": "^6.0.1",
"styled-components": "^5.3.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/core/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.

## [2.3.0](https://github.com/awslabs/iot-app-kit/compare/core-v2.2.0...core-v2.3.0) (2022-11-01)


### Bug Fixes

* changelog ([9a34f6f](https://github.com/awslabs/iot-app-kit/commit/9a34f6f3da21e02da71d4db6e7235c2ec7ed6017))

## 2.2.0 (2022-10-21)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "2.2.0",
"version": "2.3.0",
"description": "IoT Application Kit core",
"main": "./dist/index.cj.js",
"module": "./dist/index.js",
Expand Down
16 changes: 16 additions & 0 deletions packages/react-components/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.

## [2.3.0](https://github.com/awslabs/iot-app-kit/compare/react-components-v2.2.0...react-components-v2.3.0) (2022-11-01)


### Bug Fixes

* changelog ([9a34f6f](https://github.com/awslabs/iot-app-kit/commit/9a34f6f3da21e02da71d4db6e7235c2ec7ed6017))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @iot-app-kit/core bumped from ^2.2.0 to ^2.3.0
* @iot-app-kit/components bumped from ^2.2.0 to ^2.3.0
* @iot-app-kit/source-iottwinmaker bumped from ^2.2.0 to ^2.3.0

## 2.2.0 (2022-10-21)

### Features
Expand Down
8 changes: 4 additions & 4 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"access": "public"
},
"sideEffects": false,
"version": "2.2.0",
"version": "2.3.0",
"description": "React specific wrapper for IoT Application Kit",
"author": {
"name": "Amazon Web Services",
Expand Down Expand Up @@ -79,9 +79,9 @@
},
"dependencies": {
"@awsui/components-react": "^3.0.0",
"@iot-app-kit/core": "^2.2.0",
"@iot-app-kit/components": "^2.2.0",
"@iot-app-kit/source-iottwinmaker": "^2.2.0",
"@iot-app-kit/core": "^2.3.0",
"@iot-app-kit/components": "^2.3.0",
"@iot-app-kit/source-iottwinmaker": "^2.3.0",
"dompurify": "2.3.4",
"uuid": "^8.3.2",
"video.js": "7.14.3"
Expand Down
Loading

0 comments on commit c1e1b2b

Please sign in to comment.