Skip to content

Commit f52aa72

Browse files
Version Packages (#6607)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8b77604 commit f52aa72

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changeset/nice-coins-hang.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.3.9",
16+
"@aws-amplify/ui-react-liveness": "^3.4.0",
1717
"@aws-amplify/ui-react-notifications": "^2.2.9",
1818
"@aws-amplify/ui-react-storage": "^3.11.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.0
4+
5+
### Minor Changes
6+
7+
- [#6606](https://github.com/aws-amplify/amplify-ui/pull/6606) [`8b77604dc4d92de5921eaa4fc3066d34506cb638`](https://github.com/aws-amplify/amplify-ui/commit/8b77604dc4d92de5921eaa4fc3066d34506cb638) Thanks [@osama-rizk](https://github.com/osama-rizk)! - feat(liveness): add support for face movement only/no light challenge
8+
39
## 3.3.9
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.3.9",
3+
"version": "3.4.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.3.9';
1+
export const VERSION = '3.4.0';

0 commit comments

Comments
 (0)