Skip to content

Commit a68d8f7

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

File tree

44 files changed

+335
-107
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+335
-107
lines changed

.changeset/sto-bro-release.md

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

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test:links": "node --require esbuild-register ./scripts/link-checker-puppeteer.ts"
2424
},
2525
"dependencies": {
26-
"@aws-amplify/ui-react": "6.6.0",
26+
"@aws-amplify/ui-react": "6.7.0",
2727
"@docsearch/react": "3",
2828
"@mdx-js/loader": "^2.1.0",
2929
"@mdx-js/mdx": "^2.1.0",

examples/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@angular/platform-browser": "^14.3.0",
2121
"@angular/platform-browser-dynamic": "^14.3.0",
2222
"@angular/router": "^14.3.0",
23-
"@aws-amplify/ui-angular": "^5.0.31",
23+
"@aws-amplify/ui-angular": "^5.0.32",
2424
"rxjs": "~6.6.0",
2525
"tslib": "^2.0.0",
2626
"zone.js": "~0.11.4"

examples/next/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"lint": "next lint"
1111
},
1212
"dependencies": {
13-
"@aws-amplify/ui-react": "^6.6.0",
13+
"@aws-amplify/ui-react": "^6.7.0",
1414
"@aws-amplify/ui-react-ai": "1.0.0",
15-
"@aws-amplify/ui-react-geo": "^2.0.31",
16-
"@aws-amplify/ui-react-liveness": "^3.1.16",
17-
"@aws-amplify/ui-react-notifications": "^2.0.35",
18-
"@aws-amplify/ui-react-storage": "^3.3.10",
15+
"@aws-amplify/ui-react-geo": "^2.0.32",
16+
"@aws-amplify/ui-react-liveness": "^3.1.17",
17+
"@aws-amplify/ui-react-notifications": "^2.0.36",
18+
"@aws-amplify/ui-react-storage": "^3.4.0",
1919
"@aws-sdk/credential-providers": "^3.370.0",
2020
"next": "^14.2.10",
2121
"next-global-css": "^1.1.1",

examples/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"start": "vite preview --port 3000"
1212
},
1313
"dependencies": {
14-
"@aws-amplify/ui-vue": "^4.2.23",
14+
"@aws-amplify/ui-vue": "^4.2.24",
1515
"vue": "^3.0.5",
1616
"vue-router": "4"
1717
},

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

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

3+
## 5.0.32
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`70971f310`](https://github.com/aws-amplify/amplify-ui/commit/70971f310f69717657849f29d0a9e1d993b08d9a)]:
8+
- @aws-amplify/ui@6.7.0
9+
310
## 5.0.31
411

512
### 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": "5.0.31",
3+
"version": "5.0.32",
44
"scripts": {
55
"build": "yarn --cwd ../../ build",
66
"dev": "yarn --cwd ../../ dev",
@@ -20,7 +20,7 @@
2020
"rxjs": "^6.5.3 || ^7.4.0"
2121
},
2222
"dependencies": {
23-
"@aws-amplify/ui": "6.6.6",
23+
"@aws-amplify/ui": "6.7.0",
2424
"nanoid": "3.1.31",
2525
"qrcode": "1.5.0",
2626
"tslib": "^2.5.2",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '5.0.31';
1+
export const VERSION = '5.0.32';

packages/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
]
3030
},
3131
"devDependencies": {
32-
"@aws-amplify/ui": "^6.6.6",
32+
"@aws-amplify/ui": "^6.7.0",
3333
"@badeball/cypress-cucumber-preprocessor": "^18.0.6",
3434
"@bahmutov/cypress-esbuild-preprocessor": "~2.2.0",
3535
"@cucumber/cucumber": "^10.0.1",

packages/react-auth/CHANGELOG.md

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

3+
## 0.0.38
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`70971f310`](https://github.com/aws-amplify/amplify-ui/commit/70971f310f69717657849f29d0a9e1d993b08d9a)]:
8+
- @aws-amplify/ui-react@6.7.0
9+
- @aws-amplify/ui-react-core@3.1.0
10+
- @aws-amplify/ui@6.7.0
11+
- @aws-amplify/ui-react-core-auth@0.0.33
12+
313
## 0.0.37
414

515
### Patch Changes

0 commit comments

Comments
 (0)