Skip to content

Commit

Permalink
feat(all): release 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuss committed Mar 31, 2023
1 parent be5321f commit 2b933ba
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.3",
"packages/core": "4.0.3",
"packages/dashboard": "4.0.3",
"packages/core-util": "4.0.3",
"packages/react-components": "4.0.3",
"packages/related-table": "4.0.3",
"packages/scene-composer": "4.0.3",
"packages/source-iotsitewise": "4.0.3",
"packages/source-iottwinmaker": "4.0.3",
".": "4.0.3",
"configuration/jest-config": "4.0.3",
"packages/testing-util": "4.0.3",
"configuration/ts-config": "4.0.3",
"configuration/eslint-config": "4.0.3"
}
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.2...root-v5.0.0) (2023-03-31)
## [4.0.3](https://github.com/awslabs/iot-app-kit/compare/root-v4.0.2...root-v4.0.3) (2023-03-31)


### ⚠ 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](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v4.0.2...eslint-config-v5.0.0) (2023-03-31)
## [4.0.3](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v4.0.2...eslint-config-v4.0.3) (2023-03-31)


### Features
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.3",
"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](https://github.com/awslabs/iot-app-kit/compare/jest-config-v4.0.2...jest-config-v5.0.0) (2023-03-31)
## [4.0.3](https://github.com/awslabs/iot-app-kit/compare/jest-config-v4.0.2...jest-config-v4.0.3) (2023-03-31)


### Features
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.3",
"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](https://github.com/awslabs/iot-app-kit/compare/ts-config-v4.0.2...ts-config-v5.0.0) (2023-03-31)
## [4.0.3](https://github.com/awslabs/iot-app-kit/compare/ts-config-v4.0.2...ts-config-v4.0.3) (2023-03-31)


### ⚠ 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.3",
"type": "module",
"private": true,
"files": [
Expand Down

0 comments on commit 2b933ba

Please sign in to comment.