Skip to content

Commit

Permalink
chore(release): v2.19.3 (#1132)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Shih <jushih@amazon.com>
  • Loading branch information
Jshhhh and Justin Shih committed Oct 27, 2023
1 parent ef2769d commit 80194ff
Show file tree
Hide file tree
Showing 14 changed files with 56 additions and 18 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.19.3](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.19.0...v2.19.3) (2023-10-27)

### Bug Fixes

- add new imports for aws-amplify ([#1127](https://github.com/aws-amplify/amplify-codegen-ui/issues/1127)) ([f6a1bca](https://github.com/aws-amplify/amplify-codegen-ui/commit/f6a1bca7f0f03c08d734397bf25540f587e50ef5))
- add use client directive option to form renderer ([#1112](https://github.com/aws-amplify/amplify-codegen-ui/issues/1112)) ([0cfef0f](https://github.com/aws-amplify/amplify-codegen-ui/commit/0cfef0f2299dbbff8b79aacf0e4debb9bcf871a6))
- add v6 datastore import ([#1131](https://github.com/aws-amplify/amplify-codegen-ui/issues/1131)) ([ef2769d](https://github.com/aws-amplify/amplify-codegen-ui/commit/ef2769d7c0782720b47d0a598b21964e5dbd4339))
- change utils file to js ([#1126](https://github.com/aws-amplify/amplify-codegen-ui/issues/1126)) ([4507dde](https://github.com/aws-amplify/amplify-codegen-ui/commit/4507ddefdf66ac61a474446369c4b080fb06e825))
- join table related model name using incorrect casing in reduce callback ([#1124](https://github.com/aws-amplify/amplify-codegen-ui/issues/1124)) ([b047400](https://github.com/aws-amplify/amplify-codegen-ui/commit/b0474005d2f20b5b6e68f9b953ec47362e4cf3ed))
- remove aws-amplify dependency ([#1123](https://github.com/aws-amplify/amplify-codegen-ui/issues/1123)) ([dd7a773](https://github.com/aws-amplify/amplify-codegen-ui/commit/dd7a7730fd5e32563d5da9457d730db980be142f))

## [2.19.2](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.19.0...v2.19.2) (2023-10-26)

### 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.19.2",
"version": "2.19.3",
"command": {
"version": {
"message": "chore(release): %s"
Expand Down
6 changes: 6 additions & 0 deletions packages/codegen-ui-golden-files/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.19.3](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.19.0...v2.19.3) (2023-10-27)

### Bug Fixes

- add use client directive option to form renderer ([#1112](https://github.com/aws-amplify/amplify-codegen-ui/issues/1112)) ([0cfef0f](https://github.com/aws-amplify/amplify-codegen-ui/commit/0cfef0f2299dbbff8b79aacf0e4debb9bcf871a6))

## [2.19.2](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.19.0...v2.19.2) (2023-10-26)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/codegen-ui-golden-files/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-golden-files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/codegen-ui-golden-files",
"version": "2.19.2",
"version": "2.19.3",
"description": "Models of outputs to customer project",
"author": "Amazon Web Services",
"homepage": "https://docs.amplify.aws/",
Expand All @@ -11,7 +11,7 @@
"typescript": "^4.8.4"
},
"dependencies": {
"@aws-amplify/codegen-ui": "2.19.2",
"@aws-amplify/codegen-ui": "2.19.3",
"@aws-amplify/datastore": "^3.12.12",
"@aws-amplify/ui-react": "^3.5.7",
"aws-amplify": "^4.3.37",
Expand Down
11 changes: 11 additions & 0 deletions packages/codegen-ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.19.3](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.19.0...v2.19.3) (2023-10-27)

### Bug Fixes

- add new imports for aws-amplify ([#1127](https://github.com/aws-amplify/amplify-codegen-ui/issues/1127)) ([f6a1bca](https://github.com/aws-amplify/amplify-codegen-ui/commit/f6a1bca7f0f03c08d734397bf25540f587e50ef5))
- add use client directive option to form renderer ([#1112](https://github.com/aws-amplify/amplify-codegen-ui/issues/1112)) ([0cfef0f](https://github.com/aws-amplify/amplify-codegen-ui/commit/0cfef0f2299dbbff8b79aacf0e4debb9bcf871a6))
- add v6 datastore import ([#1131](https://github.com/aws-amplify/amplify-codegen-ui/issues/1131)) ([ef2769d](https://github.com/aws-amplify/amplify-codegen-ui/commit/ef2769d7c0782720b47d0a598b21964e5dbd4339))
- change utils file to js ([#1126](https://github.com/aws-amplify/amplify-codegen-ui/issues/1126)) ([4507dde](https://github.com/aws-amplify/amplify-codegen-ui/commit/4507ddefdf66ac61a474446369c4b080fb06e825))
- join table related model name using incorrect casing in reduce callback ([#1124](https://github.com/aws-amplify/amplify-codegen-ui/issues/1124)) ([b047400](https://github.com/aws-amplify/amplify-codegen-ui/commit/b0474005d2f20b5b6e68f9b953ec47362e4cf3ed))
- remove aws-amplify dependency ([#1123](https://github.com/aws-amplify/amplify-codegen-ui/issues/1123)) ([dd7a773](https://github.com/aws-amplify/amplify-codegen-ui/commit/dd7a7730fd5e32563d5da9457d730db980be142f))

## [2.19.2](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.19.0...v2.19.2) (2023-10-26)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 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.19.2",
"version": "2.19.3",
"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.19.2",
"@aws-amplify/codegen-ui": "2.19.3",
"@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.19.3](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.19.0...v2.19.3) (2023-10-27)

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

## [2.19.2](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.19.0...v2.19.2) (2023-10-26)

**Note:** Version bump only for package @aws-amplify/codegen-ui
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.19.2",
"version": "2.19.3",
"description": "generic component code generation interface definitions",
"author": "Amazon Web Services",
"homepage": "https://docs.amplify.aws/",
Expand Down
6 changes: 6 additions & 0 deletions packages/test-generator/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.19.3](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.19.0...v2.19.3) (2023-10-27)

### Bug Fixes

- add use client directive option to form renderer ([#1112](https://github.com/aws-amplify/amplify-codegen-ui/issues/1112)) ([0cfef0f](https://github.com/aws-amplify/amplify-codegen-ui/commit/0cfef0f2299dbbff8b79aacf0e4debb9bcf871a6))

## [2.19.2](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.19.0...v2.19.2) (2023-10-26)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 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.19.2",
"version": "2.19.3",
"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.19.2",
"@aws-amplify/codegen-ui-react": "2.19.2",
"@aws-amplify/codegen-ui": "2.19.3",
"@aws-amplify/codegen-ui-react": "2.19.3",
"@types/node": "^15.12.1",
"loglevel": "^1.7.1",
"typescript": "^4.2.4"
Expand Down

0 comments on commit 80194ff

Please sign in to comment.