Skip to content

Commit

Permalink
chore(release): v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Woolum authored and cwoolum committed Oct 12, 2022
1 parent 0bfe2a3 commit 046cd3b
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.4.2...v2.5.0) (2022-10-12)

**Note:** Version bump only for package @aws-amplify/amplify-codegen-ui

## [2.4.2](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.4.1...v2.4.2) (2022-10-11)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*"
],
"exact": true,
"version": "2.4.2",
"version": "2.5.0",
"command": {
"version": {
"message": "chore(release): %s"
Expand Down
4 changes: 4 additions & 0 deletions packages/codegen-ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.4.2...v2.5.0) (2022-10-12)

**Note:** Version bump only for package @aws-amplify/codegen-ui-react

## [2.4.2](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.4.1...v2.4.2) (2022-10-11)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/codegen-ui-react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/codegen-ui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/codegen-ui-react",
"version": "2.4.2",
"version": "2.5.0",
"description": "Amplify UI React code generation implementation",
"author": "Amazon Web Services",
"repository": "https://github.com/aws-amplify/amplify-codegen-ui.git",
Expand Down Expand Up @@ -28,7 +28,7 @@
"semver": "^7.3.5"
},
"dependencies": {
"@aws-amplify/codegen-ui": "2.4.2",
"@aws-amplify/codegen-ui": "2.5.0",
"@typescript/vfs": "~1.3.5",
"typescript": "<=4.5.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/codegen-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.4.2...v2.5.0) (2022-10-12)

**Note:** Version bump only for package @aws-amplify/codegen-ui

## [2.4.2](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.4.1...v2.4.2) (2022-10-11)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/codegen-ui/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 packages/codegen-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/codegen-ui",
"version": "2.4.2",
"version": "2.5.0",
"description": "generic component code generation interface definitions",
"author": "Amazon Web Services",
"homepage": "https://docs.amplify.aws/",
Expand Down
4 changes: 4 additions & 0 deletions packages/test-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.4.2...v2.5.0) (2022-10-12)

**Note:** Version bump only for package @aws-amplify/codegen-ui-test-generator

## [2.4.2](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.4.1...v2.4.2) (2022-10-11)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/test-generator/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/test-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/codegen-ui-test-generator",
"version": "2.4.2",
"version": "2.5.0",
"description": "Test generator with sample JSON files",
"author": "Amazon Web Services",
"repository": "https://github.com/aws-amplify/amplify-codegen-ui.git",
Expand All @@ -19,8 +19,8 @@
"dist/**"
],
"dependencies": {
"@aws-amplify/codegen-ui": "2.4.2",
"@aws-amplify/codegen-ui-react": "2.4.2",
"@aws-amplify/codegen-ui": "2.5.0",
"@aws-amplify/codegen-ui-react": "2.5.0",
"@types/node": "^15.12.1",
"loglevel": "^1.7.1",
"typescript": "^4.2.4"
Expand Down

0 comments on commit 046cd3b

Please sign in to comment.