Skip to content

Commit 02b9a69

Browse files
Version Packages
1 parent 23d1417 commit 02b9a69

File tree

14 files changed

+30
-21
lines changed

14 files changed

+30
-21
lines changed

.changeset/chilly-olives-dress.md

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

.changeset/twenty-clocks-flash.md

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

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@aws-amplify/ui-react": "6.13.1",
28-
"@aws-amplify/ui-react-storage": "3.13.1",
28+
"@aws-amplify/ui-react-storage": "3.14.0",
2929
"@docsearch/react": "3",
3030
"@mdx-js/loader": "^2.1.0",
3131
"@mdx-js/mdx": "^2.1.0",

examples/next-app-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@aws-amplify/ui-react": "6.13.1",
13-
"@aws-amplify/ui-react-storage": "3.13.1",
13+
"@aws-amplify/ui-react-storage": "3.14.0",
1414
"react": "^18.3.0",
1515
"next": "^14.2.31",
1616
"react-dom": "^18",

examples/next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"@aws-amplify/ui-react": "^6.13.1",
1414
"@aws-amplify/ui-react-ai": "1.5.0",
1515
"@aws-amplify/ui-react-geo": "^2.2.12",
16-
"@aws-amplify/ui-react-liveness": "^3.4.7",
16+
"@aws-amplify/ui-react-liveness": "^3.5.0",
1717
"@aws-amplify/ui-react-notifications": "^2.2.13",
18-
"@aws-amplify/ui-react-storage": "^3.13.1",
18+
"@aws-amplify/ui-react-storage": "^3.14.0",
1919
"@aws-sdk/credential-providers": "^3.370.0",
2020
"next": "^14.2.31",
2121
"next-global-css": "^1.1.1",

examples/react-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@aws-amplify/ui-react": "6.13.1",
14-
"@aws-amplify/ui-react-storage": "3.13.1",
14+
"@aws-amplify/ui-react-storage": "3.14.0",
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1",
1717
"react-router-dom": "^7.5.2"

packages/react-liveness/CHANGELOG.md

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

3+
## 3.5.0
4+
5+
### Minor Changes
6+
7+
- [#6633](https://github.com/aws-amplify/amplify-ui/pull/6633) [`23d141737e6c4997e748dd02874ca9448238abfc`](https://github.com/aws-amplify/amplify-ui/commit/23d141737e6c4997e748dd02874ca9448238abfc) Thanks [@riasatali42](https://github.com/riasatali42)! - Pass default device info using ID. Emit detailed device info on liveness complete. DEFAULT_CAMERA_NOT_FOUND_ERROR added in onError callback if device not found with deviceId.
8+
39
## 3.4.7
410

511
### Patch Changes

packages/react-liveness/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/ui-react-liveness",
3-
"version": "3.4.7",
3+
"version": "3.5.0",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.mjs",
66
"exports": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '3.4.7';
1+
export const VERSION = '3.5.0';

packages/react-storage/CHANGELOG.md

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

3+
## 3.14.0
4+
5+
### Minor Changes
6+
7+
- [#6734](https://github.com/aws-amplify/amplify-ui/pull/6734) [`77765a8527fc0ab0a7a54772d112cf2358fe6f17`](https://github.com/aws-amplify/amplify-ui/commit/77765a8527fc0ab0a7a54772d112cf2358fe6f17) Thanks [@osama-rizk](https://github.com/osama-rizk)! - fix(storage-browser): multi-region S3 buckets
8+
39
## 3.13.1
410

511
### Patch Changes

0 commit comments

Comments
 (0)