Skip to content

Commit

Permalink
Version Packages (#4656)
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 7, 2023
1 parent 1dbe3f4 commit fba8120
Show file tree
Hide file tree
Showing 13 changed files with 48 additions and 23 deletions.
8 changes: 0 additions & 8 deletions .changeset/dull-cheetahs-deliver.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"test:links": "node --require esbuild-register ./scripts/link-checker-puppeteer.ts"
},
"dependencies": {
"@aws-amplify/ui-react": "5.3.1",
"@aws-amplify/ui-react-storage": "2.3.1",
"@aws-amplify/ui-react": "5.3.2",
"@aws-amplify/ui-react-storage": "2.3.2",
"@cucumber/gherkin": "^19.0.3",
"@cucumber/messages": "^16.0.1",
"@docsearch/react": "3",
Expand Down
8 changes: 4 additions & 4 deletions examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"lint": "next lint"
},
"dependencies": {
"@aws-amplify/ui-react": "^5.3.1",
"@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": "^5.3.2",
"@aws-amplify/ui-react-liveness": "^2.0.11",
"@aws-amplify/ui-react-storage": "^2.3.2",
"@aws-amplify/ui-react-notifications": "^1.0.14",
"@aws-amplify/ui-react-geo": "^1.0.2",
"@aws-sdk/credential-providers": "^3.370.0",
"aws-amplify": "latest",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-liveness/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @aws-amplify/ui-react-liveness

## 2.0.11

### Patch Changes

- Updated dependencies [[`1dbe3f46c`](https://github.com/aws-amplify/amplify-ui/commit/1dbe3f46c2423c407aa2e499f383745b45b2e640)]:
- @aws-amplify/ui-react@5.3.2

## 2.0.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.10",
"version": "2.0.11",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@aws-amplify/ui": "5.8.1",
"@aws-amplify/ui-react": "5.3.1",
"@aws-amplify/ui-react": "5.3.2",
"@aws-sdk/client-rekognitionstreaming": "3.398.0",
"@aws-sdk/util-format-url": "^3.410.0",
"@smithy/eventstream-serde-browser": "^2.0.4",
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.10';
export const VERSION = '2.0.11';
7 changes: 7 additions & 0 deletions packages/react-notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @aws-amplify/ui-react-notifications

## 1.0.14

### Patch Changes

- Updated dependencies [[`1dbe3f46c`](https://github.com/aws-amplify/amplify-ui/commit/1dbe3f46c2423c407aa2e499f383745b45b2e640)]:
- @aws-amplify/ui-react@5.3.2

## 1.0.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-react-notifications",
"version": "1.0.13",
"version": "1.0.14",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@aws-amplify/ui": "5.8.1",
"@aws-amplify/ui-react": "5.3.1",
"@aws-amplify/ui-react": "5.3.2",
"@aws-amplify/ui-react-core-notifications": "1.0.10",
"classnames": "2.3.1",
"tinycolor2": "1.4.2"
Expand Down
11 changes: 11 additions & 0 deletions packages/react-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @aws-amplify/ui-react-storage

## 2.3.2

### Patch Changes

- [#4649](https://github.com/aws-amplify/amplify-ui/pull/4649) [`1dbe3f46c`](https://github.com/aws-amplify/amplify-ui/commit/1dbe3f46c2423c407aa2e499f383745b45b2e640) Thanks [@dbanksdesign](https://github.com/dbanksdesign)! - fix(storage): fixing drop handler for file extensions

Previously, adding a file extension for an `acceptedFileTypes` when a customer would drop a file it would show as rejected even if it was a valid file type. This fixes that issue.

- Updated dependencies [[`1dbe3f46c`](https://github.com/aws-amplify/amplify-ui/commit/1dbe3f46c2423c407aa2e499f383745b45b2e640)]:
- @aws-amplify/ui-react@5.3.2

## 2.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "2.3.1",
"version": "2.3.2",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@aws-amplify/ui": "5.8.1",
"@aws-amplify/ui-react": "5.3.1",
"@aws-amplify/ui-react": "5.3.2",
"@aws-amplify/ui-react-core": "2.1.33",
"classnames": "2.3.1",
"lodash": "4.17.21",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aws-amplify/ui-react

## 5.3.2

### Patch Changes

- [#4649](https://github.com/aws-amplify/amplify-ui/pull/4649) [`1dbe3f46c`](https://github.com/aws-amplify/amplify-ui/commit/1dbe3f46c2423c407aa2e499f383745b45b2e640) Thanks [@dbanksdesign](https://github.com/dbanksdesign)! - fix(storage): fixing drop handler for file extensions

Previously, adding a file extension for an `acceptedFileTypes` when a customer would drop a file it would show as rejected even if it was a valid file type. This fixes that issue.

## 5.3.1

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

0 comments on commit fba8120

Please sign in to comment.