diff --git a/.changeset/angry-crabs-jog.md b/.changeset/angry-crabs-jog.md deleted file mode 100644 index caedc7968dd..00000000000 --- a/.changeset/angry-crabs-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui-react": patch ---- - -chore(react): remove radix-ui upgrades diff --git a/.changeset/cool-pots-fold.md b/.changeset/cool-pots-fold.md deleted file mode 100644 index 7bd6d8ee9d0..00000000000 --- a/.changeset/cool-pots-fold.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@aws-amplify/ui-react-core-notifications": patch -"@aws-amplify/ui-react-core": patch -"@aws-amplify/ui-react-liveness": patch -"@aws-amplify/ui-react-native": patch ---- - -chore(react): remove direct usage of react-test-renderer and types diff --git a/.changeset/many-feet-appear.md b/.changeset/many-feet-appear.md deleted file mode 100644 index 9dac37a7edd..00000000000 --- a/.changeset/many-feet-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui-react-native": minor ---- - -chore(react-native): update allowed peerDep to >=0.70 diff --git a/.changeset/old-suits-brush.md b/.changeset/old-suits-brush.md deleted file mode 100644 index b511c85823b..00000000000 --- a/.changeset/old-suits-brush.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@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 ---- - -chore(react): add support for React 19 diff --git a/docs/package.json b/docs/package.json index edb24e1325b..d56fce9ee74 100644 --- a/docs/package.json +++ b/docs/package.json @@ -24,8 +24,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui-react": "6.7.2", - "@aws-amplify/ui-react-storage": "3.5.1", + "@aws-amplify/ui-react": "6.8.0", + "@aws-amplify/ui-react-storage": "3.6.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 e1f1a0263f3..bb6ca6b323b 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -10,12 +10,12 @@ "lint": "next lint" }, "dependencies": { - "@aws-amplify/ui-react": "^6.7.2", - "@aws-amplify/ui-react-ai": "1.1.0", - "@aws-amplify/ui-react-geo": "^2.0.34", - "@aws-amplify/ui-react-liveness": "^3.1.19", - "@aws-amplify/ui-react-notifications": "^2.0.38", - "@aws-amplify/ui-react-storage": "^3.5.1", + "@aws-amplify/ui-react": "^6.8.0", + "@aws-amplify/ui-react-ai": "1.2.0", + "@aws-amplify/ui-react-geo": "^2.1.0", + "@aws-amplify/ui-react-liveness": "^3.2.0", + "@aws-amplify/ui-react-notifications": "^2.1.0", + "@aws-amplify/ui-react-storage": "^3.6.0", "@aws-sdk/credential-providers": "^3.370.0", "next": "^14.2.15", "next-global-css": "^1.1.1", diff --git a/packages/react-ai/CHANGELOG.md b/packages/react-ai/CHANGELOG.md index eab33b3ed77..ba14a1f0ce8 100644 --- a/packages/react-ai/CHANGELOG.md +++ b/packages/react-ai/CHANGELOG.md @@ -1,5 +1,17 @@ # @aws-amplify/ui-react-ai +## 1.2.0 + +### Minor Changes + +- [#5826](https://github.com/aws-amplify/amplify-ui/pull/5826) [`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(react): add support for React 19 + +### Patch Changes + +- Updated dependencies [[`c623990d5fb6af635b1964a51a8ff2c807938235`](https://github.com/aws-amplify/amplify-ui/commit/c623990d5fb6af635b1964a51a8ff2c807938235), [`825cccc92f5c326f0f110c8439a1c2c6553ff00a`](https://github.com/aws-amplify/amplify-ui/commit/825cccc92f5c326f0f110c8439a1c2c6553ff00a), [`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67)]: + - @aws-amplify/ui-react@6.8.0 + - @aws-amplify/ui-react-core@3.2.0 + ## 1.1.0 ### Minor Changes diff --git a/packages/react-ai/package.json b/packages/react-ai/package.json index 40385243b1f..a76c2f1a703 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.1.0", + "version": "1.2.0", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -49,8 +49,8 @@ }, "dependencies": { "@aws-amplify/ui": "^6.7.1", - "@aws-amplify/ui-react": "^6.7.1", - "@aws-amplify/ui-react-core": "^3.1.1" + "@aws-amplify/ui-react": "^6.8.0", + "@aws-amplify/ui-react-core": "^3.2.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 8b9189525eb..408a62f2307 100644 --- a/packages/react-ai/src/version.ts +++ b/packages/react-ai/src/version.ts @@ -1 +1 @@ -export const VERSION = '1.1.0'; +export const VERSION = '1.2.0'; diff --git a/packages/react-auth/CHANGELOG.md b/packages/react-auth/CHANGELOG.md index e84d6fbb77c..078f92f7e84 100644 --- a/packages/react-auth/CHANGELOG.md +++ b/packages/react-auth/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-auth +## 0.0.41 + +### Patch Changes + +- Updated dependencies [[`c623990d5fb6af635b1964a51a8ff2c807938235`](https://github.com/aws-amplify/amplify-ui/commit/c623990d5fb6af635b1964a51a8ff2c807938235), [`825cccc92f5c326f0f110c8439a1c2c6553ff00a`](https://github.com/aws-amplify/amplify-ui/commit/825cccc92f5c326f0f110c8439a1c2c6553ff00a), [`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67)]: + - @aws-amplify/ui-react@6.8.0 + - @aws-amplify/ui-react-core@3.2.0 + - @aws-amplify/ui-react-core-auth@0.0.36 + ## 0.0.40 ### Patch Changes diff --git a/packages/react-auth/package.json b/packages/react-auth/package.json index a75842dda8f..20f9ab6cc45 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.40", + "version": "0.0.41", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -41,9 +41,9 @@ }, "dependencies": { "@aws-amplify/ui": "6.7.2", - "@aws-amplify/ui-react": "6.7.2", - "@aws-amplify/ui-react-core": "3.1.2", - "@aws-amplify/ui-react-core-auth": "0.0.35", + "@aws-amplify/ui-react": "6.8.0", + "@aws-amplify/ui-react-core": "3.2.0", + "@aws-amplify/ui-react-core-auth": "0.0.36", "@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 fbe71d44f6d..b937666f50f 100644 --- a/packages/react-auth/src/version.ts +++ b/packages/react-auth/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.40'; +export const VERSION = '0.0.41'; diff --git a/packages/react-core-auth/CHANGELOG.md b/packages/react-core-auth/CHANGELOG.md index 4b7c44ce22b..784deb73a2d 100644 --- a/packages/react-core-auth/CHANGELOG.md +++ b/packages/react-core-auth/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-core-auth +## 0.0.36 + +### Patch Changes + +- Updated dependencies [[`825cccc92f5c326f0f110c8439a1c2c6553ff00a`](https://github.com/aws-amplify/amplify-ui/commit/825cccc92f5c326f0f110c8439a1c2c6553ff00a), [`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67)]: + - @aws-amplify/ui-react-core@3.2.0 + ## 0.0.35 ### Patch Changes diff --git a/packages/react-core-auth/package.json b/packages/react-core-auth/package.json index d0dfd8c24a1..e2f684b1a30 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.35", + "version": "0.0.36", "main": "dist/index.js", "module": "dist/esm/index.mjs", "react-native": "src/index.ts", @@ -34,7 +34,7 @@ }, "dependencies": { "@aws-amplify/ui": "6.7.2", - "@aws-amplify/ui-react-core": "3.1.2", + "@aws-amplify/ui-react-core": "3.2.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 9669d15e525..5644006a9d0 100644 --- a/packages/react-core-notifications/CHANGELOG.md +++ b/packages/react-core-notifications/CHANGELOG.md @@ -1,5 +1,18 @@ # @aws-amplify/ui-react-core-notifications +## 2.1.0 + +### Minor Changes + +- [#5826](https://github.com/aws-amplify/amplify-ui/pull/5826) [`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(react): add support for React 19 + +### Patch Changes + +- [#6255](https://github.com/aws-amplify/amplify-ui/pull/6255) [`825cccc92f5c326f0f110c8439a1c2c6553ff00a`](https://github.com/aws-amplify/amplify-ui/commit/825cccc92f5c326f0f110c8439a1c2c6553ff00a) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(react): remove direct usage of react-test-renderer and types + +- Updated dependencies [[`825cccc92f5c326f0f110c8439a1c2c6553ff00a`](https://github.com/aws-amplify/amplify-ui/commit/825cccc92f5c326f0f110c8439a1c2c6553ff00a), [`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67)]: + - @aws-amplify/ui-react-core@3.2.0 + ## 2.0.33 ### Patch Changes diff --git a/packages/react-core-notifications/package.json b/packages/react-core-notifications/package.json index c182a8d9041..44cc94a30f0 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.0.33", + "version": "2.1.0", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -36,7 +36,7 @@ }, "dependencies": { "@aws-amplify/ui": "6.7.2", - "@aws-amplify/ui-react-core": "3.1.2" + "@aws-amplify/ui-react-core": "3.2.0" }, "peerDependencies": { "aws-amplify": "^6.9.0", diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index 7460a7e5dc6..5e86a302e69 100644 --- a/packages/react-core/CHANGELOG.md +++ b/packages/react-core/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui-react-core +## 3.2.0 + +### Minor Changes + +- [#5826](https://github.com/aws-amplify/amplify-ui/pull/5826) [`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(react): add support for React 19 + +### Patch Changes + +- [#6255](https://github.com/aws-amplify/amplify-ui/pull/6255) [`825cccc92f5c326f0f110c8439a1c2c6553ff00a`](https://github.com/aws-amplify/amplify-ui/commit/825cccc92f5c326f0f110c8439a1c2c6553ff00a) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(react): remove direct usage of react-test-renderer and types + ## 3.1.2 ### Patch Changes diff --git a/packages/react-core/package.json b/packages/react-core/package.json index c3976a49fec..42f64999262 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.1.2", + "version": "3.2.0", "main": "dist/index.js", "module": "dist/esm/index.mjs", "react-native": "src/index.ts", diff --git a/packages/react-geo/CHANGELOG.md b/packages/react-geo/CHANGELOG.md index cd2750c4c25..5c832ef7cf8 100644 --- a/packages/react-geo/CHANGELOG.md +++ b/packages/react-geo/CHANGELOG.md @@ -1,5 +1,16 @@ # @aws-amplify/ui-react-geo +## 2.1.0 + +### Minor Changes + +- [#5826](https://github.com/aws-amplify/amplify-ui/pull/5826) [`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(react): add support for React 19 + +### Patch Changes + +- Updated dependencies [[`825cccc92f5c326f0f110c8439a1c2c6553ff00a`](https://github.com/aws-amplify/amplify-ui/commit/825cccc92f5c326f0f110c8439a1c2c6553ff00a), [`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67)]: + - @aws-amplify/ui-react-core@3.2.0 + ## 2.0.34 ### Patch Changes diff --git a/packages/react-geo/package.json b/packages/react-geo/package.json index b8f70fb8b54..e14a0b90a49 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.0.34", + "version": "2.1.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.1.2", + "@aws-amplify/ui-react-core": "3.2.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 e527a2c3319..3a7017a830a 100644 --- a/packages/react-geo/src/version.ts +++ b/packages/react-geo/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.0.34'; +export const VERSION = '2.1.0'; diff --git a/packages/react-liveness/CHANGELOG.md b/packages/react-liveness/CHANGELOG.md index 62879b435c0..8454ac23b28 100644 --- a/packages/react-liveness/CHANGELOG.md +++ b/packages/react-liveness/CHANGELOG.md @@ -1,5 +1,18 @@ # @aws-amplify/ui-react-liveness +## 3.2.0 + +### Minor Changes + +- [#5826](https://github.com/aws-amplify/amplify-ui/pull/5826) [`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(react): add support for React 19 + +### Patch Changes + +- [#6255](https://github.com/aws-amplify/amplify-ui/pull/6255) [`825cccc92f5c326f0f110c8439a1c2c6553ff00a`](https://github.com/aws-amplify/amplify-ui/commit/825cccc92f5c326f0f110c8439a1c2c6553ff00a) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(react): remove direct usage of react-test-renderer and types + +- Updated dependencies [[`c623990d5fb6af635b1964a51a8ff2c807938235`](https://github.com/aws-amplify/amplify-ui/commit/c623990d5fb6af635b1964a51a8ff2c807938235), [`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67)]: + - @aws-amplify/ui-react@6.8.0 + ## 3.1.19 ### Patch Changes diff --git a/packages/react-liveness/package.json b/packages/react-liveness/package.json index fb781a50bd7..00c0f0df22f 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.1.19", + "version": "3.2.0", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -49,7 +49,7 @@ }, "dependencies": { "@aws-amplify/ui": "6.7.2", - "@aws-amplify/ui-react": "6.7.2", + "@aws-amplify/ui-react": "6.8.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 266bc7ba077..29bb8db6d4d 100644 --- a/packages/react-liveness/src/version.ts +++ b/packages/react-liveness/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.1.19'; +export const VERSION = '3.2.0'; diff --git a/packages/react-native-auth/CHANGELOG.md b/packages/react-native-auth/CHANGELOG.md index 5463690f1cd..fedd17e7bd5 100644 --- a/packages/react-native-auth/CHANGELOG.md +++ b/packages/react-native-auth/CHANGELOG.md @@ -1,5 +1,13 @@ # @aws-amplify/ui-react-native-auth +## 0.0.39 + +### Patch Changes + +- Updated dependencies [[`825cccc92f5c326f0f110c8439a1c2c6553ff00a`](https://github.com/aws-amplify/amplify-ui/commit/825cccc92f5c326f0f110c8439a1c2c6553ff00a), [`50cde53145bfffc97f17b6da5c650c25d992fd97`](https://github.com/aws-amplify/amplify-ui/commit/50cde53145bfffc97f17b6da5c650c25d992fd97), [`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67)]: + - @aws-amplify/ui-react-native@2.3.0 + - @aws-amplify/ui-react-core-auth@0.0.36 + ## 0.0.38 ### Patch Changes diff --git a/packages/react-native-auth/package.json b/packages/react-native-auth/package.json index ca7ca1a6cb4..d4dd895ff53 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.38", + "version": "0.0.39", "main": "lib/index.js", "module": "dist/index.js", "react-native": "src/index.ts", @@ -29,8 +29,8 @@ }, "dependencies": { "@aws-amplify/ui": "6.7.2", - "@aws-amplify/ui-react-core-auth": "0.0.35", - "@aws-amplify/ui-react-native": "2.2.20", + "@aws-amplify/ui-react-core-auth": "0.0.36", + "@aws-amplify/ui-react-native": "2.3.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 2826f9b6d35..6b82a0e75d9 100644 --- a/packages/react-native-auth/src/version.ts +++ b/packages/react-native-auth/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.38'; +export const VERSION = '0.0.39'; diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md index 01233ac1b49..8a16295a8e0 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -1,5 +1,21 @@ # @aws-amplify/ui-react-native +## 2.3.0 + +### Minor Changes + +- [#6266](https://github.com/aws-amplify/amplify-ui/pull/6266) [`50cde53145bfffc97f17b6da5c650c25d992fd97`](https://github.com/aws-amplify/amplify-ui/commit/50cde53145bfffc97f17b6da5c650c25d992fd97) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(react-native): update allowed peerDep to >=0.70 + +- [#5826](https://github.com/aws-amplify/amplify-ui/pull/5826) [`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(react): add support for React 19 + +### Patch Changes + +- [#6255](https://github.com/aws-amplify/amplify-ui/pull/6255) [`825cccc92f5c326f0f110c8439a1c2c6553ff00a`](https://github.com/aws-amplify/amplify-ui/commit/825cccc92f5c326f0f110c8439a1c2c6553ff00a) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(react): remove direct usage of react-test-renderer and types + +- Updated dependencies [[`825cccc92f5c326f0f110c8439a1c2c6553ff00a`](https://github.com/aws-amplify/amplify-ui/commit/825cccc92f5c326f0f110c8439a1c2c6553ff00a), [`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67)]: + - @aws-amplify/ui-react-core-notifications@2.1.0 + - @aws-amplify/ui-react-core@3.2.0 + ## 2.2.20 ### Patch Changes diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 3dc7afb60bf..9f0b14a6959 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.2.20", + "version": "2.3.0", "main": "lib/index.js", "module": "dist/index.js", "react-native": "src/index.ts", @@ -31,8 +31,8 @@ }, "dependencies": { "@aws-amplify/ui": "6.7.2", - "@aws-amplify/ui-react-core": "3.1.2", - "@aws-amplify/ui-react-core-notifications": "2.0.33" + "@aws-amplify/ui-react-core": "3.2.0", + "@aws-amplify/ui-react-core-notifications": "2.1.0" }, "peerDependencies": { "aws-amplify": "^6.9.0", diff --git a/packages/react-native/src/version.ts b/packages/react-native/src/version.ts index 4783b795658..5eaf1e83e51 100644 --- a/packages/react-native/src/version.ts +++ b/packages/react-native/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.2.20'; +export const VERSION = '2.3.0'; diff --git a/packages/react-notifications/CHANGELOG.md b/packages/react-notifications/CHANGELOG.md index bd0da5bed28..3f14907da1b 100644 --- a/packages/react-notifications/CHANGELOG.md +++ b/packages/react-notifications/CHANGELOG.md @@ -1,5 +1,18 @@ # @aws-amplify/ui-react-notifications +## 2.1.0 + +### Minor Changes + +- [#5826](https://github.com/aws-amplify/amplify-ui/pull/5826) [`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(react): add support for React 19 + +### Patch Changes + +- Updated dependencies [[`c623990d5fb6af635b1964a51a8ff2c807938235`](https://github.com/aws-amplify/amplify-ui/commit/c623990d5fb6af635b1964a51a8ff2c807938235), [`825cccc92f5c326f0f110c8439a1c2c6553ff00a`](https://github.com/aws-amplify/amplify-ui/commit/825cccc92f5c326f0f110c8439a1c2c6553ff00a), [`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67)]: + - @aws-amplify/ui-react@6.8.0 + - @aws-amplify/ui-react-core-notifications@2.1.0 + - @aws-amplify/ui-react-core@3.2.0 + ## 2.0.38 ### Patch Changes diff --git a/packages/react-notifications/package.json b/packages/react-notifications/package.json index 2784a463fbd..7631488f272 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.38", + "version": "2.1.0", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -40,9 +40,9 @@ }, "dependencies": { "@aws-amplify/ui": "6.7.2", - "@aws-amplify/ui-react": "6.7.2", - "@aws-amplify/ui-react-core": "3.1.2", - "@aws-amplify/ui-react-core-notifications": "2.0.33", + "@aws-amplify/ui-react": "6.8.0", + "@aws-amplify/ui-react-core": "3.2.0", + "@aws-amplify/ui-react-core-notifications": "2.1.0", "tinycolor2": "1.4.2" }, "peerDependencies": { diff --git a/packages/react-notifications/src/version.ts b/packages/react-notifications/src/version.ts index 62a828ce795..3a7017a830a 100644 --- a/packages/react-notifications/src/version.ts +++ b/packages/react-notifications/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.0.38'; +export const VERSION = '2.1.0'; diff --git a/packages/react-storage/CHANGELOG.md b/packages/react-storage/CHANGELOG.md index 86cb51be672..5bf69b6139e 100644 --- a/packages/react-storage/CHANGELOG.md +++ b/packages/react-storage/CHANGELOG.md @@ -1,5 +1,17 @@ # @aws-amplify/ui-react-storage +## 3.6.0 + +### Minor Changes + +- [#5826](https://github.com/aws-amplify/amplify-ui/pull/5826) [`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(react): add support for React 19 + +### Patch Changes + +- Updated dependencies [[`c623990d5fb6af635b1964a51a8ff2c807938235`](https://github.com/aws-amplify/amplify-ui/commit/c623990d5fb6af635b1964a51a8ff2c807938235), [`825cccc92f5c326f0f110c8439a1c2c6553ff00a`](https://github.com/aws-amplify/amplify-ui/commit/825cccc92f5c326f0f110c8439a1c2c6553ff00a), [`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67)]: + - @aws-amplify/ui-react@6.8.0 + - @aws-amplify/ui-react-core@3.2.0 + ## 3.5.1 ### Patch Changes diff --git a/packages/react-storage/package.json b/packages/react-storage/package.json index bbf280bab1d..c69dbcc1097 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.5.1", + "version": "3.6.0", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -48,8 +48,8 @@ }, "dependencies": { "@aws-amplify/ui": "6.7.2", - "@aws-amplify/ui-react": "6.7.2", - "@aws-amplify/ui-react-core": "3.1.2", + "@aws-amplify/ui-react": "6.8.0", + "@aws-amplify/ui-react-core": "3.2.0", "tslib": "^2.5.2" }, "peerDependencies": { diff --git a/packages/react-storage/src/version.ts b/packages/react-storage/src/version.ts index d17eb6093bc..16f5b96cee5 100644 --- a/packages/react-storage/src/version.ts +++ b/packages/react-storage/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.5.1'; +export const VERSION = '3.6.0'; diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index b5204634b71..f501a00f6c4 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,18 @@ # @aws-amplify/ui-react +## 6.8.0 + +### Minor Changes + +- [#5826](https://github.com/aws-amplify/amplify-ui/pull/5826) [`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(react): add support for React 19 + +### Patch Changes + +- [#6268](https://github.com/aws-amplify/amplify-ui/pull/6268) [`c623990d5fb6af635b1964a51a8ff2c807938235`](https://github.com/aws-amplify/amplify-ui/commit/c623990d5fb6af635b1964a51a8ff2c807938235) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(react): remove radix-ui upgrades + +- Updated dependencies [[`825cccc92f5c326f0f110c8439a1c2c6553ff00a`](https://github.com/aws-amplify/amplify-ui/commit/825cccc92f5c326f0f110c8439a1c2c6553ff00a), [`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67)]: + - @aws-amplify/ui-react-core@3.2.0 + ## 6.7.2 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 26c7e820144..9601f70fa57 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react", - "version": "6.7.2", + "version": "6.8.0", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -56,7 +56,7 @@ }, "dependencies": { "@aws-amplify/ui": "6.7.2", - "@aws-amplify/ui-react-core": "3.1.2", + "@aws-amplify/ui-react-core": "3.2.0", "@radix-ui/react-direction": "1.0.0", "@radix-ui/react-dropdown-menu": "1.0.0", "@radix-ui/react-slider": "1.0.0", diff --git a/packages/react/src/version.ts b/packages/react/src/version.ts index 448f8f77136..c0370ea3ffb 100644 --- a/packages/react/src/version.ts +++ b/packages/react/src/version.ts @@ -1 +1 @@ -export const VERSION = '6.7.2'; +export const VERSION = '6.8.0';