Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 2.4.2 #330

Merged
merged 1 commit into from
Nov 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.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"
"packages/components": "2.4.2",
"packages/core": "2.4.2",
"packages/react-components": "2.4.2",
"packages/related-table": "2.4.2",
"packages/scene-composer": "2.4.2",
"packages/source-iotsitewise": "2.4.2",
"packages/source-iottwinmaker": "2.4.2",
"packages/table": "2.4.2",
".": "2.4.2",
"packages/dashboard": "2.4.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.4.2](https://github.com/awslabs/iot-app-kit/compare/root-v2.4.1...root-v2.4.2) (2022-11-08)


### Bug Fixes

* **composer:** Scene Hierarchy radio buttons & bug fix for selection on single click ([#326](https://github.com/awslabs/iot-app-kit/issues/326)) ([1026cb4](https://github.com/awslabs/iot-app-kit/commit/1026cb4d607317a43bb45e0058e9762a3a5430c1))
* require npm >=8.7.0 to fix yarn.lock issue with d3-color-1-fix ([#331](https://github.com/awslabs/iot-app-kit/issues/331)) ([eba59ca](https://github.com/awslabs/iot-app-kit/commit/eba59cac747cb5a359ddb6596f02c8a26d5cd5c0))

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


Expand Down
84 changes: 42 additions & 42 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.1",
"version": "2.4.2",
"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.2](https://github.com/awslabs/iot-app-kit/compare/components-v2.4.1...components-v2.4.2) (2022-11-08)


### Miscellaneous Chores

* **components:** Synchronize undefined versions


### Dependencies

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

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


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.1",
"version": "2.4.2",
"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.1",
"@iot-app-kit/related-table": "^2.4.1",
"@iot-app-kit/source-iotsitewise": "^2.4.1",
"@iot-app-kit/table": "^2.4.1",
"@iot-app-kit/core": "^2.4.2",
"@iot-app-kit/related-table": "^2.4.2",
"@iot-app-kit/source-iotsitewise": "^2.4.2",
"@iot-app-kit/table": "^2.4.2",
"@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.2](https://github.com/awslabs/iot-app-kit/compare/core-v2.4.1...core-v2.4.2) (2022-11-08)


### Miscellaneous Chores

* **core:** Synchronize undefined versions

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


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.1",
"version": "2.4.2",
"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.2](https://github.com/awslabs/iot-app-kit/compare/dashboard-v2.4.1...dashboard-v2.4.2) (2022-11-08)


### Miscellaneous Chores

* **dashboard:** Synchronize undefined versions


### Dependencies

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

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


Expand Down
Loading