Skip to content

Commit

Permalink
chore: release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and diehbria committed Nov 2, 2022
1 parent 35730e7 commit 14e95e1
Show file tree
Hide file tree
Showing 22 changed files with 219 additions and 75 deletions.
19 changes: 10 additions & 9 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"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",
"packages/dashboard": "2.3.0"
}
17 changes: 17 additions & 0 deletions 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/root-v2.2.0...root-v2.3.0) (2022-11-02)


### Features

* **dashboard:** alpha release of dashboard component ([f13002e](https://github.com/awslabs/iot-app-kit/commit/f13002e9df6e683de4fd88bbde1c55d36630830c))


### Bug Fixes

* add dashboard package to the npm workspace config ([61780a4](https://github.com/awslabs/iot-app-kit/commit/61780a48208161d52cf3b16973b49b73606de36d))
* Add dashboard to release-please-config ([5c7419c](https://github.com/awslabs/iot-app-kit/commit/5c7419caf94c6f70473721723c5702ee7db848e1))
* **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))
* **composer:** update translations ([#302](https://github.com/awslabs/iot-app-kit/issues/302)) ([95c2bda](https://github.com/awslabs/iot-app-kit/commit/95c2bdae2db263f20432a1f9ccf214cb26a001bf))
* **deps:** update synchro-charts, node-sass, nth-check ([#295](https://github.com/awslabs/iot-app-kit/issues/295)) ([016c216](https://github.com/awslabs/iot-app-kit/commit/016c216c2934d150f94e595d3ebb34aaafa69e27))

## 2.2.0 (2022-10-21)

### Features
Expand Down
83 changes: 42 additions & 41 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-02)


### Bug Fixes

* **deps:** update synchro-charts, node-sass, nth-check ([#295](https://github.com/awslabs/iot-app-kit/issues/295)) ([016c216](https://github.com/awslabs/iot-app-kit/commit/016c216c2934d150f94e595d3ebb34aaafa69e27))


### 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.4",
"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-02)


### Bug Fixes

* **deps:** update synchro-charts, node-sass, nth-check ([#295](https://github.com/awslabs/iot-app-kit/issues/295)) ([016c216](https://github.com/awslabs/iot-app-kit/commit/016c216c2934d150f94e595d3ebb34aaafa69e27))

## 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/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## 2.3.0 (2022-11-02)


### Features

* **dashboard:** alpha release of dashboard component ([f13002e](https://github.com/awslabs/iot-app-kit/commit/f13002e9df6e683de4fd88bbde1c55d36630830c))


### Dependencies

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

0 comments on commit 14e95e1

Please sign in to comment.