Skip to content

Commit

Permalink
Version Packages (#4519)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 12, 2023
1 parent 9915090 commit d109fd7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-books-happen.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@aws-amplify/ui-react": "^5.3.1",
"@aws-amplify/ui-react-liveness": "^2.0.9",
"@aws-amplify/ui-react-liveness": "^2.0.10",
"@aws-amplify/ui-react-storage": "^2.3.1",
"@aws-amplify/ui-react-notifications": "^1.0.13",
"@aws-amplify/ui-react-geo": "^1.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-liveness/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aws-amplify/ui-react-liveness

## 2.0.10

### Patch Changes

- [#4499](https://github.com/aws-amplify/amplify-ui/pull/4499) [`cdf6154ca`](https://github.com/aws-amplify/amplify-ui/commit/cdf6154ca6d377cdc38cffd981120a794d19e7ea) Thanks [@thaddmt](https://github.com/thaddmt)! - chore(liveness): remove distance check while connecting

## 2.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-liveness/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-react-liveness",
"version": "2.0.9",
"version": "2.0.10",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-liveness/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '2.0.9';
export const VERSION = '2.0.10';

0 comments on commit d109fd7

Please sign in to comment.