Skip to content

Commit

Permalink
Merge branch 'main' into bounding-box-minus-helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
jwills-jdubs authored Nov 7, 2022
2 parents b8b6556 + 037e1a4 commit ffd73c8
Show file tree
Hide file tree
Showing 25 changed files with 241 additions and 84 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": "2.4.0",
"packages/core": "2.4.0",
"packages/react-components": "2.4.0",
"packages/related-table": "2.4.0",
"packages/scene-composer": "2.4.0",
"packages/source-iotsitewise": "2.4.0",
"packages/source-iottwinmaker": "2.4.0",
"packages/table": "2.4.0",
".": "2.4.0",
"packages/dashboard": "2.4.0"
"packages/components": "2.4.1",
"packages/core": "2.4.1",
"packages/react-components": "2.4.1",
"packages/related-table": "2.4.1",
"packages/scene-composer": "2.4.1",
"packages/source-iotsitewise": "2.4.1",
"packages/source-iottwinmaker": "2.4.1",
"packages/table": "2.4.1",
".": "2.4.1",
"packages/dashboard": "2.4.1"
}
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.

## [2.4.1](https://github.com/awslabs/iot-app-kit/compare/root-v2.4.0...root-v2.4.1) (2022-11-07)


### Bug Fixes

* **composer:** boolean data always converted to false ([#323](https://github.com/awslabs/iot-app-kit/issues/323)) ([254d68f](https://github.com/awslabs/iot-app-kit/commit/254d68f610efd1c75963f91c185bd42a2d649365))

## [2.4.0](https://github.com/awslabs/iot-app-kit/compare/root-v2.3.0...root-v2.4.0) (2022-11-04)


Expand Down
82 changes: 41 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.4.0",
"version": "2.4.1",
"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.4.1](https://github.com/awslabs/iot-app-kit/compare/components-v2.4.0...components-v2.4.1) (2022-11-07)


### Miscellaneous Chores

* **components:** Synchronize undefined versions


### Dependencies

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

## [2.4.0](https://github.com/awslabs/iot-app-kit/compare/components-v2.3.0...components-v2.4.0) (2022-11-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": "2.4.0",
"version": "2.4.1",
"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.4.0",
"@iot-app-kit/related-table": "^2.4.0",
"@iot-app-kit/source-iotsitewise": "^2.4.0",
"@iot-app-kit/table": "^2.4.0",
"@iot-app-kit/core": "^2.4.1",
"@iot-app-kit/related-table": "^2.4.1",
"@iot-app-kit/source-iotsitewise": "^2.4.1",
"@iot-app-kit/table": "^2.4.1",
"@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.4.1](https://github.com/awslabs/iot-app-kit/compare/core-v2.4.0...core-v2.4.1) (2022-11-07)


### Miscellaneous Chores

* **core:** Synchronize undefined versions

## [2.4.0](https://github.com/awslabs/iot-app-kit/compare/core-v2.3.0...core-v2.4.0) (2022-11-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": "2.4.0",
"version": "2.4.1",
"description": "IoT Application Kit core",
"main": "./dist/index.cj.js",
"module": "./dist/index.js",
Expand Down
15 changes: 15 additions & 0 deletions packages/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [2.4.1](https://github.com/awslabs/iot-app-kit/compare/dashboard-v2.4.0...dashboard-v2.4.1) (2022-11-07)


### Miscellaneous Chores

* **dashboard:** Synchronize undefined versions


### Dependencies

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

## [2.4.0](https://github.com/awslabs/iot-app-kit/compare/dashboard-v2.3.0...dashboard-v2.4.0) (2022-11-04)


Expand Down
Loading

0 comments on commit ffd73c8

Please sign in to comment.