Skip to content

Commit 3859cc4

Browse files
Version Packages (#6385)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 00fadd4 commit 3859cc4

Some content is hidden

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

46 files changed

+185
-82
lines changed

.changeset/eight-socks-approve.md

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

.changeset/great-dogs-count.md

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

.changeset/nasty-lemons-agree.md

Lines changed: 0 additions & 6 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.9.2",
28-
"@aws-amplify/ui-react-storage": "3.8.1",
27+
"@aws-amplify/ui-react": "6.9.3",
28+
"@aws-amplify/ui-react-storage": "3.8.2",
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.38",
23+
"@aws-amplify/ui-angular": "^5.0.39",
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.9.2",
13+
"@aws-amplify/ui-react": "^6.9.3",
1414
"@aws-amplify/ui-react-ai": "1.3.0",
15-
"@aws-amplify/ui-react-geo": "^2.2.2",
16-
"@aws-amplify/ui-react-liveness": "^3.3.2",
17-
"@aws-amplify/ui-react-notifications": "^2.2.2",
18-
"@aws-amplify/ui-react-storage": "^3.8.1",
15+
"@aws-amplify/ui-react-geo": "^2.2.3",
16+
"@aws-amplify/ui-react-liveness": "^3.3.3",
17+
"@aws-amplify/ui-react-notifications": "^2.2.3",
18+
"@aws-amplify/ui-react-storage": "^3.8.2",
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.29",
14+
"@aws-amplify/ui-vue": "^4.2.30",
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.39
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`81543cb38604a80ca2d8b93cfb7d1884d43e0a4f`](https://github.com/aws-amplify/amplify-ui/commit/81543cb38604a80ca2d8b93cfb7d1884d43e0a4f)]:
8+
- @aws-amplify/ui@6.9.0
9+
310
## 5.0.38
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.38",
3+
"version": "5.0.39",
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.8.2",
23+
"@aws-amplify/ui": "6.9.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.38';
1+
export const VERSION = '5.0.39';

0 commit comments

Comments
 (0)