diff --git a/.changeset/eighty-meals-perform.md b/.changeset/eighty-meals-perform.md deleted file mode 100644 index a4654c71c8a..00000000000 --- a/.changeset/eighty-meals-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@aws-amplify/ui-react-native': minor ---- - -fix(ui-react-native): fix autofill not triggering change events correctly diff --git a/.changeset/unlucky-otters-dress.md b/.changeset/unlucky-otters-dress.md deleted file mode 100644 index 6945ff68c0a..00000000000 --- a/.changeset/unlucky-otters-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui-react": minor ---- - -feat(collection): Add `table` type to `Collection` UI primitive diff --git a/docs/package.json b/docs/package.json index 20d00782a7a..73c28e9d3bf 100644 --- a/docs/package.json +++ b/docs/package.json @@ -24,8 +24,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui-react": "6.11.2", - "@aws-amplify/ui-react-storage": "3.12.0", + "@aws-amplify/ui-react": "6.12.0", + "@aws-amplify/ui-react-storage": "3.12.1", "@docsearch/react": "3", "@mdx-js/loader": "^2.1.0", "@mdx-js/mdx": "^2.1.0", diff --git a/examples/next-app-router/package.json b/examples/next-app-router/package.json index 7c81160b341..f10e8f3f60e 100644 --- a/examples/next-app-router/package.json +++ b/examples/next-app-router/package.json @@ -9,8 +9,8 @@ "lint": "next lint" }, "dependencies": { - "@aws-amplify/ui-react": "6.11.2", - "@aws-amplify/ui-react-storage": "3.12.0", + "@aws-amplify/ui-react": "6.12.0", + "@aws-amplify/ui-react-storage": "3.12.1", "react": "^18.3.0", "next": "^14.2.30", "react-dom": "^18", diff --git a/examples/next/package.json b/examples/next/package.json index ad8289c7aa0..e2b465c9eb1 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -10,12 +10,12 @@ "lint": "next lint" }, "dependencies": { - "@aws-amplify/ui-react": "^6.11.2", + "@aws-amplify/ui-react": "^6.12.0", "@aws-amplify/ui-react-ai": "1.5.0", "@aws-amplify/ui-react-geo": "^2.2.9", - "@aws-amplify/ui-react-liveness": "^3.4.3", - "@aws-amplify/ui-react-notifications": "^2.2.9", - "@aws-amplify/ui-react-storage": "^3.12.0", + "@aws-amplify/ui-react-liveness": "^3.4.4", + "@aws-amplify/ui-react-notifications": "^2.2.10", + "@aws-amplify/ui-react-storage": "^3.12.1", "@aws-sdk/credential-providers": "^3.370.0", "next": "^14.2.30", "next-global-css": "^1.1.1", diff --git a/examples/react-router/package.json b/examples/react-router/package.json index 20270afa746..6e6114f4568 100644 --- a/examples/react-router/package.json +++ b/examples/react-router/package.json @@ -10,8 +10,8 @@ "start": "vite preview --port 3000" }, "dependencies": { - "@aws-amplify/ui-react": "6.11.2", - "@aws-amplify/ui-react-storage": "3.12.0", + "@aws-amplify/ui-react": "6.12.0", + "@aws-amplify/ui-react-storage": "3.12.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^7.5.2" diff --git a/packages/react-liveness/CHANGELOG.md b/packages/react-liveness/CHANGELOG.md index 9c0a9f1845f..f9477199110 100644 --- a/packages/react-liveness/CHANGELOG.md +++ b/packages/react-liveness/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-liveness +## 3.4.4 + +### Patch Changes + +- Updated dependencies [[`8319d5afaa9f3de59f18d72d873953a1fd0e1b73`](https://github.com/aws-amplify/amplify-ui/commit/8319d5afaa9f3de59f18d72d873953a1fd0e1b73)]: + - @aws-amplify/ui-react@6.12.0 + ## 3.4.3 ### Patch Changes diff --git a/packages/react-liveness/package.json b/packages/react-liveness/package.json index 00ec530a996..8f43fcdd2a6 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.4.3", + "version": "3.4.4", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -49,7 +49,7 @@ }, "dependencies": { "@aws-amplify/ui": "6.10.3", - "@aws-amplify/ui-react": "6.11.2", + "@aws-amplify/ui-react": "6.12.0", "@aws-sdk/client-rekognitionstreaming": "3.828.0", "@aws-sdk/util-format-url": "3.609.0", "@smithy/eventstream-serde-browser": "^4.0.4", diff --git a/packages/react-liveness/src/version.ts b/packages/react-liveness/src/version.ts index ad8d37529a7..9f47db4faab 100644 --- a/packages/react-liveness/src/version.ts +++ b/packages/react-liveness/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.4.3'; +export const VERSION = '3.4.4'; diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md index b3e1012b5c3..714a9993dcb 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -1,5 +1,11 @@ # @aws-amplify/ui-react-native +## 2.6.0 + +### Minor Changes + +- [#6670](https://github.com/aws-amplify/amplify-ui/pull/6670) [`83a2d8445f70dc371371de92fdf35f7edbc9fd6a`](https://github.com/aws-amplify/amplify-ui/commit/83a2d8445f70dc371371de92fdf35f7edbc9fd6a) Thanks [@ahmedhamouda78](https://github.com/ahmedhamouda78)! - fix(ui-react-native): fix autofill not triggering change events correctly + ## 2.5.3 ### Patch Changes diff --git a/packages/react-native/package.json b/packages/react-native/package.json index f3ff01347b1..160ba54f51b 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react-native", - "version": "2.5.3", + "version": "2.6.0", "main": "lib/index.js", "module": "dist/index.js", "react-native": "src/index.ts", diff --git a/packages/react-native/src/version.ts b/packages/react-native/src/version.ts index 41624632e3a..98d71fe4639 100644 --- a/packages/react-native/src/version.ts +++ b/packages/react-native/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.5.3'; +export const VERSION = '2.6.0'; diff --git a/packages/react-notifications/CHANGELOG.md b/packages/react-notifications/CHANGELOG.md index 704d1c354a1..c3fbfe87596 100644 --- a/packages/react-notifications/CHANGELOG.md +++ b/packages/react-notifications/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-notifications +## 2.2.10 + +### Patch Changes + +- Updated dependencies [[`8319d5afaa9f3de59f18d72d873953a1fd0e1b73`](https://github.com/aws-amplify/amplify-ui/commit/8319d5afaa9f3de59f18d72d873953a1fd0e1b73)]: + - @aws-amplify/ui-react@6.12.0 + ## 2.2.9 ### Patch Changes diff --git a/packages/react-notifications/package.json b/packages/react-notifications/package.json index 1e35b2e9f1f..4dcbf04188d 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.2.9", + "version": "2.2.10", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -40,7 +40,7 @@ }, "dependencies": { "@aws-amplify/ui": "6.10.3", - "@aws-amplify/ui-react": "6.11.2", + "@aws-amplify/ui-react": "6.12.0", "@aws-amplify/ui-react-core": "3.4.3", "@aws-amplify/ui-react-core-notifications": "2.2.9", "tinycolor2": "1.4.2" diff --git a/packages/react-notifications/src/version.ts b/packages/react-notifications/src/version.ts index 14f70a58b3a..0b61b710cd5 100644 --- a/packages/react-notifications/src/version.ts +++ b/packages/react-notifications/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.2.9'; +export const VERSION = '2.2.10'; diff --git a/packages/react-storage/CHANGELOG.md b/packages/react-storage/CHANGELOG.md index d9cbc47d47b..543b8ea7678 100644 --- a/packages/react-storage/CHANGELOG.md +++ b/packages/react-storage/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-storage +## 3.12.1 + +### Patch Changes + +- Updated dependencies [[`8319d5afaa9f3de59f18d72d873953a1fd0e1b73`](https://github.com/aws-amplify/amplify-ui/commit/8319d5afaa9f3de59f18d72d873953a1fd0e1b73)]: + - @aws-amplify/ui-react@6.12.0 + ## 3.12.0 ### Minor Changes diff --git a/packages/react-storage/package.json b/packages/react-storage/package.json index eaba0c9c0ce..c7218d6d1fd 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.12.0", + "version": "3.12.1", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -46,7 +46,7 @@ }, "dependencies": { "@aws-amplify/ui": "6.10.3", - "@aws-amplify/ui-react": "6.11.2", + "@aws-amplify/ui-react": "6.12.0", "@aws-amplify/ui-react-core": "3.4.3", "tslib": "^2.5.2" }, diff --git a/packages/react-storage/src/version.ts b/packages/react-storage/src/version.ts index e253aa91f6b..a2c15f90ec0 100644 --- a/packages/react-storage/src/version.ts +++ b/packages/react-storage/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.12.0'; +export const VERSION = '3.12.1'; diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 913b4ad63db..ee5b5c3d003 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @aws-amplify/ui-react +## 6.12.0 + +### Minor Changes + +- [#6665](https://github.com/aws-amplify/amplify-ui/pull/6665) [`8319d5afaa9f3de59f18d72d873953a1fd0e1b73`](https://github.com/aws-amplify/amplify-ui/commit/8319d5afaa9f3de59f18d72d873953a1fd0e1b73) Thanks [@jvh-aws](https://github.com/jvh-aws)! - feat(collection): Add `table` type to `Collection` UI primitive + ## 6.11.2 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index d938032f66e..42777ee6459 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react", - "version": "6.11.2", + "version": "6.12.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 2af09c5aa0c..200e235eeb9 100644 --- a/packages/react/src/version.ts +++ b/packages/react/src/version.ts @@ -1 +1 @@ -export const VERSION = '6.11.2'; +export const VERSION = '6.12.0'; diff --git a/packages/test-utils/CHANGELOG.md b/packages/test-utils/CHANGELOG.md index 394ca14e390..8b02d4181a4 100644 --- a/packages/test-utils/CHANGELOG.md +++ b/packages/test-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-test-utils +## 0.0.8 + +### Patch Changes + +- Updated dependencies []: + - @aws-amplify/ui-react-storage@3.12.1 + ## 0.0.7 ### Patch Changes diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 75f850472c5..7adcd0057eb 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,7 +1,7 @@ { "name": "@aws-amplify/ui-test-utils", "private": true, - "version": "0.0.7", + "version": "0.0.8", "description": "Test utils for Amplify Connected Component e2e tests", "exports": { "./*": { @@ -26,7 +26,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui-react-storage": "3.12.0", + "@aws-amplify/ui-react-storage": "3.12.1", "tslib": "^2.5.2" } }