Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): v2.20.0 #1143

Merged
merged 1 commit into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- add amplify js v6 beta canary ([#1139](https://github.com/aws-amplify/amplify-codegen-ui/issues/1139)) ([b20221a](https://github.com/aws-amplify/amplify-codegen-ui/commit/b20221ac6a4fd7e279d8cac770ec44b1d38f24ca))
- check if import name is a primitive and needs aliasing ([#1142](https://github.com/aws-amplify/amplify-codegen-ui/issues/1142)) ([f9dd802](https://github.com/aws-amplify/amplify-codegen-ui/commit/f9dd802789db47f02b23c26cbcb9931b3b04b7e5))
- migrate useAuth hook for v6 ([#1137](https://github.com/aws-amplify/amplify-codegen-ui/issues/1137)) ([0ebdca2](https://github.com/aws-amplify/amplify-codegen-ui/commit/0ebdca227e53a9cbfd3df1dbfc968cefbb19fc75))
- remove beta canaries ([#1141](https://github.com/aws-amplify/amplify-codegen-ui/issues/1141)) ([e2e5f41](https://github.com/aws-amplify/amplify-codegen-ui/commit/e2e5f41aa2342c2a0eefb338273f510952d5827d))
- v6 cli release canary ([#1140](https://github.com/aws-amplify/amplify-codegen-ui/issues/1140)) ([3064fec](https://github.com/aws-amplify/amplify-codegen-ui/commit/3064fec554d7f3cc46fb07a3daf68176ea8f6d6d))

### Features

- move amplify js v6 to latest ([#1135](https://github.com/aws-amplify/amplify-codegen-ui/issues/1135)) ([69ece2f](https://github.com/aws-amplify/amplify-codegen-ui/commit/69ece2f864d8772870952834c31566840facf8c2))

## [2.19.4](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.19.3...v2.19.4) (2023-11-02)

### 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.4",
"version": "2.20.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.20.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.19.4...v2.20.0) (2023-12-08)

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

## [2.19.4](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.19.3...v2.19.4) (2023-11-02)

**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.19.4",
"version": "2.20.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.19.4",
"@aws-amplify/codegen-ui": "2.20.0",
"@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.20.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.19.4...v2.20.0) (2023-12-08)

### Bug Fixes

- check if import name is a primitive and needs aliasing ([#1142](https://github.com/aws-amplify/amplify-codegen-ui/issues/1142)) ([f9dd802](https://github.com/aws-amplify/amplify-codegen-ui/commit/f9dd802789db47f02b23c26cbcb9931b3b04b7e5))
- migrate useAuth hook for v6 ([#1137](https://github.com/aws-amplify/amplify-codegen-ui/issues/1137)) ([0ebdca2](https://github.com/aws-amplify/amplify-codegen-ui/commit/0ebdca227e53a9cbfd3df1dbfc968cefbb19fc75))

### Features

- move amplify js v6 to latest ([#1135](https://github.com/aws-amplify/amplify-codegen-ui/issues/1135)) ([69ece2f](https://github.com/aws-amplify/amplify-codegen-ui/commit/69ece2f864d8772870952834c31566840facf8c2))

## [2.19.4](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.19.3...v2.19.4) (2023-11-02)

### 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.4",
"version": "2.20.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 @@ -34,7 +34,7 @@
"react-test-renderer": "^17.0.2"
},
"dependencies": {
"@aws-amplify/codegen-ui": "2.19.4",
"@aws-amplify/codegen-ui": "2.20.0",
"@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.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.19.4...v2.20.0) (2023-12-08)

### Bug Fixes

- check if import name is a primitive and needs aliasing ([#1142](https://github.com/aws-amplify/amplify-codegen-ui/issues/1142)) ([f9dd802](https://github.com/aws-amplify/amplify-codegen-ui/commit/f9dd802789db47f02b23c26cbcb9931b3b04b7e5))

## [2.19.4](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.19.3...v2.19.4) (2023-11-02)

**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.4",
"version": "2.20.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.20.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.19.4...v2.20.0) (2023-12-08)

### Features

- move amplify js v6 to latest ([#1135](https://github.com/aws-amplify/amplify-codegen-ui/issues/1135)) ([69ece2f](https://github.com/aws-amplify/amplify-codegen-ui/commit/69ece2f864d8772870952834c31566840facf8c2))

## [2.19.4](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.19.3...v2.19.4) (2023-11-02)

**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.19.4",
"version": "2.20.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.19.4",
"@aws-amplify/codegen-ui-react": "2.19.4",
"@aws-amplify/codegen-ui": "2.20.0",
"@aws-amplify/codegen-ui-react": "2.20.0",
"@types/node": "^15.12.1",
"loglevel": "^1.7.1",
"typescript": "^4.2.4"
Expand Down
Loading