Skip to content

Commit 3b2f3b5

Browse files
Version Packages (#6292)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 328f06f commit 3b2f3b5

File tree

48 files changed

+231
-88
lines changed

Some content is hidden

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

48 files changed

+231
-88
lines changed

.changeset/blue-ladybugs-grab.md

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

.changeset/swift-planets-look.md

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

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"typecheck": "tsc --noEmit"
2525
},
2626
"dependencies": {
27-
"@aws-amplify/ui-react": "6.8.1",
28-
"@aws-amplify/ui-react-storage": "3.6.1",
27+
"@aws-amplify/ui-react": "6.9.0",
28+
"@aws-amplify/ui-react-storage": "3.7.0",
2929
"@docsearch/react": "3",
3030
"@mdx-js/loader": "^2.1.0",
3131
"@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.34",
23+
"@aws-amplify/ui-angular": "^5.0.35",
2424
"rxjs": "~6.6.0",
2525
"tslib": "^2.0.0",
2626
"zone.js": "~0.11.4"

examples/next/package.json

Lines changed: 6 additions & 6 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.8.1",
14-
"@aws-amplify/ui-react-ai": "1.2.1",
15-
"@aws-amplify/ui-react-geo": "^2.1.1",
16-
"@aws-amplify/ui-react-liveness": "^3.2.1",
17-
"@aws-amplify/ui-react-notifications": "^2.1.1",
18-
"@aws-amplify/ui-react-storage": "^3.6.1",
13+
"@aws-amplify/ui-react": "^6.9.0",
14+
"@aws-amplify/ui-react-ai": "1.3.0",
15+
"@aws-amplify/ui-react-geo": "^2.2.0",
16+
"@aws-amplify/ui-react-liveness": "^3.3.0",
17+
"@aws-amplify/ui-react-notifications": "^2.2.0",
18+
"@aws-amplify/ui-react-storage": "^3.7.0",
1919
"@aws-sdk/credential-providers": "^3.370.0",
2020
"next": "^14.2.21",
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.26",
14+
"@aws-amplify/ui-vue": "^4.2.27",
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.35
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8757f03b7b1d761d9a13cfe29382a2208d4f3999`](https://github.com/aws-amplify/amplify-ui/commit/8757f03b7b1d761d9a13cfe29382a2208d4f3999), [`8d2aa79b174d4e48aaca913bd568898b8c8975a2`](https://github.com/aws-amplify/amplify-ui/commit/8d2aa79b174d4e48aaca913bd568898b8c8975a2)]:
8+
- @aws-amplify/ui@6.8.0
9+
310
## 5.0.34
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.34",
3+
"version": "5.0.35",
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.7.2",
23+
"@aws-amplify/ui": "6.8.0",
2424
"nanoid": "3.3.8",
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.34';
1+
export const VERSION = '5.0.35';

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.7.2",
32+
"@aws-amplify/ui": "^6.8.0",
3333
"@badeball/cypress-cucumber-preprocessor": "^18.0.6",
3434
"@bahmutov/cypress-esbuild-preprocessor": "~2.2.0",
3535
"@cucumber/cucumber": "^10.0.1",

0 commit comments

Comments
 (0)