Skip to content

Commit

Permalink
chore: release 2.6.4 (#498)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 23, 2023
1 parent 7c7dc2c commit e6490b6
Show file tree
Hide file tree
Showing 20 changed files with 180 additions and 67 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.6.3",
"packages/core": "2.6.3",
"packages/react-components": "2.6.3",
"packages/related-table": "2.6.3",
"packages/scene-composer": "2.6.3",
"packages/source-iotsitewise": "2.6.3",
"packages/source-iottwinmaker": "2.6.3",
"packages/table": "2.6.3",
".": "2.6.3"
"packages/components": "2.6.4",
"packages/core": "2.6.4",
"packages/react-components": "2.6.4",
"packages/related-table": "2.6.4",
"packages/scene-composer": "2.6.4",
"packages/source-iotsitewise": "2.6.4",
"packages/source-iottwinmaker": "2.6.4",
"packages/table": "2.6.4",
".": "2.6.4"
}
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.6.4](https://github.com/awslabs/iot-app-kit/compare/root-v2.6.3...root-v2.6.4) (2023-01-23)


### Bug Fixes

* propertyName with multi hyphen not working ([#496](https://github.com/awslabs/iot-app-kit/issues/496)) ([7c7dc2c](https://github.com/awslabs/iot-app-kit/commit/7c7dc2c9ab1d82505b1e30dab98b58e728cf75a0))

## [2.6.3](https://github.com/awslabs/iot-app-kit/compare/root-v2.6.2...root-v2.6.3) (2023-01-13)


Expand Down
72 changes: 36 additions & 36 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.6.3",
"version": "2.6.4",
"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.6.4](https://github.com/awslabs/iot-app-kit/compare/components-v2.6.3...components-v2.6.4) (2023-01-23)


### Miscellaneous Chores

* **components:** Synchronize undefined versions


### Dependencies

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

## [2.6.3](https://github.com/awslabs/iot-app-kit/compare/components-v2.6.2...components-v2.6.3) (2023-01-13)


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.6.3",
"version": "2.6.4",
"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.6.3",
"@iot-app-kit/related-table": "^2.6.3",
"@iot-app-kit/source-iotsitewise": "^2.6.3",
"@iot-app-kit/table": "^2.6.3",
"@iot-app-kit/core": "^2.6.4",
"@iot-app-kit/related-table": "^2.6.4",
"@iot-app-kit/source-iotsitewise": "^2.6.4",
"@iot-app-kit/table": "^2.6.4",
"@stencil/core": "^2.7.0",
"@synchro-charts/core": "^7.0.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.

## [2.6.4](https://github.com/awslabs/iot-app-kit/compare/core-v2.6.3...core-v2.6.4) (2023-01-23)


### Miscellaneous Chores

* **core:** Synchronize undefined versions

## [2.6.3](https://github.com/awslabs/iot-app-kit/compare/core-v2.6.2...core-v2.6.3) (2023-01-13)


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.6.3",
"version": "2.6.4",
"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.6.4](https://github.com/awslabs/iot-app-kit/compare/react-components-v2.6.3...react-components-v2.6.4) (2023-01-23)


### Miscellaneous Chores

* **react-components:** Synchronize undefined versions


### Dependencies

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

## [2.6.3](https://github.com/awslabs/iot-app-kit/compare/react-components-v2.6.2...react-components-v2.6.3) (2023-01-13)


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.6.3",
"version": "2.6.4",
"description": "React specific wrapper for IoT Application Kit",
"author": {
"name": "Amazon Web Services",
Expand Down Expand Up @@ -77,9 +77,9 @@
},
"dependencies": {
"@awsui/components-react": "^3.0.0",
"@iot-app-kit/core": "^2.6.3",
"@iot-app-kit/components": "^2.6.3",
"@iot-app-kit/source-iottwinmaker": "^2.6.3",
"@iot-app-kit/core": "^2.6.4",
"@iot-app-kit/components": "^2.6.4",
"@iot-app-kit/source-iottwinmaker": "^2.6.4",
"dompurify": "2.3.4",
"uuid": "^8.3.2",
"video.js": "7.20.3"
Expand Down
7 changes: 7 additions & 0 deletions packages/related-table/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.6.4](https://github.com/awslabs/iot-app-kit/compare/related-table-v2.6.3...related-table-v2.6.4) (2023-01-23)


### Miscellaneous Chores

* **related-table:** Synchronize undefined versions

## [2.6.3](https://github.com/awslabs/iot-app-kit/compare/related-table-v2.6.2...related-table-v2.6.3) (2023-01-13)


Expand Down
Loading

0 comments on commit e6490b6

Please sign in to comment.