From 949abdd31e1837a1ca44f0e99f6bc305f25a3134 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 16 Aug 2022 18:00:31 +0000 Subject: [PATCH] Version Packages --- .changeset/hip-horses-arrive.md | 5 ----- .changeset/silver-moles-wait.md | 5 ----- docs/package.json | 2 +- examples/next/package.json | 2 +- packages/react/CHANGELOG.md | 8 ++++++++ packages/react/package.json | 2 +- 6 files changed, 11 insertions(+), 13 deletions(-) delete mode 100644 .changeset/hip-horses-arrive.md delete mode 100644 .changeset/silver-moles-wait.md diff --git a/.changeset/hip-horses-arrive.md b/.changeset/hip-horses-arrive.md deleted file mode 100644 index 00d14e33c68..00000000000 --- a/.changeset/hip-horses-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui-react": patch ---- - -Fix location search bug diff --git a/.changeset/silver-moles-wait.md b/.changeset/silver-moles-wait.md deleted file mode 100644 index 3ef2f1d1d71..00000000000 --- a/.changeset/silver-moles-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui-react": patch ---- - -fix(react): hide svg icon images in a11y tree in Rating component so redundant text is not announced diff --git a/docs/package.json b/docs/package.json index 12f5eca73e2..9262180324f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -19,7 +19,7 @@ "test": "$_ run build" }, "dependencies": { - "@aws-amplify/ui-react": "3.4.0", + "@aws-amplify/ui-react": "3.4.1", "@cucumber/gherkin": "^19.0.3", "@cucumber/messages": "^16.0.1", "@docsearch/react": "3", diff --git a/examples/next/package.json b/examples/next/package.json index 11e3801cef8..2ec2a14f9e4 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -10,7 +10,7 @@ "lint": "next lint" }, "dependencies": { - "@aws-amplify/ui-react": "^3.4.0", + "@aws-amplify/ui-react": "^3.4.1", "next": "^11.1.3", "next-global-css": "^1.1.1", "react": "17", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index c4d4e58e558..73d1b11a2e4 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,13 @@ # @aws-amplify/ui-react +## 3.4.1 + +### Patch Changes + +- [#2450](https://github.com/aws-amplify/amplify-ui/pull/2450) [`ed41e28d1`](https://github.com/aws-amplify/amplify-ui/commit/ed41e28d1abb689f7c74d9f13b9da96a21806973) Thanks [@thaddmt](https://github.com/thaddmt)! - Fix location search bug + +* [#2469](https://github.com/aws-amplify/amplify-ui/pull/2469) [`322bc2ce7`](https://github.com/aws-amplify/amplify-ui/commit/322bc2ce7e8edd92b098c8f2dd65af3c99184c35) Thanks [@hbuchel](https://github.com/hbuchel)! - fix(react): hide svg icon images in a11y tree in Rating component so redundant text is not announced + ## 3.4.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 23b01af152b..1f5cacb873e 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react", - "version": "3.4.0", + "version": "3.4.1", "main": "dist/index.js", "module": "dist/esm/index.js", "exports": {