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 c9896e14740..00000000000 --- a/.changeset/old-suits-brush.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@aws-amplify/ui-react": patch -"@aws-amplify/ui-react-ai": patch -"@aws-amplify/ui-react-core": patch -"@aws-amplify/ui-react-core-notifications": patch -"@aws-amplify/ui-react-geo": patch -"@aws-amplify/ui-react-liveness": patch -"@aws-amplify/ui-react-native": patch -"@aws-amplify/ui-react-notifications": patch -"@aws-amplify/ui-react-storage": patch ---- - -chore(react): add support for React 19 diff --git a/docs/package.json b/docs/package.json index edb24e1325b..089fa5df81b 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.7.3", + "@aws-amplify/ui-react-storage": "3.5.2", "@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..531dde532bf 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.7.3", + "@aws-amplify/ui-react-ai": "1.1.1", + "@aws-amplify/ui-react-geo": "^2.0.35", + "@aws-amplify/ui-react-liveness": "^3.1.20", + "@aws-amplify/ui-react-notifications": "^2.0.39", + "@aws-amplify/ui-react-storage": "^3.5.2", "@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..8648cac3528 100644 --- a/packages/react-ai/CHANGELOG.md +++ b/packages/react-ai/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui-react-ai +## 1.1.1 + +### Patch 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 + +- 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.1.3 + - @aws-amplify/ui-react@6.7.3 + ## 1.1.0 ### Minor Changes diff --git a/packages/react-ai/package.json b/packages/react-ai/package.json index 40385243b1f..4d53cddabef 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.1.1", "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.7.3", + "@aws-amplify/ui-react-core": "^3.1.3" }, "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..7f3baa47ae5 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.1.1'; diff --git a/packages/react-auth/CHANGELOG.md b/packages/react-auth/CHANGELOG.md index e84d6fbb77c..3a67d83b5a0 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 [[`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.1.3 + - @aws-amplify/ui-react@6.7.3 + - @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..b3dc9da827d 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.7.3", + "@aws-amplify/ui-react-core": "3.1.3", + "@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..98c99bf339b 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.1.3 + ## 0.0.35 ### Patch Changes diff --git a/packages/react-core-auth/package.json b/packages/react-core-auth/package.json index d0dfd8c24a1..b050fa8d636 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.1.3", "@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..1e7e39ab609 100644 --- a/packages/react-core-notifications/CHANGELOG.md +++ b/packages/react-core-notifications/CHANGELOG.md @@ -1,5 +1,16 @@ # @aws-amplify/ui-react-core-notifications +## 2.0.34 + +### 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 + +- [#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 + +- 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.1.3 + ## 2.0.33 ### Patch Changes diff --git a/packages/react-core-notifications/package.json b/packages/react-core-notifications/package.json index c182a8d9041..f347ace262c 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.0.34", "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.1.3" }, "peerDependencies": { "aws-amplify": "^6.9.0", diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index 7460a7e5dc6..27f9b038d9a 100644 --- a/packages/react-core/CHANGELOG.md +++ b/packages/react-core/CHANGELOG.md @@ -1,5 +1,13 @@ # @aws-amplify/ui-react-core +## 3.1.3 + +### 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 + +- [#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 + ## 3.1.2 ### Patch Changes diff --git a/packages/react-core/package.json b/packages/react-core/package.json index c3976a49fec..809d9167030 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.1.3", "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..0c41aaf232d 100644 --- a/packages/react-geo/CHANGELOG.md +++ b/packages/react-geo/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-geo +## 2.0.35 + +### Patch 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 + +- 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.1.3 + ## 2.0.34 ### Patch Changes diff --git a/packages/react-geo/package.json b/packages/react-geo/package.json index b8f70fb8b54..09608e70fa4 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.0.35", "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.1.3", "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..a179cdfa270 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.0.35'; diff --git a/packages/react-liveness/CHANGELOG.md b/packages/react-liveness/CHANGELOG.md index 62879b435c0..00cff424a9d 100644 --- a/packages/react-liveness/CHANGELOG.md +++ b/packages/react-liveness/CHANGELOG.md @@ -1,5 +1,16 @@ # @aws-amplify/ui-react-liveness +## 3.1.20 + +### 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 + +- [#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 + +- Updated dependencies [[`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67)]: + - @aws-amplify/ui-react@6.7.3 + ## 3.1.19 ### Patch Changes diff --git a/packages/react-liveness/package.json b/packages/react-liveness/package.json index fb781a50bd7..da75158f56c 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.1.20", "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.7.3", "@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..2cff204a7a8 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.1.20'; 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..c76e5bd107b 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 + +### 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 + +- [#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 + +- 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.0.34 + - @aws-amplify/ui-react-core@3.1.3 + ## 2.2.20 ### Patch Changes diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 3dc7afb60bf..4c76c465bde 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.1.3", + "@aws-amplify/ui-react-core-notifications": "2.0.34" }, "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..04b07f9fc00 100644 --- a/packages/react-notifications/CHANGELOG.md +++ b/packages/react-notifications/CHANGELOG.md @@ -1,5 +1,16 @@ # @aws-amplify/ui-react-notifications +## 2.0.39 + +### Patch 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 + +- 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.0.34 + - @aws-amplify/ui-react-core@3.1.3 + - @aws-amplify/ui-react@6.7.3 + ## 2.0.38 ### Patch Changes diff --git a/packages/react-notifications/package.json b/packages/react-notifications/package.json index 2784a463fbd..7b12bdcef86 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.0.39", "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.7.3", + "@aws-amplify/ui-react-core": "3.1.3", + "@aws-amplify/ui-react-core-notifications": "2.0.34", "tinycolor2": "1.4.2" }, "peerDependencies": { diff --git a/packages/react-notifications/src/version.ts b/packages/react-notifications/src/version.ts index 62a828ce795..26cffe0609a 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.0.39'; diff --git a/packages/react-storage/CHANGELOG.md b/packages/react-storage/CHANGELOG.md index 86cb51be672..2922cbc53a6 100644 --- a/packages/react-storage/CHANGELOG.md +++ b/packages/react-storage/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui-react-storage +## 3.5.2 + +### Patch 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 + +- 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.1.3 + - @aws-amplify/ui-react@6.7.3 + ## 3.5.1 ### Patch Changes diff --git a/packages/react-storage/package.json b/packages/react-storage/package.json index bbf280bab1d..84b298891a7 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.5.2", "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.7.3", + "@aws-amplify/ui-react-core": "3.1.3", "tslib": "^2.5.2" }, "peerDependencies": { diff --git a/packages/react-storage/src/version.ts b/packages/react-storage/src/version.ts index d17eb6093bc..76aa983b79a 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.5.2'; diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index b5204634b71..6b3f20cd43d 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react +## 6.7.3 + +### Patch 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 + +- 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.1.3 + ## 6.7.2 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 94e7157ba8f..e43df9c77e9 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.7.3", "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.1.3", "@radix-ui/react-direction": "^1.1.0", "@radix-ui/react-dropdown-menu": "^2.1.0", "@radix-ui/react-slider": "^1.2.0", diff --git a/packages/react/src/version.ts b/packages/react/src/version.ts index 448f8f77136..f87e9664fc7 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.7.3';