Skip to content

Commit

Permalink
chore: release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 17, 2023
1 parent ab960ad commit 7ee6713
Show file tree
Hide file tree
Showing 22 changed files with 243 additions and 85 deletions.
20 changes: 10 additions & 10 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"packages/components": "3.0.0",
"packages/core": "3.0.0",
"packages/dashboard": "3.0.0",
"packages/react-components": "3.0.0",
"packages/related-table": "3.0.0",
"packages/scene-composer": "3.0.0",
"packages/source-iotsitewise": "3.0.0",
"packages/source-iottwinmaker": "3.0.0",
"packages/table": "3.0.0",
".": "3.0.0"
"packages/components": "3.1.0",
"packages/core": "3.1.0",
"packages/dashboard": "3.1.0",
"packages/react-components": "3.1.0",
"packages/related-table": "3.1.0",
"packages/scene-composer": "3.1.0",
"packages/source-iotsitewise": "3.1.0",
"packages/source-iottwinmaker": "3.1.0",
"packages/table": "3.1.0",
".": "3.1.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.0](https://github.com/awslabs/iot-app-kit/compare/root-v3.0.0...root-v3.1.0) (2023-03-17)


### Features

* **composer:** add runtime tag settings change support ([bedae1a](https://github.com/awslabs/iot-app-kit/commit/bedae1a6edade539daf041ff0a16d4da239b5341))
* **dashboard:** complete table support ([29bbb4c](https://github.com/awslabs/iot-app-kit/commit/29bbb4cb3297ed739390e349af9069ad6601c368))


### Bug Fixes

* **aws-sdk:** fix the build failure due to internal dependencies ([ab960ad](https://github.com/awslabs/iot-app-kit/commit/ab960ad28e93fa3ce875768537e4fa4b6fdaedfd))
* **composer:** fix error with rendering 3D tiles ([785d833](https://github.com/awslabs/iot-app-kit/commit/785d8338fbb2908a01a6a40b55cc3d7b3fda1ab4))
* **composer:** temporarily remove view cursor svg ([637a1e3](https://github.com/awslabs/iot-app-kit/commit/637a1e39d9cf626c3b1efee0ed526b198e5eec4b))
* **dashboard:** fix edit mode bugs ([2e88abf](https://github.com/awslabs/iot-app-kit/commit/2e88abf6c7ec72f192ec272b13c3d66101646734))
* **dashboard:** fix styling for component palette and add tests for drag and drop ([41fd944](https://github.com/awslabs/iot-app-kit/commit/41fd944edcfdd0159aec29dd86b5f0b3dc17ff23))
* **react-components:** set timezone for jest to UTC to prevent local test failures ([44c3793](https://github.com/awslabs/iot-app-kit/commit/44c379338a2a9110600a0502e37ae4dceaf0ab09))
* **scene-composer:** remove invalid workspace syntax ([#640](https://github.com/awslabs/iot-app-kit/issues/640)) ([ed3b28d](https://github.com/awslabs/iot-app-kit/commit/ed3b28dc86fdae2e70b639ce2774217cd92b6122))
* **typescript:** re-enables typescript for component package tests ([9b1ef48](https://github.com/awslabs/iot-app-kit/commit/9b1ef48bf53b797c7d0ce1957d72d85fee6c74ed))

## [3.0.0](https://github.com/awslabs/iot-app-kit/compare/root-v2.6.5...root-v3.0.0) (2023-03-04)


Expand Down
94 changes: 47 additions & 47 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": "3.0.0",
"version": "3.1.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.

## [3.1.0](https://github.com/awslabs/iot-app-kit/compare/components-v3.0.0...components-v3.1.0) (2023-03-17)


### Bug Fixes

* **typescript:** re-enables typescript for component package tests ([9b1ef48](https://github.com/awslabs/iot-app-kit/commit/9b1ef48bf53b797c7d0ce1957d72d85fee6c74ed))


### Dependencies

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

## [3.0.0](https://github.com/awslabs/iot-app-kit/compare/components-v2.6.5...components-v3.0.0) (2023-03-04)


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": "3.0.0",
"version": "3.1.0",
"description": "IoT App Kit Components",
"main": "dist/index.cjs.js",
"module": "dist/custom-elements/index.js",
Expand Down Expand Up @@ -63,10 +63,10 @@
"@awsui/collection-hooks": "^1.0.0",
"@awsui/components-react": "^3.0.0",
"@awsui/design-tokens": "^3.0.0",
"@iot-app-kit/core": "3.0.0",
"@iot-app-kit/related-table": "3.0.0",
"@iot-app-kit/source-iotsitewise": "3.0.0",
"@iot-app-kit/table": "3.0.0",
"@iot-app-kit/core": "3.1.0",
"@iot-app-kit/related-table": "3.1.0",
"@iot-app-kit/source-iotsitewise": "3.1.0",
"@iot-app-kit/table": "3.1.0",
"@stencil/core": "^2.7.0",
"@synchro-charts/core": "7.2.0",
"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.

## [3.1.0](https://github.com/awslabs/iot-app-kit/compare/core-v3.0.0...core-v3.1.0) (2023-03-17)


### Miscellaneous Chores

* **core:** Synchronize undefined versions

## [3.0.0](https://github.com/awslabs/iot-app-kit/compare/core-v2.6.5...core-v3.0.0) (2023-03-04)


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": "3.0.0",
"version": "3.1.0",
"description": "IoT Application Kit core",
"main": "./dist/index.cj.js",
"module": "./dist/index.js",
Expand Down
Loading

0 comments on commit 7ee6713

Please sign in to comment.