Skip to content

Commit

Permalink
chore(release): v2.20.1 (#1158)
Browse files Browse the repository at this point in the history
  • Loading branch information
zchenwei committed Mar 28, 2024
1 parent 70799cb commit c044fb9
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 16 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- add optional chaining ([#1156](https://github.com/aws-amplify/amplify-codegen-ui/issues/1156)) ([70799cb](https://github.com/aws-amplify/amplify-codegen-ui/commit/70799cb0e8fcc6a873bdf1e673683c18d860525d))
- fix code scanning alerts ([#1155](https://github.com/aws-amplify/amplify-codegen-ui/issues/1155)) ([575cbcc](https://github.com/aws-amplify/amplify-codegen-ui/commit/575cbccad19ed2c8df0aa5315898a3cc57ee6fc6))
- use non-aliased name when importing custom components ([7d68d83](https://github.com/aws-amplify/amplify-codegen-ui/commit/7d68d83a1756606298b606b37b05d72a351da17c))

# [2.20.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.19.4...v2.20.0) (2023-12-08)

### 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.0",
"version": "2.20.1",
"command": {
"version": {
"message": "chore(release): %s"
Expand Down
7 changes: 7 additions & 0 deletions packages/codegen-ui-react/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.20.1](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.20.0...v2.20.1) (2024-03-28)

### Bug Fixes

- add optional chaining ([#1156](https://github.com/aws-amplify/amplify-codegen-ui/issues/1156)) ([70799cb](https://github.com/aws-amplify/amplify-codegen-ui/commit/70799cb0e8fcc6a873bdf1e673683c18d860525d))
- use non-aliased name when importing custom components ([7d68d83](https://github.com/aws-amplify/amplify-codegen-ui/commit/7d68d83a1756606298b606b37b05d72a351da17c))

# [2.20.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.19.4...v2.20.0) (2023-12-08)

### 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.0",
"version": "2.20.1",
"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.0",
"@aws-amplify/codegen-ui": "2.20.1",
"@typescript/vfs": "~1.3.5",
"pluralize": "^8.0.0",
"semver": "^7.5.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/codegen-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- use non-aliased name when importing custom components ([7d68d83](https://github.com/aws-amplify/amplify-codegen-ui/commit/7d68d83a1756606298b606b37b05d72a351da17c))

# [2.20.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.19.4...v2.20.0) (2023-12-08)

### 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.0",
"version": "2.20.1",
"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.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

# [2.20.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.19.4...v2.20.0) (2023-12-08)

### Features
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.0",
"version": "2.20.1",
"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.0",
"@aws-amplify/codegen-ui-react": "2.20.0",
"@aws-amplify/codegen-ui": "2.20.1",
"@aws-amplify/codegen-ui-react": "2.20.1",
"@types/node": "^15.12.1",
"loglevel": "^1.7.1",
"typescript": "^4.2.4"
Expand Down

0 comments on commit c044fb9

Please sign in to comment.