Skip to content

Commit

Permalink
chore(release): v2.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
awinberg-aws committed Jun 26, 2024
1 parent 236c75a commit 8d8ecbe
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 16 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.20.2](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.20.1...v2.20.2) (2024-06-25)

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

## [2.20.1](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.20.0...v2.20.1) (2024-03-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages": ["packages/*"],
"exact": true,
"version": "2.20.1",
"version": "2.20.2",
"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.20.2](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.20.1...v2.20.2) (2024-06-25)

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

## [2.20.1](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.20.0...v2.20.1) (2024-03-28)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions 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.20.1",
"version": "2.20.2",
"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 @@ -34,7 +34,7 @@
"react-test-renderer": "^17.0.2"
},
"dependencies": {
"@aws-amplify/codegen-ui": "2.20.1",
"@aws-amplify/codegen-ui": "2.20.2",
"@typescript/vfs": "~1.3.5",
"pluralize": "^8.0.0",
"semver": "^7.5.4",
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.20.2](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.20.1...v2.20.2) (2024-06-25)

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

## [2.20.1](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.20.0...v2.20.1) (2024-03-28)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions 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.20.1",
"version": "2.20.2",
"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.20.2](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.20.1...v2.20.2) (2024-06-25)

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

## [2.20.1](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.20.0...v2.20.1) (2024-03-28)

**Note:** Version bump only for package @aws-amplify/codegen-ui-test-generator
Expand Down
8 changes: 4 additions & 4 deletions 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.20.1",
"version": "2.20.2",
"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.20.1",
"@aws-amplify/codegen-ui-react": "2.20.1",
"@aws-amplify/codegen-ui": "2.20.2",
"@aws-amplify/codegen-ui-react": "2.20.2",
"@types/node": "^15.12.1",
"loglevel": "^1.7.1",
"typescript": "^4.2.4"
Expand Down

0 comments on commit 8d8ecbe

Please sign in to comment.