Skip to content

Commit

Permalink
Version Packages (#4751)
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 Nov 16, 2023
1 parent 74f8344 commit 56b1564
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/manually-created-storage.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/pretty-tables-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-seas-attack.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"@aws-amplify/geo": "^3.0.1",
"@aws-amplify/ui-react": "^6.0.1",
"@aws-amplify/ui-react-geo": "^2.0.0",
"@aws-amplify/ui-react-liveness": "^2.0.12",
"@aws-amplify/ui-react-liveness": "^3.0.0",
"@aws-amplify/ui-react-notifications": "^2.0.1",
"@aws-amplify/ui-react-storage": "^3.0.1",
"@aws-amplify/ui-react-storage": "^3.0.2",
"@aws-sdk/credential-providers": "^3.370.0",
"aws-amplify": "^6.0.2",
"next": "^13.5.5",
Expand Down
14 changes: 14 additions & 0 deletions packages/react-liveness/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @aws-amplify/ui-react-liveness

## 3.0.0

### Major Changes

- [#4728](https://github.com/aws-amplify/amplify-ui/pull/4728) [`872e27db5`](https://github.com/aws-amplify/amplify-ui/commit/872e27db598e36c017028fc0af1e5f34e7adffb4) Thanks [@thaddmt](https://github.com/thaddmt)! - breaking(liveness): update liveness UX

Replace start screen with instructions with a new hair check start screen that lets end users interface with the camera. Also added camera selection and upgraded the blazeface model.

Updated `disableInstructionScreen` to `disableStartScreen`

### Patch Changes

- [#4737](https://github.com/aws-amplify/amplify-ui/pull/4737) [`f5338f6c2`](https://github.com/aws-amplify/amplify-ui/commit/f5338f6c23c5228b1a44f9fb26e81fb805704949) Thanks [@reesscot](https://github.com/reesscot)! - chore(liveness): upgrade blazeface model

## 2.0.12

### 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.12",
"version": "3.0.0",
"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.12';
export const VERSION = '3.0.0';
6 changes: 6 additions & 0 deletions packages/react-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aws-amplify/ui-react-storage

## 3.0.2

### Patch Changes

- [#4760](https://github.com/aws-amplify/amplify-ui/pull/4760) [`74f834422`](https://github.com/aws-amplify/amplify-ui/commit/74f83442276c73af60da740acf4b7bc2b2878544) Thanks [@thaddmt](https://github.com/thaddmt)! - fix(storagemanager): upload action now displays state properly (#4666)

## 3.0.1

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

0 comments on commit 56b1564

Please sign in to comment.