Skip to content

Commit 92f0fc0

Browse files
Version Packages (#1836)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0dcf5c0 commit 92f0fc0

File tree

18 files changed

+53
-39
lines changed

18 files changed

+53
-39
lines changed

.changeset/brave-coins-shave.md

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

.changeset/good-gifts-camp.md

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

.changeset/green-terms-carry.md

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

.changeset/nice-candles-change.md

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

.changeset/two-turkeys-wash.md

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

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test": "$_ run build"
1717
},
1818
"dependencies": {
19-
"@aws-amplify/ui-react": "2.16.0",
19+
"@aws-amplify/ui-react": "2.16.1",
2020
"@codesandbox/sandpack-react": "0.1.9",
2121
"@cucumber/gherkin": "^19.0.3",
2222
"@cucumber/messages": "^16.0.1",

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.0",
24+
"@aws-amplify/ui-angular": "^2.4.1",
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": "^2.16.0",
13+
"@aws-amplify/ui-react": "^2.16.1",
1414
"@types/node": "^15.12.4",
1515
"@types/react": "^17.0.11",
1616
"next": "^11.1.3",

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.0",
13+
"@aws-amplify/ui-vue": "^2.4.1",
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.1
4+
5+
### Patch Changes
6+
7+
- [#1809](https://github.com/aws-amplify/amplify-ui/pull/1809) [`f2ab1b8e4`](https://github.com/aws-amplify/amplify-ui/commit/f2ab1b8e468597e7b81284b46cd4b03dcd02e201) Thanks [@wlee221](https://github.com/wlee221)! - Update Angular Authenticator to manually trigger change detection after hub events.
8+
9+
* [#1838](https://github.com/aws-amplify/amplify-ui/pull/1838) [`8efa2b238`](https://github.com/aws-amplify/amplify-ui/commit/8efa2b238319f591e0397f89d302dcda9bb6aa8a) Thanks [@ErikCH](https://github.com/ErikCH)! - Fixed bug with MS Authenticator not working with Setup TOTP page
10+
11+
* Updated dependencies [[`b1656e136`](https://github.com/aws-amplify/amplify-ui/commit/b1656e13612b5a748cc19be6eeeb44bf70822fda), [`f2ab1b8e4`](https://github.com/aws-amplify/amplify-ui/commit/f2ab1b8e468597e7b81284b46cd4b03dcd02e201)]:
12+
- @aws-amplify/ui@3.8.0
13+
314
## 2.4.0
415

516
### Minor Changes

0 commit comments

Comments
 (0)