Skip to content

Commit

Permalink
feat(all): release version 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuss committed Mar 31, 2023
1 parent 0ffafee commit 72ca893
Show file tree
Hide file tree
Showing 30 changed files with 229 additions and 229 deletions.
28 changes: 14 additions & 14 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"packages/components": "5.0.0",
"packages/core": "5.0.0",
"packages/dashboard": "5.0.0",
"packages/core-util": "5.0.0",
"packages/react-components": "5.0.0",
"packages/related-table": "5.0.0",
"packages/scene-composer": "5.0.0",
"packages/source-iotsitewise": "5.0.0",
"packages/source-iottwinmaker": "5.0.0",
".": "5.0.0",
"configuration/jest-config": "5.0.0",
"packages/testing-util": "5.0.0",
"configuration/ts-config": "5.0.0",
"configuration/eslint-config": "5.0.0"
"packages/components": "4.0.2",
"packages/core": "4.0.2",
"packages/dashboard": "4.0.2",
"packages/core-util": "4.0.2",
"packages/react-components": "4.0.2",
"packages/related-table": "4.0.2",
"packages/scene-composer": "4.0.2",
"packages/source-iotsitewise": "4.0.2",
"packages/source-iottwinmaker": "4.0.2",
".": "4.0.2",
"configuration/jest-config": "4.0.2",
"packages/testing-util": "4.0.2",
"configuration/ts-config": "4.0.2",
"configuration/eslint-config": "4.0.2"
}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.0](https://github.com/awslabs/iot-app-kit/compare/root-v4.0.1...root-v5.0.0) (2023-03-30)
## [4.0.2](https://github.com/awslabs/iot-app-kit/compare/root-v4.0.1...root-v4.0.2) (2023-03-30)


### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion configuration/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 5.0.0 (2023-03-30)
## 4.0.2 (2023-03-30)


### Miscellaneous Chores
Expand Down
2 changes: 1 addition & 1 deletion configuration/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eslint-config-iot-app-kit",
"main": "index.js",
"private": true,
"version": "5.0.0",
"version": "4.0.2",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.23.0",
Expand Down
2 changes: 1 addition & 1 deletion configuration/jest-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 5.0.0 (2023-03-30)
## 4.0.2 (2023-03-30)


### Miscellaneous Chores
Expand Down
2 changes: 1 addition & 1 deletion configuration/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iot-app-kit/jest-config",
"version": "5.0.0",
"version": "4.0.2",
"main": "index.ts",
"private": true,
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion configuration/ts-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 5.0.0 (2023-03-30)
## 4.0.2 (2023-03-30)


### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion configuration/ts-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iot-app-kit/ts-config",
"version": "5.0.0",
"version": "4.0.2",
"type": "module",
"private": true,
"files": [
Expand Down

0 comments on commit 72ca893

Please sign in to comment.