diff --git a/.changeset/late-roses-sin.md b/.changeset/late-roses-sin.md deleted file mode 100644 index 74438c0565e..00000000000 --- a/.changeset/late-roses-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui-react-liveness": patch ---- - -chore(dependabot): Update dependencies in liveness package (@aws-sdk/client-rekognitionstreaming) to get fast-xml-parser fix diff --git a/examples/next/package.json b/examples/next/package.json index 0e12691d698..21b4053c803 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -13,7 +13,7 @@ "@aws-amplify/geo": "3.0.31", "@aws-amplify/ui-react": "^6.1.14", "@aws-amplify/ui-react-geo": "^2.0.17", - "@aws-amplify/ui-react-liveness": "^3.1.2", + "@aws-amplify/ui-react-liveness": "^3.1.3", "@aws-amplify/ui-react-notifications": "^2.0.22", "@aws-amplify/ui-react-storage": "^3.1.6", "@aws-sdk/credential-providers": "^3.370.0", diff --git a/packages/react-liveness/CHANGELOG.md b/packages/react-liveness/CHANGELOG.md index 005c4870272..89399e6d6d3 100644 --- a/packages/react-liveness/CHANGELOG.md +++ b/packages/react-liveness/CHANGELOG.md @@ -1,5 +1,11 @@ # @aws-amplify/ui-react-liveness +## 3.1.3 + +### Patch Changes + +- [#5497](https://github.com/aws-amplify/amplify-ui/pull/5497) [`325187cb9`](https://github.com/aws-amplify/amplify-ui/commit/325187cb9753bedf343364ef4f92d6eb9ad9003a) Thanks [@esauerbo](https://github.com/esauerbo)! - chore(dependabot): Update dependencies in liveness package (@aws-sdk/client-rekognitionstreaming) to get fast-xml-parser fix + ## 3.1.2 ### Patch Changes diff --git a/packages/react-liveness/package.json b/packages/react-liveness/package.json index d441d775c85..92175c1a1fc 100644 --- a/packages/react-liveness/package.json +++ b/packages/react-liveness/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react-liveness", - "version": "3.1.2", + "version": "3.1.3", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { diff --git a/packages/react-liveness/src/version.ts b/packages/react-liveness/src/version.ts index 124a6bc337a..36eac187004 100644 --- a/packages/react-liveness/src/version.ts +++ b/packages/react-liveness/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.1.2'; +export const VERSION = '3.1.3';