Skip to content

Commit de75909

Browse files
authored
chore(release): v2.20.3 (#1175)
1 parent ca98c38 commit de75909

File tree

11 files changed

+39
-16
lines changed

11 files changed

+39
-16
lines changed

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.20.3](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.20.2...v2.20.3) (2025-04-10)
7+
8+
### Bug Fixes
9+
10+
- **codegen-ui-react:** add sanitization to binding expression ([#1174](https://github.com/aws-amplify/amplify-codegen-ui/issues/1174)) ([ca98c38](https://github.com/aws-amplify/amplify-codegen-ui/commit/ca98c38b7c3d69ae7c94d2f62b51e32e8165dae6))
11+
- upgrade upload-artifact to v4 ([#1173](https://github.com/aws-amplify/amplify-codegen-ui/issues/1173)) ([cb2b479](https://github.com/aws-amplify/amplify-codegen-ui/commit/cb2b479eef8deecc234ce7f9721d6847c8d59c15))
12+
613
## [2.20.2](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.20.1...v2.20.2) (2024-06-25)
714

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

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.20.2",
4+
"version": "2.20.3",
55
"command": {
66
"version": {
77
"message": "chore(release): %s"

packages/codegen-ui-react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.20.3](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.20.2...v2.20.3) (2025-04-10)
7+
8+
### Bug Fixes
9+
10+
- **codegen-ui-react:** add sanitization to binding expression ([#1174](https://github.com/aws-amplify/amplify-codegen-ui/issues/1174)) ([ca98c38](https://github.com/aws-amplify/amplify-codegen-ui/commit/ca98c38b7c3d69ae7c94d2f62b51e32e8165dae6))
11+
612
## [2.20.2](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.20.1...v2.20.2) (2024-06-25)
713

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

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.20.2",
3+
"version": "2.20.3",
44
"description": "Amplify UI React code generation implementation",
55
"author": "Amazon Web Services",
66
"repository": "https://github.com/aws-amplify/amplify-codegen-ui.git",
@@ -34,7 +34,7 @@
3434
"react-test-renderer": "^17.0.2"
3535
},
3636
"dependencies": {
37-
"@aws-amplify/codegen-ui": "2.20.2",
37+
"@aws-amplify/codegen-ui": "2.20.3",
3838
"@typescript/vfs": "~1.3.5",
3939
"pluralize": "^8.0.0",
4040
"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.20.3](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.20.2...v2.20.3) (2025-04-10)
7+
8+
**Note:** Version bump only for package @aws-amplify/codegen-ui
9+
610
## [2.20.2](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.20.1...v2.20.2) (2024-06-25)
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.20.2",
3+
"version": "2.20.3",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.20.3](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.20.2...v2.20.3) (2025-04-10)
7+
8+
### Bug Fixes
9+
10+
- upgrade upload-artifact to v4 ([#1173](https://github.com/aws-amplify/amplify-codegen-ui/issues/1173)) ([cb2b479](https://github.com/aws-amplify/amplify-codegen-ui/commit/cb2b479eef8deecc234ce7f9721d6847c8d59c15))
11+
612
## [2.20.2](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.20.1...v2.20.2) (2024-06-25)
713

814
**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.20.2",
3+
"version": "2.20.3",
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.20.2",
23-
"@aws-amplify/codegen-ui-react": "2.20.2",
22+
"@aws-amplify/codegen-ui": "2.20.3",
23+
"@aws-amplify/codegen-ui-react": "2.20.3",
2424
"@types/node": "^15.12.1",
2525
"loglevel": "^1.7.1",
2626
"typescript": "^4.2.4"

0 commit comments

Comments
 (0)