Skip to content

Commit 38b4dc4

Browse files
Version Packages (#2543)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c94707e commit 38b4dc4

File tree

16 files changed

+57
-34
lines changed

16 files changed

+57
-34
lines changed

.changeset/gentle-ads-hang.md

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

.changeset/polite-singers-wait.md

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

.changeset/smooth-cherries-behave.md

Lines changed: 0 additions & 8 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.5.0",
22+
"@aws-amplify/ui-react": "3.5.1",
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.19",
24+
"@aws-amplify/ui-angular": "^2.4.20",
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.5.0",
13+
"@aws-amplify/ui-react": "^3.5.1",
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.19",
13+
"@aws-amplify/ui-vue": "^2.4.20",
1414
"aws-amplify": "latest",
1515
"vue": "^3.0.5",
1616
"vue-router": "4"

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

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

3+
## 2.4.20
4+
5+
### Patch Changes
6+
7+
- [#2544](https://github.com/aws-amplify/amplify-ui/pull/2544) [`35dae2a3d`](https://github.com/aws-amplify/amplify-ui/commit/35dae2a3d7ec392c60a7302e3673e59a0e42b7aa) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(rwa): convert AuthChallengeNames enum to string union
8+
9+
* [#2539](https://github.com/aws-amplify/amplify-ui/pull/2539) [`ba9818fb7`](https://github.com/aws-amplify/amplify-ui/commit/ba9818fb7acc727eaf7968aad8ff4dd1ab36327b) Thanks [@ErikCH](https://github.com/ErikCH)! - Fixed bug in Angular Authenticator that caused the Setup TOTP page to not show the correct totpIssuer and totpUsername in the QR code when overwritten by formFields. Refactored and added in Jest tests for Angular.
10+
11+
* Updated dependencies [[`35dae2a3d`](https://github.com/aws-amplify/amplify-ui/commit/35dae2a3d7ec392c60a7302e3673e59a0e42b7aa), [`4a4b5c93d`](https://github.com/aws-amplify/amplify-ui/commit/4a4b5c93d37b66c845cbf20dac1e09e6e7931610), [`ba9818fb7`](https://github.com/aws-amplify/amplify-ui/commit/ba9818fb7acc727eaf7968aad8ff4dd1ab36327b)]:
12+
- @aws-amplify/ui@3.13.2
13+
314
## 2.4.19
415

516
### Patch Changes

packages/angular/projects/ui-angular/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/ui-angular",
3-
"version": "2.4.19",
3+
"version": "2.4.20",
44
"scripts": {
55
"build": "yarn --cwd ../../ build",
66
"dev": "yarn --cwd ../../ dev",
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@aws-amplify/ui-components": "^1.7.0",
22-
"@aws-amplify/ui": "3.13.1",
22+
"@aws-amplify/ui": "3.13.2",
2323
"@stencil/core": "2.8.0",
2424
"nanoid": "3.1.31",
2525
"qrcode": "1.5.0",

packages/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"stepDefinitions": "features"
2020
},
2121
"devDependencies": {
22-
"@aws-amplify/ui": "^3.13.1",
22+
"@aws-amplify/ui": "^3.13.2",
2323
"aws-crt": "^1.10.6",
2424
"@testing-library/cypress": "^7.0.6",
2525
"@types/cypress-cucumber-preprocessor": "^4.0.0",

0 commit comments

Comments
 (0)