Skip to content

Commit 2f3073a

Browse files
Version Packages (#6610)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6eae606 commit 2f3073a

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changeset/sour-cooks-tap.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.0",
16+
"@aws-amplify/ui-react-liveness": "^3.4.1",
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.1
4+
5+
### Patch Changes
6+
7+
- [#6608](https://github.com/aws-amplify/amplify-ui/pull/6608) [`6eae6069d46fa548e2f43a757389204aac8fc8f1`](https://github.com/aws-amplify/amplify-ui/commit/6eae6069d46fa548e2f43a757389204aac8fc8f1) Thanks [@osama-rizk](https://github.com/osama-rizk)! - fix(liveness): bump FACE_MOVEMENT_AND_LIGHT_CHALLENGE challenge to 2.0.0
8+
39
## 3.4.0
410

511
### Minor 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.0",
3+
"version": "3.4.1",
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.0';
1+
export const VERSION = '3.4.1';

0 commit comments

Comments
 (0)