diff --git a/.changeset/blue-ladybugs-grab.md b/.changeset/blue-ladybugs-grab.md deleted file mode 100644 index 22d3cde1bdb..00000000000 --- a/.changeset/blue-ladybugs-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui": patch ---- - -feat(i18n): add Chinese translations for password fields in zh.ts diff --git a/.changeset/swift-planets-look.md b/.changeset/swift-planets-look.md deleted file mode 100644 index aff974a7376..00000000000 --- a/.changeset/swift-planets-look.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@aws-amplify/ui": minor -"@aws-amplify/ui-react": minor -"@aws-amplify/ui-react-ai": minor -"@aws-amplify/ui-react-core": minor -"@aws-amplify/ui-react-core-notifications": minor -"@aws-amplify/ui-react-geo": minor -"@aws-amplify/ui-react-liveness": minor -"@aws-amplify/ui-react-native": minor -"@aws-amplify/ui-react-notifications": minor -"@aws-amplify/ui-react-storage": minor ---- - -feat(react): reenable react 19 support diff --git a/docs/package.json b/docs/package.json index 0ea69528ab5..c394f528a32 100644 --- a/docs/package.json +++ b/docs/package.json @@ -24,8 +24,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui-react": "6.8.1", - "@aws-amplify/ui-react-storage": "3.6.1", + "@aws-amplify/ui-react": "6.9.0", + "@aws-amplify/ui-react-storage": "3.7.0", "@docsearch/react": "3", "@mdx-js/loader": "^2.1.0", "@mdx-js/mdx": "^2.1.0", diff --git a/examples/angular/package.json b/examples/angular/package.json index 31e6f1e89f8..96c428329b5 100644 --- a/examples/angular/package.json +++ b/examples/angular/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^14.3.0", "@angular/platform-browser-dynamic": "^14.3.0", "@angular/router": "^14.3.0", - "@aws-amplify/ui-angular": "^5.0.34", + "@aws-amplify/ui-angular": "^5.0.35", "rxjs": "~6.6.0", "tslib": "^2.0.0", "zone.js": "~0.11.4" diff --git a/examples/next/package.json b/examples/next/package.json index ddbc3dd6806..903e0c0e7f3 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -10,12 +10,12 @@ "lint": "next lint" }, "dependencies": { - "@aws-amplify/ui-react": "^6.8.1", - "@aws-amplify/ui-react-ai": "1.2.1", - "@aws-amplify/ui-react-geo": "^2.1.1", - "@aws-amplify/ui-react-liveness": "^3.2.1", - "@aws-amplify/ui-react-notifications": "^2.1.1", - "@aws-amplify/ui-react-storage": "^3.6.1", + "@aws-amplify/ui-react": "^6.9.0", + "@aws-amplify/ui-react-ai": "1.3.0", + "@aws-amplify/ui-react-geo": "^2.2.0", + "@aws-amplify/ui-react-liveness": "^3.3.0", + "@aws-amplify/ui-react-notifications": "^2.2.0", + "@aws-amplify/ui-react-storage": "^3.7.0", "@aws-sdk/credential-providers": "^3.370.0", "next": "^14.2.21", "next-global-css": "^1.1.1", diff --git a/examples/vue/package.json b/examples/vue/package.json index 21191424035..0251c64b8b6 100644 --- a/examples/vue/package.json +++ b/examples/vue/package.json @@ -11,7 +11,7 @@ "start": "vite preview --port 3000" }, "dependencies": { - "@aws-amplify/ui-vue": "^4.2.26", + "@aws-amplify/ui-vue": "^4.2.27", "vue": "^3.0.5", "vue-router": "4" }, diff --git a/packages/angular/projects/ui-angular/CHANGELOG.md b/packages/angular/projects/ui-angular/CHANGELOG.md index 9376743ff72..6580334ebbb 100644 --- a/packages/angular/projects/ui-angular/CHANGELOG.md +++ b/packages/angular/projects/ui-angular/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-angular +## 5.0.35 + +### Patch Changes + +- Updated dependencies [[`8757f03b7b1d761d9a13cfe29382a2208d4f3999`](https://github.com/aws-amplify/amplify-ui/commit/8757f03b7b1d761d9a13cfe29382a2208d4f3999), [`8d2aa79b174d4e48aaca913bd568898b8c8975a2`](https://github.com/aws-amplify/amplify-ui/commit/8d2aa79b174d4e48aaca913bd568898b8c8975a2)]: + - @aws-amplify/ui@6.8.0 + ## 5.0.34 ### Patch Changes diff --git a/packages/angular/projects/ui-angular/package.json b/packages/angular/projects/ui-angular/package.json index 099c421ce10..9c406758837 100644 --- a/packages/angular/projects/ui-angular/package.json +++ b/packages/angular/projects/ui-angular/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-angular", - "version": "5.0.34", + "version": "5.0.35", "scripts": { "build": "yarn --cwd ../../ build", "dev": "yarn --cwd ../../ dev", @@ -20,7 +20,7 @@ "rxjs": "^6.5.3 || ^7.4.0" }, "dependencies": { - "@aws-amplify/ui": "6.7.2", + "@aws-amplify/ui": "6.8.0", "nanoid": "3.3.8", "qrcode": "1.5.0", "tslib": "^2.5.2", diff --git a/packages/angular/projects/ui-angular/src/version.ts b/packages/angular/projects/ui-angular/src/version.ts index 2cb825fd680..1ab4df726c6 100644 --- a/packages/angular/projects/ui-angular/src/version.ts +++ b/packages/angular/projects/ui-angular/src/version.ts @@ -1 +1 @@ -export const VERSION = '5.0.34'; +export const VERSION = '5.0.35'; diff --git a/packages/e2e/package.json b/packages/e2e/package.json index 5c6a5e2b063..fcc7583eeb9 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -29,7 +29,7 @@ ] }, "devDependencies": { - "@aws-amplify/ui": "^6.7.2", + "@aws-amplify/ui": "^6.8.0", "@badeball/cypress-cucumber-preprocessor": "^18.0.6", "@bahmutov/cypress-esbuild-preprocessor": "~2.2.0", "@cucumber/cucumber": "^10.0.1", diff --git a/packages/react-ai/CHANGELOG.md b/packages/react-ai/CHANGELOG.md index 0b8d41fb0e4..162371d6905 100644 --- a/packages/react-ai/CHANGELOG.md +++ b/packages/react-ai/CHANGELOG.md @@ -1,5 +1,18 @@ # @aws-amplify/ui-react-ai +## 1.3.0 + +### Minor Changes + +- [#6296](https://github.com/aws-amplify/amplify-ui/pull/6296) [`8d2aa79b174d4e48aaca913bd568898b8c8975a2`](https://github.com/aws-amplify/amplify-ui/commit/8d2aa79b174d4e48aaca913bd568898b8c8975a2) Thanks [@calebpollman](https://github.com/calebpollman)! - feat(react): reenable react 19 support + +### Patch Changes + +- Updated dependencies [[`8757f03b7b1d761d9a13cfe29382a2208d4f3999`](https://github.com/aws-amplify/amplify-ui/commit/8757f03b7b1d761d9a13cfe29382a2208d4f3999), [`8d2aa79b174d4e48aaca913bd568898b8c8975a2`](https://github.com/aws-amplify/amplify-ui/commit/8d2aa79b174d4e48aaca913bd568898b8c8975a2)]: + - @aws-amplify/ui@6.8.0 + - @aws-amplify/ui-react@6.9.0 + - @aws-amplify/ui-react-core@3.3.0 + ## 1.2.1 ### Patch Changes diff --git a/packages/react-ai/package.json b/packages/react-ai/package.json index 6035c2b81cf..9c93afcfce1 100644 --- a/packages/react-ai/package.json +++ b/packages/react-ai/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react-ai", - "version": "1.2.1", + "version": "1.3.0", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -48,9 +48,9 @@ "react-dom": "^16.14 || ^17 || ^18 || ^19" }, "dependencies": { - "@aws-amplify/ui": "^6.7.1", - "@aws-amplify/ui-react": "^6.8.1", - "@aws-amplify/ui-react-core": "^3.2.1" + "@aws-amplify/ui": "^6.8.0", + "@aws-amplify/ui-react": "^6.9.0", + "@aws-amplify/ui-react-core": "^3.3.0" }, "devDependencies": { "@types/jest-when": "^3.5.0", diff --git a/packages/react-ai/src/version.ts b/packages/react-ai/src/version.ts index 5ec4dffca77..2b682bb4dec 100644 --- a/packages/react-ai/src/version.ts +++ b/packages/react-ai/src/version.ts @@ -1 +1 @@ -export const VERSION = '1.2.1'; +export const VERSION = '1.3.0'; diff --git a/packages/react-auth/CHANGELOG.md b/packages/react-auth/CHANGELOG.md index 956c302e465..da37bb926c7 100644 --- a/packages/react-auth/CHANGELOG.md +++ b/packages/react-auth/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui-react-auth +## 0.0.43 + +### Patch Changes + +- Updated dependencies [[`8757f03b7b1d761d9a13cfe29382a2208d4f3999`](https://github.com/aws-amplify/amplify-ui/commit/8757f03b7b1d761d9a13cfe29382a2208d4f3999), [`8d2aa79b174d4e48aaca913bd568898b8c8975a2`](https://github.com/aws-amplify/amplify-ui/commit/8d2aa79b174d4e48aaca913bd568898b8c8975a2)]: + - @aws-amplify/ui@6.8.0 + - @aws-amplify/ui-react@6.9.0 + - @aws-amplify/ui-react-core@3.3.0 + - @aws-amplify/ui-react-core-auth@0.0.38 + ## 0.0.42 ### Patch Changes diff --git a/packages/react-auth/package.json b/packages/react-auth/package.json index f362127c745..5a0bc8ed464 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.42", + "version": "0.0.43", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -40,10 +40,10 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.7.2", - "@aws-amplify/ui-react": "6.8.1", - "@aws-amplify/ui-react-core": "3.2.1", - "@aws-amplify/ui-react-core-auth": "0.0.37", + "@aws-amplify/ui": "6.8.0", + "@aws-amplify/ui-react": "6.9.0", + "@aws-amplify/ui-react-core": "3.3.0", + "@aws-amplify/ui-react-core-auth": "0.0.38", "@xstate/react": "3.2.2", "lodash": "4.17.21", "tslib": "^2.5.2" diff --git a/packages/react-auth/src/version.ts b/packages/react-auth/src/version.ts index 2ea0879ceb3..c66c796cac2 100644 --- a/packages/react-auth/src/version.ts +++ b/packages/react-auth/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.42'; +export const VERSION = '0.0.43'; diff --git a/packages/react-core-auth/CHANGELOG.md b/packages/react-core-auth/CHANGELOG.md index 2c59f4762a4..d6e4f698675 100644 --- a/packages/react-core-auth/CHANGELOG.md +++ b/packages/react-core-auth/CHANGELOG.md @@ -1,5 +1,13 @@ # @aws-amplify/ui-react-core-auth +## 0.0.38 + +### Patch Changes + +- Updated dependencies [[`8757f03b7b1d761d9a13cfe29382a2208d4f3999`](https://github.com/aws-amplify/amplify-ui/commit/8757f03b7b1d761d9a13cfe29382a2208d4f3999), [`8d2aa79b174d4e48aaca913bd568898b8c8975a2`](https://github.com/aws-amplify/amplify-ui/commit/8d2aa79b174d4e48aaca913bd568898b8c8975a2)]: + - @aws-amplify/ui@6.8.0 + - @aws-amplify/ui-react-core@3.3.0 + ## 0.0.37 ### Patch Changes diff --git a/packages/react-core-auth/package.json b/packages/react-core-auth/package.json index 5cac15a759d..8a948267bcd 100644 --- a/packages/react-core-auth/package.json +++ b/packages/react-core-auth/package.json @@ -1,7 +1,7 @@ { "name": "@aws-amplify/ui-react-core-auth", "private": true, - "version": "0.0.37", + "version": "0.0.38", "main": "dist/index.js", "module": "dist/esm/index.mjs", "react-native": "src/index.ts", @@ -33,8 +33,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.7.2", - "@aws-amplify/ui-react-core": "3.2.1", + "@aws-amplify/ui": "6.8.0", + "@aws-amplify/ui-react-core": "3.3.0", "@xstate/react": "3.2.2", "lodash": "4.17.21", "qrcode": "1.5.0", diff --git a/packages/react-core-notifications/CHANGELOG.md b/packages/react-core-notifications/CHANGELOG.md index 436d51b5fb9..4cc884d3045 100644 --- a/packages/react-core-notifications/CHANGELOG.md +++ b/packages/react-core-notifications/CHANGELOG.md @@ -1,5 +1,17 @@ # @aws-amplify/ui-react-core-notifications +## 2.2.0 + +### Minor Changes + +- [#6296](https://github.com/aws-amplify/amplify-ui/pull/6296) [`8d2aa79b174d4e48aaca913bd568898b8c8975a2`](https://github.com/aws-amplify/amplify-ui/commit/8d2aa79b174d4e48aaca913bd568898b8c8975a2) Thanks [@calebpollman](https://github.com/calebpollman)! - feat(react): reenable react 19 support + +### Patch Changes + +- Updated dependencies [[`8757f03b7b1d761d9a13cfe29382a2208d4f3999`](https://github.com/aws-amplify/amplify-ui/commit/8757f03b7b1d761d9a13cfe29382a2208d4f3999), [`8d2aa79b174d4e48aaca913bd568898b8c8975a2`](https://github.com/aws-amplify/amplify-ui/commit/8d2aa79b174d4e48aaca913bd568898b8c8975a2)]: + - @aws-amplify/ui@6.8.0 + - @aws-amplify/ui-react-core@3.3.0 + ## 2.1.1 ### Patch Changes diff --git a/packages/react-core-notifications/package.json b/packages/react-core-notifications/package.json index 5a206f56497..bfb6cdd2f46 100644 --- a/packages/react-core-notifications/package.json +++ b/packages/react-core-notifications/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react-core-notifications", - "version": "2.1.1", + "version": "2.2.0", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -35,8 +35,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.7.2", - "@aws-amplify/ui-react-core": "3.2.1" + "@aws-amplify/ui": "6.8.0", + "@aws-amplify/ui-react-core": "3.3.0" }, "peerDependencies": { "aws-amplify": "^6.9.0", diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index 8bbc7cdd2d0..4c707699c03 100644 --- a/packages/react-core/CHANGELOG.md +++ b/packages/react-core/CHANGELOG.md @@ -1,5 +1,16 @@ # @aws-amplify/ui-react-core +## 3.3.0 + +### Minor Changes + +- [#6296](https://github.com/aws-amplify/amplify-ui/pull/6296) [`8d2aa79b174d4e48aaca913bd568898b8c8975a2`](https://github.com/aws-amplify/amplify-ui/commit/8d2aa79b174d4e48aaca913bd568898b8c8975a2) Thanks [@calebpollman](https://github.com/calebpollman)! - feat(react): reenable react 19 support + +### Patch Changes + +- Updated dependencies [[`8757f03b7b1d761d9a13cfe29382a2208d4f3999`](https://github.com/aws-amplify/amplify-ui/commit/8757f03b7b1d761d9a13cfe29382a2208d4f3999), [`8d2aa79b174d4e48aaca913bd568898b8c8975a2`](https://github.com/aws-amplify/amplify-ui/commit/8d2aa79b174d4e48aaca913bd568898b8c8975a2)]: + - @aws-amplify/ui@6.8.0 + ## 3.2.1 ### Patch Changes diff --git a/packages/react-core/package.json b/packages/react-core/package.json index 013acc299e5..10f31a307c4 100644 --- a/packages/react-core/package.json +++ b/packages/react-core/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react-core", - "version": "3.2.1", + "version": "3.3.0", "main": "dist/index.js", "module": "dist/esm/index.mjs", "react-native": "src/index.ts", @@ -40,7 +40,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.7.2", + "@aws-amplify/ui": "6.8.0", "@xstate/react": "^3.2.2", "lodash": "4.17.21", "react-hook-form": "^7.53.2", diff --git a/packages/react-geo/CHANGELOG.md b/packages/react-geo/CHANGELOG.md index 12b293ffda5..67c59e6e5d6 100644 --- a/packages/react-geo/CHANGELOG.md +++ b/packages/react-geo/CHANGELOG.md @@ -1,5 +1,16 @@ # @aws-amplify/ui-react-geo +## 2.2.0 + +### Minor Changes + +- [#6296](https://github.com/aws-amplify/amplify-ui/pull/6296) [`8d2aa79b174d4e48aaca913bd568898b8c8975a2`](https://github.com/aws-amplify/amplify-ui/commit/8d2aa79b174d4e48aaca913bd568898b8c8975a2) Thanks [@calebpollman](https://github.com/calebpollman)! - feat(react): reenable react 19 support + +### Patch Changes + +- Updated dependencies [[`8d2aa79b174d4e48aaca913bd568898b8c8975a2`](https://github.com/aws-amplify/amplify-ui/commit/8d2aa79b174d4e48aaca913bd568898b8c8975a2)]: + - @aws-amplify/ui-react-core@3.3.0 + ## 2.1.1 ### Patch Changes diff --git a/packages/react-geo/package.json b/packages/react-geo/package.json index aa8bc4ff609..21625a95407 100644 --- a/packages/react-geo/package.json +++ b/packages/react-geo/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react-geo", - "version": "2.1.1", + "version": "2.2.0", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -39,7 +39,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui-react-core": "3.2.1", + "@aws-amplify/ui-react-core": "3.3.0", "mapbox-gl": "1.13.1", "maplibre-gl": "2.1.9", "maplibre-gl-js-amplify": "^4.0.2", diff --git a/packages/react-geo/src/version.ts b/packages/react-geo/src/version.ts index 86570dfcbf6..46f1044219e 100644 --- a/packages/react-geo/src/version.ts +++ b/packages/react-geo/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.1.1'; +export const VERSION = '2.2.0'; diff --git a/packages/react-liveness/CHANGELOG.md b/packages/react-liveness/CHANGELOG.md index 391b73c129a..9d710ab64a1 100644 --- a/packages/react-liveness/CHANGELOG.md +++ b/packages/react-liveness/CHANGELOG.md @@ -1,5 +1,17 @@ # @aws-amplify/ui-react-liveness +## 3.3.0 + +### Minor Changes + +- [#6296](https://github.com/aws-amplify/amplify-ui/pull/6296) [`8d2aa79b174d4e48aaca913bd568898b8c8975a2`](https://github.com/aws-amplify/amplify-ui/commit/8d2aa79b174d4e48aaca913bd568898b8c8975a2) Thanks [@calebpollman](https://github.com/calebpollman)! - feat(react): reenable react 19 support + +### Patch Changes + +- Updated dependencies [[`8757f03b7b1d761d9a13cfe29382a2208d4f3999`](https://github.com/aws-amplify/amplify-ui/commit/8757f03b7b1d761d9a13cfe29382a2208d4f3999), [`8d2aa79b174d4e48aaca913bd568898b8c8975a2`](https://github.com/aws-amplify/amplify-ui/commit/8d2aa79b174d4e48aaca913bd568898b8c8975a2)]: + - @aws-amplify/ui@6.8.0 + - @aws-amplify/ui-react@6.9.0 + ## 3.2.1 ### Patch Changes diff --git a/packages/react-liveness/package.json b/packages/react-liveness/package.json index 5e0ae00ad7d..d715b8e235b 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.2.1", + "version": "3.3.0", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -48,8 +48,8 @@ "react-dom": "^16.14 || ^17 || ^18 || ^19" }, "dependencies": { - "@aws-amplify/ui": "6.7.2", - "@aws-amplify/ui-react": "6.8.1", + "@aws-amplify/ui": "6.8.0", + "@aws-amplify/ui-react": "6.9.0", "@aws-sdk/client-rekognitionstreaming": "3.621.0", "@aws-sdk/util-format-url": "3.609.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 08303b6e735..70cb4144f8b 100644 --- a/packages/react-liveness/src/version.ts +++ b/packages/react-liveness/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.2.1'; +export const VERSION = '3.3.0'; diff --git a/packages/react-native-auth/CHANGELOG.md b/packages/react-native-auth/CHANGELOG.md index 1643eb7dd1d..889be0b465f 100644 --- a/packages/react-native-auth/CHANGELOG.md +++ b/packages/react-native-auth/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-native-auth +## 0.0.41 + +### Patch Changes + +- Updated dependencies [[`8757f03b7b1d761d9a13cfe29382a2208d4f3999`](https://github.com/aws-amplify/amplify-ui/commit/8757f03b7b1d761d9a13cfe29382a2208d4f3999), [`8d2aa79b174d4e48aaca913bd568898b8c8975a2`](https://github.com/aws-amplify/amplify-ui/commit/8d2aa79b174d4e48aaca913bd568898b8c8975a2)]: + - @aws-amplify/ui@6.8.0 + - @aws-amplify/ui-react-native@2.4.0 + - @aws-amplify/ui-react-core-auth@0.0.38 + ## 0.0.40 ### Patch Changes diff --git a/packages/react-native-auth/package.json b/packages/react-native-auth/package.json index 41bafcbf229..595abb12bbd 100644 --- a/packages/react-native-auth/package.json +++ b/packages/react-native-auth/package.json @@ -1,7 +1,7 @@ { "name": "@aws-amplify/ui-react-native-auth", "private": true, - "version": "0.0.40", + "version": "0.0.41", "main": "lib/index.js", "module": "dist/index.js", "react-native": "src/index.ts", @@ -28,9 +28,9 @@ "metro-react-native-babel-preset": "^0.77.0" }, "dependencies": { - "@aws-amplify/ui": "6.7.2", - "@aws-amplify/ui-react-core-auth": "0.0.37", - "@aws-amplify/ui-react-native": "2.3.1", + "@aws-amplify/ui": "6.8.0", + "@aws-amplify/ui-react-core-auth": "0.0.38", + "@aws-amplify/ui-react-native": "2.4.0", "qrcode": "1.5.0" }, "peerDependencies": { diff --git a/packages/react-native-auth/src/version.ts b/packages/react-native-auth/src/version.ts index fbe71d44f6d..b937666f50f 100644 --- a/packages/react-native-auth/src/version.ts +++ b/packages/react-native-auth/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.40'; +export const VERSION = '0.0.41'; diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md index 309f027a493..0651f1cb072 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -1,5 +1,18 @@ # @aws-amplify/ui-react-native +## 2.4.0 + +### Minor Changes + +- [#6296](https://github.com/aws-amplify/amplify-ui/pull/6296) [`8d2aa79b174d4e48aaca913bd568898b8c8975a2`](https://github.com/aws-amplify/amplify-ui/commit/8d2aa79b174d4e48aaca913bd568898b8c8975a2) Thanks [@calebpollman](https://github.com/calebpollman)! - feat(react): reenable react 19 support + +### Patch Changes + +- Updated dependencies [[`8757f03b7b1d761d9a13cfe29382a2208d4f3999`](https://github.com/aws-amplify/amplify-ui/commit/8757f03b7b1d761d9a13cfe29382a2208d4f3999), [`8d2aa79b174d4e48aaca913bd568898b8c8975a2`](https://github.com/aws-amplify/amplify-ui/commit/8d2aa79b174d4e48aaca913bd568898b8c8975a2)]: + - @aws-amplify/ui@6.8.0 + - @aws-amplify/ui-react-core@3.3.0 + - @aws-amplify/ui-react-core-notifications@2.2.0 + ## 2.3.1 ### Patch Changes diff --git a/packages/react-native/package.json b/packages/react-native/package.json index b346ee42f8c..f3eb191a279 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.3.1", + "version": "2.4.0", "main": "lib/index.js", "module": "dist/index.js", "react-native": "src/index.ts", @@ -30,9 +30,9 @@ "react-native-safe-area-context": "^4.7.3" }, "dependencies": { - "@aws-amplify/ui": "6.7.2", - "@aws-amplify/ui-react-core": "3.2.1", - "@aws-amplify/ui-react-core-notifications": "2.1.1" + "@aws-amplify/ui": "6.8.0", + "@aws-amplify/ui-react-core": "3.3.0", + "@aws-amplify/ui-react-core-notifications": "2.2.0" }, "peerDependencies": { "aws-amplify": "^6.9.0", diff --git a/packages/react-native/src/version.ts b/packages/react-native/src/version.ts index 2204fa50a6b..69ab7b435b1 100644 --- a/packages/react-native/src/version.ts +++ b/packages/react-native/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.3.1'; +export const VERSION = '2.4.0'; diff --git a/packages/react-notifications/CHANGELOG.md b/packages/react-notifications/CHANGELOG.md index 000e885f8dd..3aa4dfac3f1 100644 --- a/packages/react-notifications/CHANGELOG.md +++ b/packages/react-notifications/CHANGELOG.md @@ -1,5 +1,19 @@ # @aws-amplify/ui-react-notifications +## 2.2.0 + +### Minor Changes + +- [#6296](https://github.com/aws-amplify/amplify-ui/pull/6296) [`8d2aa79b174d4e48aaca913bd568898b8c8975a2`](https://github.com/aws-amplify/amplify-ui/commit/8d2aa79b174d4e48aaca913bd568898b8c8975a2) Thanks [@calebpollman](https://github.com/calebpollman)! - feat(react): reenable react 19 support + +### Patch Changes + +- Updated dependencies [[`8757f03b7b1d761d9a13cfe29382a2208d4f3999`](https://github.com/aws-amplify/amplify-ui/commit/8757f03b7b1d761d9a13cfe29382a2208d4f3999), [`8d2aa79b174d4e48aaca913bd568898b8c8975a2`](https://github.com/aws-amplify/amplify-ui/commit/8d2aa79b174d4e48aaca913bd568898b8c8975a2)]: + - @aws-amplify/ui@6.8.0 + - @aws-amplify/ui-react@6.9.0 + - @aws-amplify/ui-react-core@3.3.0 + - @aws-amplify/ui-react-core-notifications@2.2.0 + ## 2.1.1 ### Patch Changes diff --git a/packages/react-notifications/package.json b/packages/react-notifications/package.json index d28133cd957..55069a553e6 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.1.1", + "version": "2.2.0", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -39,10 +39,10 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.7.2", - "@aws-amplify/ui-react": "6.8.1", - "@aws-amplify/ui-react-core": "3.2.1", - "@aws-amplify/ui-react-core-notifications": "2.1.1", + "@aws-amplify/ui": "6.8.0", + "@aws-amplify/ui-react": "6.9.0", + "@aws-amplify/ui-react-core": "3.3.0", + "@aws-amplify/ui-react-core-notifications": "2.2.0", "tinycolor2": "1.4.2" }, "peerDependencies": { diff --git a/packages/react-notifications/src/version.ts b/packages/react-notifications/src/version.ts index 86570dfcbf6..46f1044219e 100644 --- a/packages/react-notifications/src/version.ts +++ b/packages/react-notifications/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.1.1'; +export const VERSION = '2.2.0'; diff --git a/packages/react-storage/CHANGELOG.md b/packages/react-storage/CHANGELOG.md index 898bafebe0f..3768ee13b9d 100644 --- a/packages/react-storage/CHANGELOG.md +++ b/packages/react-storage/CHANGELOG.md @@ -1,5 +1,18 @@ # @aws-amplify/ui-react-storage +## 3.7.0 + +### Minor Changes + +- [#6296](https://github.com/aws-amplify/amplify-ui/pull/6296) [`8d2aa79b174d4e48aaca913bd568898b8c8975a2`](https://github.com/aws-amplify/amplify-ui/commit/8d2aa79b174d4e48aaca913bd568898b8c8975a2) Thanks [@calebpollman](https://github.com/calebpollman)! - feat(react): reenable react 19 support + +### Patch Changes + +- Updated dependencies [[`8757f03b7b1d761d9a13cfe29382a2208d4f3999`](https://github.com/aws-amplify/amplify-ui/commit/8757f03b7b1d761d9a13cfe29382a2208d4f3999), [`8d2aa79b174d4e48aaca913bd568898b8c8975a2`](https://github.com/aws-amplify/amplify-ui/commit/8d2aa79b174d4e48aaca913bd568898b8c8975a2)]: + - @aws-amplify/ui@6.8.0 + - @aws-amplify/ui-react@6.9.0 + - @aws-amplify/ui-react-core@3.3.0 + ## 3.6.1 ### Patch Changes diff --git a/packages/react-storage/package.json b/packages/react-storage/package.json index 2f9495b0191..e524232ef9f 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.6.1", + "version": "3.7.0", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -47,9 +47,9 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.7.2", - "@aws-amplify/ui-react": "6.8.1", - "@aws-amplify/ui-react-core": "3.2.1", + "@aws-amplify/ui": "6.8.0", + "@aws-amplify/ui-react": "6.9.0", + "@aws-amplify/ui-react-core": "3.3.0", "tslib": "^2.5.2" }, "peerDependencies": { diff --git a/packages/react-storage/src/version.ts b/packages/react-storage/src/version.ts index 86c27006649..457dafcc43e 100644 --- a/packages/react-storage/src/version.ts +++ b/packages/react-storage/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.6.1'; +export const VERSION = '3.7.0'; diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 5cd0ddbc130..39d463e17e2 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,17 @@ # @aws-amplify/ui-react +## 6.9.0 + +### Minor Changes + +- [#6296](https://github.com/aws-amplify/amplify-ui/pull/6296) [`8d2aa79b174d4e48aaca913bd568898b8c8975a2`](https://github.com/aws-amplify/amplify-ui/commit/8d2aa79b174d4e48aaca913bd568898b8c8975a2) Thanks [@calebpollman](https://github.com/calebpollman)! - feat(react): reenable react 19 support + +### Patch Changes + +- Updated dependencies [[`8757f03b7b1d761d9a13cfe29382a2208d4f3999`](https://github.com/aws-amplify/amplify-ui/commit/8757f03b7b1d761d9a13cfe29382a2208d4f3999), [`8d2aa79b174d4e48aaca913bd568898b8c8975a2`](https://github.com/aws-amplify/amplify-ui/commit/8d2aa79b174d4e48aaca913bd568898b8c8975a2)]: + - @aws-amplify/ui@6.8.0 + - @aws-amplify/ui-react-core@3.3.0 + ## 6.8.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index d5dfb8cd78c..2feaff9c5d2 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react", - "version": "6.8.1", + "version": "6.9.0", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -55,8 +55,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.7.2", - "@aws-amplify/ui-react-core": "3.2.1", + "@aws-amplify/ui": "6.8.0", + "@aws-amplify/ui-react-core": "3.3.0", "@radix-ui/react-direction": "^1.1.0", "@radix-ui/react-dropdown-menu": "^2.1.4", "@radix-ui/react-slider": "^1.2.2", diff --git a/packages/react/src/version.ts b/packages/react/src/version.ts index fe441ba13b0..012b2327ce1 100644 --- a/packages/react/src/version.ts +++ b/packages/react/src/version.ts @@ -1 +1 @@ -export const VERSION = '6.8.1'; +export const VERSION = '6.9.0'; diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index a9759e9e518..8f7a587f6df 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui +## 6.8.0 + +### Minor Changes + +- [#6296](https://github.com/aws-amplify/amplify-ui/pull/6296) [`8d2aa79b174d4e48aaca913bd568898b8c8975a2`](https://github.com/aws-amplify/amplify-ui/commit/8d2aa79b174d4e48aaca913bd568898b8c8975a2) Thanks [@calebpollman](https://github.com/calebpollman)! - feat(react): reenable react 19 support + +### Patch Changes + +- [#6125](https://github.com/aws-amplify/amplify-ui/pull/6125) [`8757f03b7b1d761d9a13cfe29382a2208d4f3999`](https://github.com/aws-amplify/amplify-ui/commit/8757f03b7b1d761d9a13cfe29382a2208d4f3999) Thanks [@BeforeSunset16](https://github.com/BeforeSunset16)! - feat(i18n): add Chinese translations for password fields in zh.ts + ## 6.7.2 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 0ee08d1eca4..bb199fc7a5b 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui", - "version": "6.7.2", + "version": "6.8.0", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index feb72a835d5..2f685e2457b 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-vue +## 4.2.27 + +### Patch Changes + +- Updated dependencies [[`8757f03b7b1d761d9a13cfe29382a2208d4f3999`](https://github.com/aws-amplify/amplify-ui/commit/8757f03b7b1d761d9a13cfe29382a2208d4f3999), [`8d2aa79b174d4e48aaca913bd568898b8c8975a2`](https://github.com/aws-amplify/amplify-ui/commit/8d2aa79b174d4e48aaca913bd568898b8c8975a2)]: + - @aws-amplify/ui@6.8.0 + ## 4.2.26 ### Patch Changes diff --git a/packages/vue/package.json b/packages/vue/package.json index c7a25a37805..cbf40c23085 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-vue", - "version": "4.2.26", + "version": "4.2.27", "type": "module", "main": "dist/index.cjs", "module": "dist/index.js", @@ -38,7 +38,7 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.7.2", + "@aws-amplify/ui": "6.8.0", "@vueuse/core": "7.5.5", "@xstate/vue": "0.8.1", "nanoid": "3.3.8", diff --git a/packages/vue/src/version.ts b/packages/vue/src/version.ts index 6121fee7170..aada10109b2 100644 --- a/packages/vue/src/version.ts +++ b/packages/vue/src/version.ts @@ -1 +1 @@ -export const VERSION = '4.2.26'; +export const VERSION = '4.2.27';