Skip to content

Commit 5cc5029

Browse files
Version Packages (#1930)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fe6fd8a commit 5cc5029

File tree

17 files changed

+53
-40
lines changed

17 files changed

+53
-40
lines changed

.changeset/chenwz-forgot-changeset.md

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

.changeset/gentle-ears-hunt.md

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

.changeset/khaki-numbers-kick.md

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

.changeset/tender-plants-accept.md

Lines changed: 0 additions & 13 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.18.0",
19+
"@aws-amplify/ui-react": "2.18.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.5",
24+
"@aws-amplify/ui-angular": "^2.4.6",
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.18.0",
13+
"@aws-amplify/ui-react": "^2.18.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.5",
13+
"@aws-amplify/ui-vue": "^2.4.6",
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.6
4+
5+
### Patch Changes
6+
7+
- [#1916](https://github.com/aws-amplify/amplify-ui/pull/1916) [`f2371c897`](https://github.com/aws-amplify/amplify-ui/commit/f2371c897e44b2cd59cf71f277088c2e0aaeb073) Thanks [@ErikCH](https://github.com/ErikCH)! - Updated translations for Send Code, while also preserving legacy customers who have already translated that text.
8+
9+
* [#1929](https://github.com/aws-amplify/amplify-ui/pull/1929) [`c7fc662a0`](https://github.com/aws-amplify/amplify-ui/commit/c7fc662a078a5facf4adc9254ff33ded044c6650) Thanks [@jacoblogan](https://github.com/jacoblogan)! - don't render authenticator on authenticated routes
10+
11+
* Updated dependencies [[`376c39fc0`](https://github.com/aws-amplify/amplify-ui/commit/376c39fc04aec3a41d02a722a62d4b8e4eb43230)]:
12+
- @aws-amplify/ui@3.9.1
13+
314
## 2.4.5
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.5",
3+
"version": "2.4.6",
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.9.0",
22+
"@aws-amplify/ui": "3.9.1",
2323
"@stencil/core": "2.8.0",
2424
"nanoid": "3.1.31",
2525
"qrcode": "1.5.0",

0 commit comments

Comments
 (0)