Skip to content

Commit

Permalink
chore(release): v2.13.0 (#1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpascual committed May 1, 2023
1 parent 897e7c6 commit 2754349
Show file tree
Hide file tree
Showing 14 changed files with 58 additions and 17 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.13.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.12.2...v2.13.0) (2023-05-01)

### Bug Fixes

- autocomplete display value is undefined on cancel ([#994](https://github.com/aws-amplify/amplify-codegen-ui/issues/994)) ([41637ce](https://github.com/aws-amplify/amplify-codegen-ui/commit/41637ce1b10f9cc9879ccf085d5251019229294a))
- set conditional messaging for ui-react-storage ([#996](https://github.com/aws-amplify/amplify-codegen-ui/issues/996)) ([62595dc](https://github.com/aws-amplify/amplify-codegen-ui/commit/62595dcf90a5e5555699b0283723f479c2d22e6a))
- update form with storage field should render with existing files ([#993](https://github.com/aws-amplify/amplify-codegen-ui/issues/993)) ([ba85dbb](https://github.com/aws-amplify/amplify-codegen-ui/commit/ba85dbb4702c6d1092df435f478754feffe7b448))

### Features

- add processFile callback to rendered StorageManager for hashing filename ([#995](https://github.com/aws-amplify/amplify-codegen-ui/issues/995)) ([897e7c6](https://github.com/aws-amplify/amplify-codegen-ui/commit/897e7c6ff6f8410da96aa80c883957377cf188d4))

## [2.12.2](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.12.1...v2.12.2) (2023-04-19)

### 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.12.2",
"version": "2.13.0",
"command": {
"version": {
"message": "chore(release): %s"
Expand Down
4 changes: 4 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,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.13.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.12.2...v2.13.0) (2023-05-01)

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

## [2.12.2](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.12.1...v2.12.2) (2023-04-19)

**Note:** Version bump only for package @aws-amplify/codegen-ui-golden-files
Expand Down
4 changes: 2 additions & 2 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.12.2",
"version": "2.13.0",
"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.12.2",
"@aws-amplify/codegen-ui": "2.13.0",
"@aws-amplify/datastore": "^3.12.12",
"@aws-amplify/ui-react": "^3.5.7",
"aws-amplify": "^4.3.37",
Expand Down
12 changes: 12 additions & 0 deletions packages/codegen-ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.13.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.12.2...v2.13.0) (2023-05-01)

### Bug Fixes

- autocomplete display value is undefined on cancel ([#994](https://github.com/aws-amplify/amplify-codegen-ui/issues/994)) ([41637ce](https://github.com/aws-amplify/amplify-codegen-ui/commit/41637ce1b10f9cc9879ccf085d5251019229294a))
- set conditional messaging for ui-react-storage ([#996](https://github.com/aws-amplify/amplify-codegen-ui/issues/996)) ([62595dc](https://github.com/aws-amplify/amplify-codegen-ui/commit/62595dcf90a5e5555699b0283723f479c2d22e6a))
- update form with storage field should render with existing files ([#993](https://github.com/aws-amplify/amplify-codegen-ui/issues/993)) ([ba85dbb](https://github.com/aws-amplify/amplify-codegen-ui/commit/ba85dbb4702c6d1092df435f478754feffe7b448))

### Features

- add processFile callback to rendered StorageManager for hashing filename ([#995](https://github.com/aws-amplify/amplify-codegen-ui/issues/995)) ([897e7c6](https://github.com/aws-amplify/amplify-codegen-ui/commit/897e7c6ff6f8410da96aa80c883957377cf188d4))

## [2.12.2](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.12.1...v2.12.2) (2023-04-19)

### 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.12.2",
"version": "2.13.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 @@ -31,7 +31,7 @@
"semver": "^7.3.5"
},
"dependencies": {
"@aws-amplify/codegen-ui": "2.12.2",
"@aws-amplify/codegen-ui": "2.13.0",
"@typescript/vfs": "~1.3.5",
"typescript": "<=4.5.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/codegen-ui/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.13.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.12.2...v2.13.0) (2023-05-01)

### Bug Fixes

- set conditional messaging for ui-react-storage ([#996](https://github.com/aws-amplify/amplify-codegen-ui/issues/996)) ([62595dc](https://github.com/aws-amplify/amplify-codegen-ui/commit/62595dcf90a5e5555699b0283723f479c2d22e6a))
- update form with storage field should render with existing files ([#993](https://github.com/aws-amplify/amplify-codegen-ui/issues/993)) ([ba85dbb](https://github.com/aws-amplify/amplify-codegen-ui/commit/ba85dbb4702c6d1092df435f478754feffe7b448))

## [2.12.2](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.12.1...v2.12.2) (2023-04-19)

### 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.12.2",
"version": "2.13.0",
"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.13.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.12.2...v2.13.0) (2023-05-01)

### Features

- add processFile callback to rendered StorageManager for hashing filename ([#995](https://github.com/aws-amplify/amplify-codegen-ui/issues/995)) ([897e7c6](https://github.com/aws-amplify/amplify-codegen-ui/commit/897e7c6ff6f8410da96aa80c883957377cf188d4))

## [2.12.2](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.12.1...v2.12.2) (2023-04-19)

**Note:** Version bump only for package @aws-amplify/codegen-ui-test-generator
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.12.2",
"version": "2.13.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.12.2",
"@aws-amplify/codegen-ui-react": "2.12.2",
"@aws-amplify/codegen-ui": "2.13.0",
"@aws-amplify/codegen-ui-react": "2.13.0",
"@types/node": "^15.12.1",
"loglevel": "^1.7.1",
"typescript": "^4.2.4"
Expand Down

0 comments on commit 2754349

Please sign in to comment.