diff --git a/.changeset/rotten-terms-own.md b/.changeset/rotten-terms-own.md deleted file mode 100644 index 9c7c54034db..00000000000 --- a/.changeset/rotten-terms-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui-react-liveness": patch ---- - -chore: update toasts to be assertive diff --git a/.changeset/wise-walls-sip.md b/.changeset/wise-walls-sip.md deleted file mode 100644 index e48e85016a4..00000000000 --- a/.changeset/wise-walls-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui-react": minor ---- - -chore(docs): remove dynamic imports from React primitive pages, add FilterChildren internal component diff --git a/docs/package.json b/docs/package.json index f2ff60e0127..cbcb8543b7e 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.0.7", + "@aws-amplify/ui-react": "6.1.0", "@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 3b5b48f4b25..76d44a4d782 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -11,11 +11,11 @@ }, "dependencies": { "@aws-amplify/geo": "^3.0.1", - "@aws-amplify/ui-react": "^6.0.7", + "@aws-amplify/ui-react": "^6.1.0", "@aws-amplify/ui-react-geo": "^2.0.6", - "@aws-amplify/ui-react-liveness": "^3.0.7", - "@aws-amplify/ui-react-notifications": "^2.0.7", - "@aws-amplify/ui-react-storage": "^3.0.8", + "@aws-amplify/ui-react-liveness": "^3.0.8", + "@aws-amplify/ui-react-notifications": "^2.0.8", + "@aws-amplify/ui-react-storage": "^3.0.9", "@aws-sdk/credential-providers": "^3.370.0", "aws-amplify": "^6.0.6", "next": "^13.5.5", diff --git a/packages/react-auth/CHANGELOG.md b/packages/react-auth/CHANGELOG.md index 9cc11c8ee9b..59177a40acd 100644 --- a/packages/react-auth/CHANGELOG.md +++ b/packages/react-auth/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-auth +## 0.0.10 + +### Patch Changes + +- Updated dependencies [[`8d41213bc`](https://github.com/aws-amplify/amplify-ui/commit/8d41213bc96f3f37342c09756cf16a07ea4e2090)]: + - @aws-amplify/ui-react@6.1.0 + ## 0.0.9 ### Patch Changes diff --git a/packages/react-auth/package.json b/packages/react-auth/package.json index 86c3ac87827..49756389701 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.9", + "version": "0.0.10", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -41,7 +41,7 @@ }, "dependencies": { "@aws-amplify/ui": "6.0.6", - "@aws-amplify/ui-react": "6.0.7", + "@aws-amplify/ui-react": "6.1.0", "@aws-amplify/ui-react-core": "3.0.6", "@aws-amplify/ui-react-core-auth": "0.0.8", "@xstate/react": "3.2.2", diff --git a/packages/react-auth/src/version.ts b/packages/react-auth/src/version.ts index 41adbe7c889..05c440e5b9d 100644 --- a/packages/react-auth/src/version.ts +++ b/packages/react-auth/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.9'; +export const VERSION = '0.0.10'; diff --git a/packages/react-liveness/CHANGELOG.md b/packages/react-liveness/CHANGELOG.md index 537435f360f..d4582bd6b6f 100644 --- a/packages/react-liveness/CHANGELOG.md +++ b/packages/react-liveness/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-liveness +## 3.0.8 + +### Patch Changes + +- [#4877](https://github.com/aws-amplify/amplify-ui/pull/4877) [`94d05cbff`](https://github.com/aws-amplify/amplify-ui/commit/94d05cbffe407f0880a68b819b3c7d75016ff65a) Thanks [@thaddmt](https://github.com/thaddmt)! - chore: update toasts to be assertive + +- Updated dependencies [[`8d41213bc`](https://github.com/aws-amplify/amplify-ui/commit/8d41213bc96f3f37342c09756cf16a07ea4e2090)]: + - @aws-amplify/ui-react@6.1.0 + ## 3.0.7 ### Patch Changes diff --git a/packages/react-liveness/package.json b/packages/react-liveness/package.json index bc3e6d9a95b..6cb9de376d8 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.7", + "version": "3.0.8", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -48,7 +48,7 @@ }, "dependencies": { "@aws-amplify/ui": "6.0.6", - "@aws-amplify/ui-react": "6.0.7", + "@aws-amplify/ui-react": "6.1.0", "@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 04415c615a2..4f7904ed6cc 100644 --- a/packages/react-liveness/src/version.ts +++ b/packages/react-liveness/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.0.7'; +export const VERSION = '3.0.8'; diff --git a/packages/react-notifications/CHANGELOG.md b/packages/react-notifications/CHANGELOG.md index 6885da38060..295037c913b 100644 --- a/packages/react-notifications/CHANGELOG.md +++ b/packages/react-notifications/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-notifications +## 2.0.8 + +### Patch Changes + +- Updated dependencies [[`8d41213bc`](https://github.com/aws-amplify/amplify-ui/commit/8d41213bc96f3f37342c09756cf16a07ea4e2090)]: + - @aws-amplify/ui-react@6.1.0 + ## 2.0.7 ### Patch Changes diff --git a/packages/react-notifications/package.json b/packages/react-notifications/package.json index 496538266d5..630f8122511 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.7", + "version": "2.0.8", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -40,7 +40,7 @@ }, "dependencies": { "@aws-amplify/ui": "6.0.6", - "@aws-amplify/ui-react": "6.0.7", + "@aws-amplify/ui-react": "6.1.0", "@aws-amplify/ui-react-core-notifications": "2.0.6", "tinycolor2": "1.4.2" }, diff --git a/packages/react-notifications/src/version.ts b/packages/react-notifications/src/version.ts index ba4798a1e46..ecba926dc3b 100644 --- a/packages/react-notifications/src/version.ts +++ b/packages/react-notifications/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.0.7'; +export const VERSION = '2.0.8'; diff --git a/packages/react-storage/CHANGELOG.md b/packages/react-storage/CHANGELOG.md index 85839ff9c8b..7a4119bd6ee 100644 --- a/packages/react-storage/CHANGELOG.md +++ b/packages/react-storage/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-storage +## 3.0.9 + +### Patch Changes + +- Updated dependencies [[`8d41213bc`](https://github.com/aws-amplify/amplify-ui/commit/8d41213bc96f3f37342c09756cf16a07ea4e2090)]: + - @aws-amplify/ui-react@6.1.0 + ## 3.0.8 ### Patch Changes diff --git a/packages/react-storage/package.json b/packages/react-storage/package.json index 92c5163e549..02ce26fc074 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.0.8", + "version": "3.0.9", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -40,7 +40,7 @@ }, "dependencies": { "@aws-amplify/ui": "6.0.6", - "@aws-amplify/ui-react": "6.0.7", + "@aws-amplify/ui-react": "6.1.0", "@aws-amplify/ui-react-core": "3.0.6", "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 4f7904ed6cc..e89a97d1cd9 100644 --- a/packages/react-storage/src/version.ts +++ b/packages/react-storage/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.0.8'; +export const VERSION = '3.0.9'; diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index dd1438c6c02..8133e7190fb 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @aws-amplify/ui-react +## 6.1.0 + +### Minor Changes + +- [#4869](https://github.com/aws-amplify/amplify-ui/pull/4869) [`8d41213bc`](https://github.com/aws-amplify/amplify-ui/commit/8d41213bc96f3f37342c09756cf16a07ea4e2090) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(docs): remove dynamic imports from React primitive pages, add FilterChildren internal component + ## 6.0.7 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 313d4840be6..ef07ec71af2 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react", - "version": "6.0.7", + "version": "6.1.0", "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 10764fd5fc2..fa26a9121c5 100644 --- a/packages/react/src/version.ts +++ b/packages/react/src/version.ts @@ -1 +1 @@ -export const VERSION = '6.0.7'; +export const VERSION = '6.1.0';