Skip to content

Commit a50707f

Browse files
Version Packages (#1817)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b3452ef commit a50707f

File tree

15 files changed

+51
-24
lines changed

15 files changed

+51
-24
lines changed

.changeset/forty-experts-melt.md

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

.changeset/spicy-queens-happen.md

Lines changed: 0 additions & 7 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.15.8",
19+
"@aws-amplify/ui-react": "2.16.0",
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.3.15",
24+
"@aws-amplify/ui-angular": "^2.4.0",
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.15.8",
13+
"@aws-amplify/ui-react": "^2.16.0",
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.3.15",
13+
"@aws-amplify/ui-vue": "^2.4.0",
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.0
4+
5+
### Minor Changes
6+
7+
- [#1804](https://github.com/aws-amplify/amplify-ui/pull/1804) [`3e5b93e25`](https://github.com/aws-amplify/amplify-ui/commit/3e5b93e25b8e410497332eedf194d2871acb3e79) Thanks [@ErikCH](https://github.com/ErikCH)! - New authStatus feature, to check if a user is authenticated or not
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`3e5b93e25`](https://github.com/aws-amplify/amplify-ui/commit/3e5b93e25b8e410497332eedf194d2871acb3e79)]:
12+
- @aws-amplify/ui@3.7.0
13+
314
## 2.3.15
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.3.15",
3+
"version": "2.4.0",
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.6.8",
22+
"@aws-amplify/ui": "3.7.0",
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
@@ -18,7 +18,7 @@
1818
"stepDefinitions": "features"
1919
},
2020
"devDependencies": {
21-
"@aws-amplify/ui": "^3.6.8",
21+
"@aws-amplify/ui": "^3.7.0",
2222
"aws-crt": "^1.10.6",
2323
"@testing-library/cypress": "^7.0.6",
2424
"@types/cypress-cucumber-preprocessor": "^4.0.0",

packages/react/CHANGELOG.md

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

3+
## 2.16.0
4+
5+
### Minor Changes
6+
7+
- [#1811](https://github.com/aws-amplify/amplify-ui/pull/1811) [`78857c29e`](https://github.com/aws-amplify/amplify-ui/commit/78857c29e6e1f0ec501c017a5cbb83710a1f8f3d) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(ui-react): refactor Authenticator Router, add RouteContainer
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`3e5b93e25`](https://github.com/aws-amplify/amplify-ui/commit/3e5b93e25b8e410497332eedf194d2871acb3e79)]:
12+
- @aws-amplify/ui@3.7.0
13+
314
## 2.15.8
415

516
### Patch Changes

0 commit comments

Comments
 (0)