Skip to content

Commit

Permalink
chore(release): v2.19.0 (#1114)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Shih <[email protected]>
  • Loading branch information
Jshhhh and Justin Shih authored Oct 19, 2023
1 parent 381e0a5 commit b9a333f
Show file tree
Hide file tree
Showing 14 changed files with 70 additions and 27 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.19.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.17.0...v2.19.0) (2023-10-19)

### Bug Fixes

- move aws-amplify to deps ([#1113](https://github.com/aws-amplify/amplify-codegen-ui/issues/1113)) ([6b2206a](https://github.com/aws-amplify/amplify-codegen-ui/commit/6b2206ac2e19dae941b5b8cf720dba69013a14b2))
- move datastore to dependency ([#1115](https://github.com/aws-amplify/amplify-codegen-ui/issues/1115)) ([381e0a5](https://github.com/aws-amplify/amplify-codegen-ui/commit/381e0a570997bb9e24bcffd894687e8c9a1d46ed))

### Features

- add navigation and state mutation actions ([#1105](https://github.com/aws-amplify/amplify-codegen-ui/issues/1105)) ([4fb3cb7](https://github.com/aws-amplify/amplify-codegen-ui/commit/4fb3cb74a7aa9dc85063ccf46bed317a1bf403f6))
- add override and variant exports from ui-react to utils ([#1104](https://github.com/aws-amplify/amplify-codegen-ui/issues/1104)) ([85ecd5e](https://github.com/aws-amplify/amplify-codegen-ui/commit/85ecd5e05eb50abf13608cfa40ee7a008f7b3203))
- export get declaration filename helper ([#1109](https://github.com/aws-amplify/amplify-codegen-ui/issues/1109)) ([de1039c](https://github.com/aws-amplify/amplify-codegen-ui/commit/de1039cbeb8671972a67b28d30dcb5d7c0a87796))
- migrate auth and datastore hooks ([#1107](https://github.com/aws-amplify/amplify-codegen-ui/issues/1107)) ([f731222](https://github.com/aws-amplify/amplify-codegen-ui/commit/f731222512486ceb6fb4786d426be82c7f5f77c0))
- refactor override and utils to strings ([#1106](https://github.com/aws-amplify/amplify-codegen-ui/issues/1106)) ([1e2b41a](https://github.com/aws-amplify/amplify-codegen-ui/commit/1e2b41abe0d24c80890ead9e01925a86a4694658))

# [2.18.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.17.0...v2.18.0) (2023-10-18)

### Features
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.18.0",
"version": "2.19.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.19.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.17.0...v2.19.0) (2023-10-19)

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

# [2.18.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.17.0...v2.18.0) (2023-10-18)

**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.18.0",
"version": "2.19.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.18.0",
"@aws-amplify/codegen-ui": "2.19.0",
"@aws-amplify/datastore": "^3.12.12",
"@aws-amplify/ui-react": "^3.5.7",
"aws-amplify": "^4.3.37",
Expand Down
15 changes: 15 additions & 0 deletions packages/codegen-ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.19.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.17.0...v2.19.0) (2023-10-19)

### Bug Fixes

- move aws-amplify to deps ([#1113](https://github.com/aws-amplify/amplify-codegen-ui/issues/1113)) ([6b2206a](https://github.com/aws-amplify/amplify-codegen-ui/commit/6b2206ac2e19dae941b5b8cf720dba69013a14b2))
- move datastore to dependency ([#1115](https://github.com/aws-amplify/amplify-codegen-ui/issues/1115)) ([381e0a5](https://github.com/aws-amplify/amplify-codegen-ui/commit/381e0a570997bb9e24bcffd894687e8c9a1d46ed))

### Features

- add navigation and state mutation actions ([#1105](https://github.com/aws-amplify/amplify-codegen-ui/issues/1105)) ([4fb3cb7](https://github.com/aws-amplify/amplify-codegen-ui/commit/4fb3cb74a7aa9dc85063ccf46bed317a1bf403f6))
- add override and variant exports from ui-react to utils ([#1104](https://github.com/aws-amplify/amplify-codegen-ui/issues/1104)) ([85ecd5e](https://github.com/aws-amplify/amplify-codegen-ui/commit/85ecd5e05eb50abf13608cfa40ee7a008f7b3203))
- export get declaration filename helper ([#1109](https://github.com/aws-amplify/amplify-codegen-ui/issues/1109)) ([de1039c](https://github.com/aws-amplify/amplify-codegen-ui/commit/de1039cbeb8671972a67b28d30dcb5d7c0a87796))
- migrate auth and datastore hooks ([#1107](https://github.com/aws-amplify/amplify-codegen-ui/issues/1107)) ([f731222](https://github.com/aws-amplify/amplify-codegen-ui/commit/f731222512486ceb6fb4786d426be82c7f5f77c0))
- refactor override and utils to strings ([#1106](https://github.com/aws-amplify/amplify-codegen-ui/issues/1106)) ([1e2b41a](https://github.com/aws-amplify/amplify-codegen-ui/commit/1e2b41abe0d24c80890ead9e01925a86a4694658))

# [2.18.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.17.0...v2.18.0) (2023-10-18)

### Features
Expand Down
8 changes: 3 additions & 5 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.

14 changes: 7 additions & 7 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.18.0",
"version": "2.19.0",
"description": "Amplify UI React code generation implementation",
"author": "Amazon Web Services",
"repository": "https://github.com/aws-amplify/amplify-codegen-ui.git",
Expand All @@ -22,30 +22,30 @@
"devDependencies": {
"@aws-amplify/appsync-modelgen-plugin": "^2.3.3",
"@aws-amplify/datastore": "^4.7.5",
"aws-amplify": "^5.3.11",
"@aws-amplify/ui-react": "^4.6.0",
"@aws-amplify/ui-react-storage": "^1.1.0",
"@testing-library/react-hooks": "^7.0.1",
"@types/node": "^16.3.3",
"@types/pluralize": "^0.0.29",
"@types/react": "^17.0.4",
"@types/semver": "^7.3.9",
"aws-amplify": "^5.3.11",
"pascalcase": "1.0.0",
"react": "^17.0.0",
"react-test-renderer": "^17.0.2"
},
"dependencies": {
"@aws-amplify/codegen-ui": "2.18.0",
"@aws-amplify/codegen-ui": "2.19.0",
"@typescript/vfs": "~1.3.5",
"pluralize": "^8.0.0",
"semver": "^7.5.4",
"typescript": "<=4.5.0"
},
"peerDependencies": {
"react": "^16.8 || ^17.0 || ^18.0",
"react-dom": "^16.8 || ^17.0 || ^18.0",
"@aws-amplify/datastore": "^4.7.5",
"aws-amplify": "^5.3.11"
"aws-amplify": "^5.3.11",
"react": "^16.8 || ^17.0 || ^18.0",
"react-dom": "^16.8 || ^17.0 || ^18.0"
},
"peerDependenciesMeta": {
"@aws-amplify/datastore": {
Expand Down Expand Up @@ -99,4 +99,4 @@
"hermes-engine": ">=0.10.0",
"shell-quote": ">=1.7.3"
}
}
}
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.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.17.0...v2.19.0) (2023-10-19)

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

# [2.18.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.17.0...v2.18.0) (2023-10-18)

**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.18.0",
"version": "2.19.0",
"description": "generic component code generation interface definitions",
"author": "Amazon Web Services",
"homepage": "https://docs.amplify.aws/",
Expand Down
7 changes: 7 additions & 0 deletions packages/test-generator/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.19.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.17.0...v2.19.0) (2023-10-19)

### Features

- add navigation and state mutation actions ([#1105](https://github.com/aws-amplify/amplify-codegen-ui/issues/1105)) ([4fb3cb7](https://github.com/aws-amplify/amplify-codegen-ui/commit/4fb3cb74a7aa9dc85063ccf46bed317a1bf403f6))
- migrate auth and datastore hooks ([#1107](https://github.com/aws-amplify/amplify-codegen-ui/issues/1107)) ([f731222](https://github.com/aws-amplify/amplify-codegen-ui/commit/f731222512486ceb6fb4786d426be82c7f5f77c0))

# [2.18.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.17.0...v2.18.0) (2023-10-18)

### 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.18.0",
"version": "2.19.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.18.0",
"@aws-amplify/codegen-ui-react": "2.18.0",
"@aws-amplify/codegen-ui": "2.19.0",
"@aws-amplify/codegen-ui-react": "2.19.0",
"@types/node": "^15.12.1",
"loglevel": "^1.7.1",
"typescript": "^4.2.4"
Expand Down

0 comments on commit b9a333f

Please sign in to comment.