Skip to content

Commit 02488e0

Browse files
JshhhhJustin Shih
andauthored
chore(release): v2.18.0 (#1111)
Co-authored-by: Justin Shih <[email protected]>
1 parent f731222 commit 02488e0

File tree

14 files changed

+55
-20
lines changed

14 files changed

+55
-20
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.18.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.17.0...v2.18.0) (2023-10-18)
7+
8+
### Features
9+
10+
- 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))
11+
- 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))
12+
- 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))
13+
- 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))
14+
- 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))
15+
616
# [2.17.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.16.0...v2.17.0) (2023-10-03)
717

818
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages": ["packages/*"],
33
"exact": true,
4-
"version": "2.17.0",
4+
"version": "2.18.0",
55
"command": {
66
"version": {
77
"message": "chore(release): %s"

packages/codegen-ui-golden-files/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.18.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.17.0...v2.18.0) (2023-10-18)
7+
8+
**Note:** Version bump only for package @aws-amplify/codegen-ui-golden-files
9+
610
# [2.17.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.16.0...v2.17.0) (2023-10-03)
711

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

packages/codegen-ui-golden-files/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/codegen-ui-golden-files/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/codegen-ui-golden-files",
3-
"version": "2.17.0",
3+
"version": "2.18.0",
44
"description": "Models of outputs to customer project",
55
"author": "Amazon Web Services",
66
"homepage": "https://docs.amplify.aws/",
@@ -11,7 +11,7 @@
1111
"typescript": "^4.8.4"
1212
},
1313
"dependencies": {
14-
"@aws-amplify/codegen-ui": "2.17.0",
14+
"@aws-amplify/codegen-ui": "2.18.0",
1515
"@aws-amplify/datastore": "^3.12.12",
1616
"@aws-amplify/ui-react": "^3.5.7",
1717
"aws-amplify": "^4.3.37",

packages/codegen-ui-react/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.18.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.17.0...v2.18.0) (2023-10-18)
7+
8+
### Features
9+
10+
- 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))
11+
- 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))
12+
- 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))
13+
- 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))
14+
- 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))
15+
616
# [2.17.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.16.0...v2.17.0) (2023-10-03)
717

818
### Bug Fixes

packages/codegen-ui-react/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/codegen-ui-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/codegen-ui-react",
3-
"version": "2.17.0",
3+
"version": "2.18.0",
44
"description": "Amplify UI React code generation implementation",
55
"author": "Amazon Web Services",
66
"repository": "https://github.com/aws-amplify/amplify-codegen-ui.git",
@@ -36,7 +36,7 @@
3636
"react-test-renderer": "^17.0.2"
3737
},
3838
"dependencies": {
39-
"@aws-amplify/codegen-ui": "2.17.0",
39+
"@aws-amplify/codegen-ui": "2.18.0",
4040
"@typescript/vfs": "~1.3.5",
4141
"pluralize": "^8.0.0",
4242
"semver": "^7.5.4",

packages/codegen-ui/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.18.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.17.0...v2.18.0) (2023-10-18)
7+
8+
**Note:** Version bump only for package @aws-amplify/codegen-ui
9+
610
# [2.17.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.16.0...v2.17.0) (2023-10-03)
711

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

packages/codegen-ui/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/codegen-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/codegen-ui",
3-
"version": "2.17.0",
3+
"version": "2.18.0",
44
"description": "generic component code generation interface definitions",
55
"author": "Amazon Web Services",
66
"homepage": "https://docs.amplify.aws/",

packages/test-generator/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.18.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.17.0...v2.18.0) (2023-10-18)
7+
8+
### Features
9+
10+
- 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))
11+
- 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))
12+
613
# [2.17.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.16.0...v2.17.0) (2023-10-03)
714

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

packages/test-generator/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/test-generator/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/codegen-ui-test-generator",
3-
"version": "2.17.0",
3+
"version": "2.18.0",
44
"description": "Test generator with sample JSON files",
55
"author": "Amazon Web Services",
66
"repository": "https://github.com/aws-amplify/amplify-codegen-ui.git",
@@ -19,8 +19,8 @@
1919
"dist/**"
2020
],
2121
"dependencies": {
22-
"@aws-amplify/codegen-ui": "2.17.0",
23-
"@aws-amplify/codegen-ui-react": "2.17.0",
22+
"@aws-amplify/codegen-ui": "2.18.0",
23+
"@aws-amplify/codegen-ui-react": "2.18.0",
2424
"@types/node": "^15.12.1",
2525
"loglevel": "^1.7.1",
2626
"typescript": "^4.2.4"

0 commit comments

Comments
 (0)