From 757e3089b9fa6dae5a14b84065df7e5eb7ca8aad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 14:13:24 -0700 Subject: [PATCH] Version Packages (#5260) Co-authored-by: github-actions[bot] --- .changeset/chilly-penguins-relate.md | 5 ----- docs/package.json | 2 +- examples/next/package.json | 8 ++++---- packages/react-auth/CHANGELOG.md | 7 +++++++ packages/react-auth/package.json | 4 ++-- packages/react-auth/src/version.ts | 2 +- packages/react-liveness/CHANGELOG.md | 7 +++++++ packages/react-liveness/package.json | 4 ++-- packages/react-liveness/src/version.ts | 2 +- packages/react-notifications/CHANGELOG.md | 7 +++++++ packages/react-notifications/package.json | 4 ++-- packages/react-notifications/src/version.ts | 2 +- packages/react-storage/CHANGELOG.md | 7 +++++++ packages/react-storage/package.json | 4 ++-- packages/react-storage/src/version.ts | 2 +- packages/react/CHANGELOG.md | 6 ++++++ packages/react/package.json | 2 +- packages/react/src/version.ts | 2 +- 18 files changed, 53 insertions(+), 24 deletions(-) delete mode 100644 .changeset/chilly-penguins-relate.md diff --git a/.changeset/chilly-penguins-relate.md b/.changeset/chilly-penguins-relate.md deleted file mode 100644 index ecdb28e7c91..00000000000 --- a/.changeset/chilly-penguins-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui-react": patch ---- - -fix(ui-react): add aria-hidden to Select expand icon diff --git a/docs/package.json b/docs/package.json index d8f2da52b27..52a90e1b68f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -23,7 +23,7 @@ "test:links": "node --require esbuild-register ./scripts/link-checker-puppeteer.ts" }, "dependencies": { - "@aws-amplify/ui-react": "6.1.11", + "@aws-amplify/ui-react": "6.1.12", "@docsearch/react": "3", "@mdx-js/loader": "^2.1.0", "@mdx-js/mdx": "^2.1.0", diff --git a/examples/next/package.json b/examples/next/package.json index 327a020f30d..e8f4f611e08 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -11,11 +11,11 @@ }, "dependencies": { "@aws-amplify/geo": "3.0.31", - "@aws-amplify/ui-react": "^6.1.11", + "@aws-amplify/ui-react": "^6.1.12", "@aws-amplify/ui-react-geo": "^2.0.16", - "@aws-amplify/ui-react-liveness": "^3.0.21", - "@aws-amplify/ui-react-notifications": "^2.0.19", - "@aws-amplify/ui-react-storage": "^3.1.2", + "@aws-amplify/ui-react-liveness": "^3.0.22", + "@aws-amplify/ui-react-notifications": "^2.0.20", + "@aws-amplify/ui-react-storage": "^3.1.3", "@aws-sdk/credential-providers": "^3.370.0", "next": "^14.1.1", "next-global-css": "^1.1.1", diff --git a/packages/react-auth/CHANGELOG.md b/packages/react-auth/CHANGELOG.md index 5a93b9332b4..1958a292a37 100644 --- a/packages/react-auth/CHANGELOG.md +++ b/packages/react-auth/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-auth +## 0.0.22 + +### Patch Changes + +- Updated dependencies [[`d7098c2fd`](https://github.com/aws-amplify/amplify-ui/commit/d7098c2fda994fc1ef285b349108c0e8ada9cc34)]: + - @aws-amplify/ui-react@6.1.12 + ## 0.0.21 ### Patch Changes diff --git a/packages/react-auth/package.json b/packages/react-auth/package.json index f1cd1280fee..41f9ed982f8 100644 --- a/packages/react-auth/package.json +++ b/packages/react-auth/package.json @@ -1,7 +1,7 @@ { "name": "@aws-amplify/ui-react-auth", "private": true, - "version": "0.0.21", + "version": "0.0.22", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -41,7 +41,7 @@ }, "dependencies": { "@aws-amplify/ui": "6.0.16", - "@aws-amplify/ui-react": "6.1.11", + "@aws-amplify/ui-react": "6.1.12", "@aws-amplify/ui-react-core": "3.0.16", "@aws-amplify/ui-react-core-auth": "0.0.18", "@xstate/react": "3.2.2", diff --git a/packages/react-auth/src/version.ts b/packages/react-auth/src/version.ts index e2647a8d91a..6d8b2ef877b 100644 --- a/packages/react-auth/src/version.ts +++ b/packages/react-auth/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.21'; +export const VERSION = '0.0.22'; diff --git a/packages/react-liveness/CHANGELOG.md b/packages/react-liveness/CHANGELOG.md index a066e17f6e5..359bc0fbae8 100644 --- a/packages/react-liveness/CHANGELOG.md +++ b/packages/react-liveness/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-liveness +## 3.0.22 + +### Patch Changes + +- Updated dependencies [[`d7098c2fd`](https://github.com/aws-amplify/amplify-ui/commit/d7098c2fda994fc1ef285b349108c0e8ada9cc34)]: + - @aws-amplify/ui-react@6.1.12 + ## 3.0.21 ### Patch Changes diff --git a/packages/react-liveness/package.json b/packages/react-liveness/package.json index d06e3609ea3..9035fada095 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.0.21", + "version": "3.0.22", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -48,7 +48,7 @@ }, "dependencies": { "@aws-amplify/ui": "6.0.16", - "@aws-amplify/ui-react": "6.1.11", + "@aws-amplify/ui-react": "6.1.12", "@aws-sdk/client-rekognitionstreaming": "3.398.0", "@aws-sdk/util-format-url": "^3.410.0", "@smithy/eventstream-serde-browser": "^2.0.4", diff --git a/packages/react-liveness/src/version.ts b/packages/react-liveness/src/version.ts index 7c1560b2d27..2ced7b8dd26 100644 --- a/packages/react-liveness/src/version.ts +++ b/packages/react-liveness/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.0.21'; +export const VERSION = '3.0.22'; diff --git a/packages/react-notifications/CHANGELOG.md b/packages/react-notifications/CHANGELOG.md index 32742e33230..3d40282a61c 100644 --- a/packages/react-notifications/CHANGELOG.md +++ b/packages/react-notifications/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-notifications +## 2.0.20 + +### Patch Changes + +- Updated dependencies [[`d7098c2fd`](https://github.com/aws-amplify/amplify-ui/commit/d7098c2fda994fc1ef285b349108c0e8ada9cc34)]: + - @aws-amplify/ui-react@6.1.12 + ## 2.0.19 ### Patch Changes diff --git a/packages/react-notifications/package.json b/packages/react-notifications/package.json index d605b341423..c88e2406072 100644 --- a/packages/react-notifications/package.json +++ b/packages/react-notifications/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react-notifications", - "version": "2.0.19", + "version": "2.0.20", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -40,7 +40,7 @@ }, "dependencies": { "@aws-amplify/ui": "6.0.16", - "@aws-amplify/ui-react": "6.1.11", + "@aws-amplify/ui-react": "6.1.12", "@aws-amplify/ui-react-core-notifications": "2.0.16", "tinycolor2": "1.4.2" }, diff --git a/packages/react-notifications/src/version.ts b/packages/react-notifications/src/version.ts index a8c96eeb969..a7ec2051b8c 100644 --- a/packages/react-notifications/src/version.ts +++ b/packages/react-notifications/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.0.19'; +export const VERSION = '2.0.20'; diff --git a/packages/react-storage/CHANGELOG.md b/packages/react-storage/CHANGELOG.md index 46515f31619..891bd5456ee 100644 --- a/packages/react-storage/CHANGELOG.md +++ b/packages/react-storage/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-storage +## 3.1.3 + +### Patch Changes + +- Updated dependencies [[`d7098c2fd`](https://github.com/aws-amplify/amplify-ui/commit/d7098c2fda994fc1ef285b349108c0e8ada9cc34)]: + - @aws-amplify/ui-react@6.1.12 + ## 3.1.2 ### Patch Changes diff --git a/packages/react-storage/package.json b/packages/react-storage/package.json index c0bc0a76d4b..9b464393473 100644 --- a/packages/react-storage/package.json +++ b/packages/react-storage/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react-storage", - "version": "3.1.2", + "version": "3.1.3", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -40,7 +40,7 @@ }, "dependencies": { "@aws-amplify/ui": "6.0.16", - "@aws-amplify/ui-react": "6.1.11", + "@aws-amplify/ui-react": "6.1.12", "@aws-amplify/ui-react-core": "3.0.16", "lodash": "4.17.21", "tslib": "^2.5.2" diff --git a/packages/react-storage/src/version.ts b/packages/react-storage/src/version.ts index 124a6bc337a..36eac187004 100644 --- a/packages/react-storage/src/version.ts +++ b/packages/react-storage/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.1.2'; +export const VERSION = '3.1.3'; diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index c45ea8bf4c4..9898ef8aafc 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @aws-amplify/ui-react +## 6.1.12 + +### Patch Changes + +- [#5256](https://github.com/aws-amplify/amplify-ui/pull/5256) [`d7098c2fd`](https://github.com/aws-amplify/amplify-ui/commit/d7098c2fda994fc1ef285b349108c0e8ada9cc34) Thanks [@zchenwei](https://github.com/zchenwei)! - fix(ui-react): add aria-hidden to Select expand icon + ## 6.1.11 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 8d5ce93ced9..5207dc9b2a9 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react", - "version": "6.1.11", + "version": "6.1.12", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { diff --git a/packages/react/src/version.ts b/packages/react/src/version.ts index eca544f4cbf..dfa7fd01d76 100644 --- a/packages/react/src/version.ts +++ b/packages/react/src/version.ts @@ -1 +1 @@ -export const VERSION = '6.1.11'; +export const VERSION = '6.1.12';