Skip to content

Commit 4708848

Browse files
Version Packages (#6659)
1 parent cbb86c9 commit 4708848

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changeset/twelve-bags-watch.md

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

examples/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@aws-amplify/ui-react": "^6.11.2",
1414
"@aws-amplify/ui-react-ai": "1.5.0",
1515
"@aws-amplify/ui-react-geo": "^2.2.9",
16-
"@aws-amplify/ui-react-liveness": "^3.4.2",
16+
"@aws-amplify/ui-react-liveness": "^3.4.3",
1717
"@aws-amplify/ui-react-notifications": "^2.2.9",
1818
"@aws-amplify/ui-react-storage": "^3.12.0",
1919
"@aws-sdk/credential-providers": "^3.370.0",

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.4.3
4+
5+
### Patch Changes
6+
7+
- [#6656](https://github.com/aws-amplify/amplify-ui/pull/6656) [`50ceedfe153f4b89d80e5dca4ee7ae355e0cd8e8`](https://github.com/aws-amplify/amplify-ui/commit/50ceedfe153f4b89d80e5dca4ee7ae355e0cd8e8) Thanks [@osama-rizk](https://github.com/osama-rizk)! - fix(ui-react-liveness): oval ratio multiplier
8+
39
## 3.4.2
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.2",
3+
"version": "3.4.3",
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.2';
1+
export const VERSION = '3.4.3';

0 commit comments

Comments
 (0)