Skip to content

Commit 64561ae

Browse files
Version Packages (#2518)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c12e9f5 commit 64561ae

File tree

18 files changed

+83
-49
lines changed

18 files changed

+83
-49
lines changed

.changeset/brave-emus-ring.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/forty-pants-complain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gold-tips-punch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rich-peas-try.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/swift-kids-help.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test": "$_ run build"
2020
},
2121
"dependencies": {
22-
"@aws-amplify/ui-react": "3.4.1",
22+
"@aws-amplify/ui-react": "3.5.0",
2323
"@cucumber/gherkin": "^19.0.3",
2424
"@cucumber/messages": "^16.0.1",
2525
"@docsearch/react": "3",

examples/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@angular/platform-browser": "~11.2.14",
2222
"@angular/platform-browser-dynamic": "~11.2.14",
2323
"@angular/router": "~11.2.14",
24-
"@aws-amplify/ui-angular": "^2.4.18",
24+
"@aws-amplify/ui-angular": "^2.4.19",
2525
"rxjs": "~6.6.0",
2626
"tslib": "^2.0.0",
2727
"zone.js": "~0.11.3"

examples/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "next lint"
1111
},
1212
"dependencies": {
13-
"@aws-amplify/ui-react": "^3.4.1",
13+
"@aws-amplify/ui-react": "^3.5.0",
1414
"next": "^11.1.3",
1515
"next-global-css": "^1.1.1",
1616
"react": "17",

examples/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"start": "vite preview --port 3000"
1111
},
1212
"dependencies": {
13-
"@aws-amplify/ui-vue": "^2.4.18",
13+
"@aws-amplify/ui-vue": "^2.4.19",
1414
"aws-amplify": "latest",
1515
"vue": "^3.0.5",
1616
"vue-router": "4"

packages/angular/projects/ui-angular/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @aws-amplify/ui-angular
22

3+
## 2.4.19
4+
5+
### Patch Changes
6+
7+
- [#2459](https://github.com/aws-amplify/amplify-ui/pull/2459) [`8350d36e2`](https://github.com/aws-amplify/amplify-ui/commit/8350d36e217587e06632ea5704d8c51e70559edc) Thanks [@jacoblogan](https://github.com/jacoblogan)! - Angular: Add `amplify-dialcodeselect` class which contains the previous countrycodeselect styles
8+
Vue: Add `amplify-dialcodeselect` class which contains the previous countrycodeselect styles
9+
React: Added 'dialCode' versions of all 'countryCode' props so that users can begin migrating away from the deprecated `countryCode`.
10+
11+
```
12+
countryCodeLabel => dialCodeLabel
13+
countryCodeName => dialCodeName
14+
onCountryCodeChange => onDialCodeChange
15+
countryCodeRef => dialCodeRef
16+
defaultCountryCode => defaultDialCode
17+
```
18+
19+
- Updated dependencies [[`b60fec2c4`](https://github.com/aws-amplify/amplify-ui/commit/b60fec2c451b31946f893efbf23710c7631db122)]:
20+
- @aws-amplify/ui@3.13.1
21+
322
## 2.4.18
423

524
### Patch Changes

0 commit comments

Comments
 (0)