diff --git a/.changeset/dirty-cups-chew.md b/.changeset/dirty-cups-chew.md deleted file mode 100644 index d3216a309f8..00000000000 --- a/.changeset/dirty-cups-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui-react-ai": patch ---- - -fix(ai): update useAIGeneration to manage its own date state diff --git a/.changeset/fresh-parents-invent.md b/.changeset/fresh-parents-invent.md deleted file mode 100644 index 76b58b69349..00000000000 --- a/.changeset/fresh-parents-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui-react-ai": patch ---- - -chore(ai): add graphql errors to useAIGeneration diff --git a/.changeset/metal-pumas-repeat.md b/.changeset/metal-pumas-repeat.md deleted file mode 100644 index 56c8c25a037..00000000000 --- a/.changeset/metal-pumas-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui-react-ai": patch ---- - -fix(ai): no more unnecessary re-renders in AIConversation diff --git a/.changeset/pretty-items-lick.md b/.changeset/pretty-items-lick.md deleted file mode 100644 index bfadb87ffd2..00000000000 --- a/.changeset/pretty-items-lick.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -"@aws-amplify/ui": patch ---- - -chore(ai): add theming for AIConversation - -```ts -const theme = createTheme({ - tokens: { - components: { - aiConversation: {} - } - } -}) -``` - -```ts -const aiConversationTheme = defineComponentTheme({ - name: 'ai-conversation', - theme(tokens) { - return { - _element: { - message: { - color: tokens.colors.font.tertiary - } - } - } - } -}); -``` diff --git a/docs/package.json b/docs/package.json index ee3ba4c235f..aaa4d0762e5 100644 --- a/docs/package.json +++ b/docs/package.json @@ -23,7 +23,7 @@ "test:links": "node --require esbuild-register ./scripts/link-checker-puppeteer.ts" }, "dependencies": { - "@aws-amplify/ui-react": "6.5.3", + "@aws-amplify/ui-react": "6.5.4", "@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 7ee4374f668..ab68eaa55d2 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.28", + "@aws-amplify/ui-angular": "^5.0.29", "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 3fc7d7f811b..e99850caa96 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -10,12 +10,12 @@ "lint": "next lint" }, "dependencies": { - "@aws-amplify/ui-react": "^6.5.3", - "@aws-amplify/ui-react-ai": "0.3.1", - "@aws-amplify/ui-react-geo": "^2.0.28", - "@aws-amplify/ui-react-liveness": "^3.1.13", - "@aws-amplify/ui-react-notifications": "^2.0.32", - "@aws-amplify/ui-react-storage": "^3.3.7", + "@aws-amplify/ui-react": "^6.5.4", + "@aws-amplify/ui-react-ai": "0.3.2", + "@aws-amplify/ui-react-geo": "^2.0.29", + "@aws-amplify/ui-react-liveness": "^3.1.14", + "@aws-amplify/ui-react-notifications": "^2.0.33", + "@aws-amplify/ui-react-storage": "^3.3.8", "@aws-sdk/credential-providers": "^3.370.0", "next": "^14.2.10", "next-global-css": "^1.1.1", diff --git a/examples/vue/package.json b/examples/vue/package.json index 0b11b000729..2811268b38b 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.20", + "@aws-amplify/ui-vue": "^4.2.21", "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 a79bed01afd..3d146ce9ed9 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.29 + +### Patch Changes + +- Updated dependencies [[`ac7cb271a`](https://github.com/aws-amplify/amplify-ui/commit/ac7cb271aff895e643fb5dc927030df9245b7c5b)]: + - @aws-amplify/ui@6.6.4 + ## 5.0.28 ### Patch Changes diff --git a/packages/angular/projects/ui-angular/package.json b/packages/angular/projects/ui-angular/package.json index a5f49d2970f..5ed5eaec8d1 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.28", + "version": "5.0.29", "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.6.3", + "@aws-amplify/ui": "6.6.4", "nanoid": "3.1.31", "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 8647993f042..7e7f682925c 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.28'; +export const VERSION = '5.0.29'; diff --git a/packages/e2e/package.json b/packages/e2e/package.json index 7fc433b191b..ba8353e27d0 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -29,7 +29,7 @@ ] }, "devDependencies": { - "@aws-amplify/ui": "^6.6.3", + "@aws-amplify/ui": "^6.6.4", "@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 8e221c89a18..eaaa2628dfa 100644 --- a/packages/react-ai/CHANGELOG.md +++ b/packages/react-ai/CHANGELOG.md @@ -1,5 +1,20 @@ # @aws-amplify/ui-react-ai +## 0.3.2 + +### Patch Changes + +- [#5816](https://github.com/aws-amplify/amplify-ui/pull/5816) [`5af986fff`](https://github.com/aws-amplify/amplify-ui/commit/5af986fff369b76de8cb624393960d0335bfc2fc) Thanks [@thaddmt](https://github.com/thaddmt)! - fix(ai): update useAIGeneration to manage its own date state + +- [#5900](https://github.com/aws-amplify/amplify-ui/pull/5900) [`1421ddef4`](https://github.com/aws-amplify/amplify-ui/commit/1421ddef49215f232a580d464d13920b9213b698) Thanks [@dbanksdesign](https://github.com/dbanksdesign)! - chore(ai): add graphql errors to useAIGeneration + +- [#5883](https://github.com/aws-amplify/amplify-ui/pull/5883) [`77ac8b92c`](https://github.com/aws-amplify/amplify-ui/commit/77ac8b92cb601bfc034173ef39e1e0091b674566) Thanks [@dbanksdesign](https://github.com/dbanksdesign)! - fix(ai): no more unnecessary re-renders in AIConversation + +- Updated dependencies [[`ac7cb271a`](https://github.com/aws-amplify/amplify-ui/commit/ac7cb271aff895e643fb5dc927030df9245b7c5b)]: + - @aws-amplify/ui@6.6.4 + - @aws-amplify/ui-react@6.5.4 + - @aws-amplify/ui-react-core@3.0.28 + ## 0.3.1 ### Patch Changes diff --git a/packages/react-ai/package.json b/packages/react-ai/package.json index 3c4b8bab03d..60e96280d83 100644 --- a/packages/react-ai/package.json +++ b/packages/react-ai/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react-ai", - "version": "0.3.1", + "version": "0.3.2", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -48,9 +48,9 @@ "react-dom": "^16.14.0 || ^17.0 || ^18.0" }, "dependencies": { - "@aws-amplify/ui": "^6.6.3", - "@aws-amplify/ui-react": "^6.5.3", - "@aws-amplify/ui-react-core": "^3.0.27" + "@aws-amplify/ui": "^6.6.4", + "@aws-amplify/ui-react": "^6.5.4", + "@aws-amplify/ui-react-core": "^3.0.28" }, "devDependencies": { "@types/jest-when": "^3.5.0", diff --git a/packages/react-auth/CHANGELOG.md b/packages/react-auth/CHANGELOG.md index 0077a330040..b28dd65ab82 100644 --- a/packages/react-auth/CHANGELOG.md +++ b/packages/react-auth/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui-react-auth +## 0.0.35 + +### Patch Changes + +- Updated dependencies [[`ac7cb271a`](https://github.com/aws-amplify/amplify-ui/commit/ac7cb271aff895e643fb5dc927030df9245b7c5b)]: + - @aws-amplify/ui@6.6.4 + - @aws-amplify/ui-react@6.5.4 + - @aws-amplify/ui-react-core@3.0.28 + - @aws-amplify/ui-react-core-auth@0.0.30 + ## 0.0.34 ### Patch Changes diff --git a/packages/react-auth/package.json b/packages/react-auth/package.json index a2c60ddbc90..b21dd3fe055 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.34", + "version": "0.0.35", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -40,10 +40,10 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.6.3", - "@aws-amplify/ui-react": "6.5.3", - "@aws-amplify/ui-react-core": "3.0.27", - "@aws-amplify/ui-react-core-auth": "0.0.29", + "@aws-amplify/ui": "6.6.4", + "@aws-amplify/ui-react": "6.5.4", + "@aws-amplify/ui-react-core": "3.0.28", + "@aws-amplify/ui-react-core-auth": "0.0.30", "@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 74430b563e8..2af0b90cd6c 100644 --- a/packages/react-auth/src/version.ts +++ b/packages/react-auth/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.34'; +export const VERSION = '0.0.35'; diff --git a/packages/react-core-auth/CHANGELOG.md b/packages/react-core-auth/CHANGELOG.md index b039ddce8ab..0d4fd323b59 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.30 + +### Patch Changes + +- Updated dependencies [[`ac7cb271a`](https://github.com/aws-amplify/amplify-ui/commit/ac7cb271aff895e643fb5dc927030df9245b7c5b)]: + - @aws-amplify/ui@6.6.4 + - @aws-amplify/ui-react-core@3.0.28 + ## 0.0.29 ### Patch Changes diff --git a/packages/react-core-auth/package.json b/packages/react-core-auth/package.json index f6af9333b36..f952bfbf1db 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.29", + "version": "0.0.30", "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.6.3", - "@aws-amplify/ui-react-core": "3.0.27", + "@aws-amplify/ui": "6.6.4", + "@aws-amplify/ui-react-core": "3.0.28", "@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 2637bdf4461..1ccce03a13f 100644 --- a/packages/react-core-notifications/CHANGELOG.md +++ b/packages/react-core-notifications/CHANGELOG.md @@ -1,5 +1,13 @@ # @aws-amplify/ui-react-core-notifications +## 2.0.28 + +### Patch Changes + +- Updated dependencies [[`ac7cb271a`](https://github.com/aws-amplify/amplify-ui/commit/ac7cb271aff895e643fb5dc927030df9245b7c5b)]: + - @aws-amplify/ui@6.6.4 + - @aws-amplify/ui-react-core@3.0.28 + ## 2.0.27 ### Patch Changes diff --git a/packages/react-core-notifications/package.json b/packages/react-core-notifications/package.json index c53e8d2007c..91526ecb4cc 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.27", + "version": "2.0.28", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -35,8 +35,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.6.3", - "@aws-amplify/ui-react-core": "3.0.27" + "@aws-amplify/ui": "6.6.4", + "@aws-amplify/ui-react-core": "3.0.28" }, "peerDependencies": { "aws-amplify": "^6.6.0", diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index d2b60a8c198..5f1106c591a 100644 --- a/packages/react-core/CHANGELOG.md +++ b/packages/react-core/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-core +## 3.0.28 + +### Patch Changes + +- Updated dependencies [[`ac7cb271a`](https://github.com/aws-amplify/amplify-ui/commit/ac7cb271aff895e643fb5dc927030df9245b7c5b)]: + - @aws-amplify/ui@6.6.4 + ## 3.0.27 ### Patch Changes diff --git a/packages/react-core/package.json b/packages/react-core/package.json index 01d5a162591..6418a01ff8b 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.0.27", + "version": "3.0.28", "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.6.3", + "@aws-amplify/ui": "6.6.4", "@xstate/react": "^3.2.2", "lodash": "4.17.21", "react-hook-form": "^7.43.5", diff --git a/packages/react-geo/CHANGELOG.md b/packages/react-geo/CHANGELOG.md index d85d962daec..9e337efbfcf 100644 --- a/packages/react-geo/CHANGELOG.md +++ b/packages/react-geo/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-geo +## 2.0.29 + +### Patch Changes + +- Updated dependencies []: + - @aws-amplify/ui-react-core@3.0.28 + ## 2.0.28 ### Patch Changes diff --git a/packages/react-geo/package.json b/packages/react-geo/package.json index 8d1b1370402..007e7c72a08 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.28", + "version": "2.0.29", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -39,7 +39,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui-react-core": "3.0.27", + "@aws-amplify/ui-react-core": "3.0.28", "mapbox-gl": "1.13.1", "maplibre-gl": "2.1.9", "maplibre-gl-js-amplify": "^4.0.1", diff --git a/packages/react-geo/src/version.ts b/packages/react-geo/src/version.ts index ba5104dae22..44cac1e9580 100644 --- a/packages/react-geo/src/version.ts +++ b/packages/react-geo/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.0.28'; +export const VERSION = '2.0.29'; diff --git a/packages/react-liveness/CHANGELOG.md b/packages/react-liveness/CHANGELOG.md index 3a47392e616..ece40f4ea8c 100644 --- a/packages/react-liveness/CHANGELOG.md +++ b/packages/react-liveness/CHANGELOG.md @@ -1,5 +1,13 @@ # @aws-amplify/ui-react-liveness +## 3.1.14 + +### Patch Changes + +- Updated dependencies [[`ac7cb271a`](https://github.com/aws-amplify/amplify-ui/commit/ac7cb271aff895e643fb5dc927030df9245b7c5b)]: + - @aws-amplify/ui@6.6.4 + - @aws-amplify/ui-react@6.5.4 + ## 3.1.13 ### Patch Changes diff --git a/packages/react-liveness/package.json b/packages/react-liveness/package.json index b0f352844b8..bf92963ce06 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.13", + "version": "3.1.14", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -48,8 +48,8 @@ "react-dom": "^16.14.0 || ^17.0 || ^18.0" }, "dependencies": { - "@aws-amplify/ui": "6.6.3", - "@aws-amplify/ui-react": "6.5.3", + "@aws-amplify/ui": "6.6.4", + "@aws-amplify/ui-react": "6.5.4", "@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 58b4d6d4622..edd491f67b3 100644 --- a/packages/react-liveness/src/version.ts +++ b/packages/react-liveness/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.1.13'; +export const VERSION = '3.1.14'; diff --git a/packages/react-native-auth/CHANGELOG.md b/packages/react-native-auth/CHANGELOG.md index 769ea8cca97..c24f1f8e8df 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.33 + +### Patch Changes + +- Updated dependencies [[`ac7cb271a`](https://github.com/aws-amplify/amplify-ui/commit/ac7cb271aff895e643fb5dc927030df9245b7c5b)]: + - @aws-amplify/ui@6.6.4 + - @aws-amplify/ui-react-core-auth@0.0.30 + - @aws-amplify/ui-react-native@2.2.15 + ## 0.0.32 ### Patch Changes diff --git a/packages/react-native-auth/package.json b/packages/react-native-auth/package.json index c6ae8e8ffb0..ebc4a170858 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.32", + "version": "0.0.33", "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.6.3", - "@aws-amplify/ui-react-core-auth": "0.0.29", - "@aws-amplify/ui-react-native": "2.2.14", + "@aws-amplify/ui": "6.6.4", + "@aws-amplify/ui-react-core-auth": "0.0.30", + "@aws-amplify/ui-react-native": "2.2.15", "qrcode": "1.5.0" }, "peerDependencies": { diff --git a/packages/react-native-auth/src/version.ts b/packages/react-native-auth/src/version.ts index 05f09d4cf96..1b7f4860781 100644 --- a/packages/react-native-auth/src/version.ts +++ b/packages/react-native-auth/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.32'; +export const VERSION = '0.0.33'; diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md index 8070b36c1ce..d1020a6716f 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-native +## 2.2.15 + +### Patch Changes + +- Updated dependencies [[`ac7cb271a`](https://github.com/aws-amplify/amplify-ui/commit/ac7cb271aff895e643fb5dc927030df9245b7c5b)]: + - @aws-amplify/ui@6.6.4 + - @aws-amplify/ui-react-core@3.0.28 + - @aws-amplify/ui-react-core-notifications@2.0.28 + ## 2.2.14 ### Patch Changes diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 77375ca8974..ddd928879d0 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.14", + "version": "2.2.15", "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.6.3", - "@aws-amplify/ui-react-core": "3.0.27", - "@aws-amplify/ui-react-core-notifications": "2.0.27" + "@aws-amplify/ui": "6.6.4", + "@aws-amplify/ui-react-core": "3.0.28", + "@aws-amplify/ui-react-core-notifications": "2.0.28" }, "peerDependencies": { "aws-amplify": "^6.6.0", diff --git a/packages/react-native/src/version.ts b/packages/react-native/src/version.ts index cdf44e9ee86..9ce86091d7b 100644 --- a/packages/react-native/src/version.ts +++ b/packages/react-native/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.2.14'; +export const VERSION = '2.2.15'; diff --git a/packages/react-notifications/CHANGELOG.md b/packages/react-notifications/CHANGELOG.md index a49ab108664..b7498a3a582 100644 --- a/packages/react-notifications/CHANGELOG.md +++ b/packages/react-notifications/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui-react-notifications +## 2.0.33 + +### Patch Changes + +- Updated dependencies [[`ac7cb271a`](https://github.com/aws-amplify/amplify-ui/commit/ac7cb271aff895e643fb5dc927030df9245b7c5b)]: + - @aws-amplify/ui@6.6.4 + - @aws-amplify/ui-react@6.5.4 + - @aws-amplify/ui-react-core@3.0.28 + - @aws-amplify/ui-react-core-notifications@2.0.28 + ## 2.0.32 ### Patch Changes diff --git a/packages/react-notifications/package.json b/packages/react-notifications/package.json index 5fcade4f4ce..40525f880a9 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.32", + "version": "2.0.33", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -39,10 +39,10 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.6.3", - "@aws-amplify/ui-react": "6.5.3", - "@aws-amplify/ui-react-core": "3.0.27", - "@aws-amplify/ui-react-core-notifications": "2.0.27", + "@aws-amplify/ui": "6.6.4", + "@aws-amplify/ui-react": "6.5.4", + "@aws-amplify/ui-react-core": "3.0.28", + "@aws-amplify/ui-react-core-notifications": "2.0.28", "tinycolor2": "1.4.2" }, "peerDependencies": { diff --git a/packages/react-notifications/src/version.ts b/packages/react-notifications/src/version.ts index 93a5cc9f1b3..48c07983203 100644 --- a/packages/react-notifications/src/version.ts +++ b/packages/react-notifications/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.0.32'; +export const VERSION = '2.0.33'; diff --git a/packages/react-storage/CHANGELOG.md b/packages/react-storage/CHANGELOG.md index e11dec3760d..3d09dbac9a9 100644 --- a/packages/react-storage/CHANGELOG.md +++ b/packages/react-storage/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-storage +## 3.3.8 + +### Patch Changes + +- Updated dependencies [[`ac7cb271a`](https://github.com/aws-amplify/amplify-ui/commit/ac7cb271aff895e643fb5dc927030df9245b7c5b)]: + - @aws-amplify/ui@6.6.4 + - @aws-amplify/ui-react@6.5.4 + - @aws-amplify/ui-react-core@3.0.28 + ## 3.3.7 ### Patch Changes diff --git a/packages/react-storage/package.json b/packages/react-storage/package.json index fc52e344e67..dea9c56045c 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.3.7", + "version": "3.3.8", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -39,9 +39,9 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.6.3", - "@aws-amplify/ui-react": "6.5.3", - "@aws-amplify/ui-react-core": "3.0.27", + "@aws-amplify/ui": "6.6.4", + "@aws-amplify/ui-react": "6.5.4", + "@aws-amplify/ui-react-core": "3.0.28", "lodash": "4.17.21", "tslib": "^2.5.2" }, diff --git a/packages/react-storage/src/version.ts b/packages/react-storage/src/version.ts index 90f191c0995..2d1e187016d 100644 --- a/packages/react-storage/src/version.ts +++ b/packages/react-storage/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.3.7'; +export const VERSION = '3.3.8'; diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index e554eb86e6c..2ed4f3cf7be 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,13 @@ # @aws-amplify/ui-react +## 6.5.4 + +### Patch Changes + +- Updated dependencies [[`ac7cb271a`](https://github.com/aws-amplify/amplify-ui/commit/ac7cb271aff895e643fb5dc927030df9245b7c5b)]: + - @aws-amplify/ui@6.6.4 + - @aws-amplify/ui-react-core@3.0.28 + ## 6.5.3 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 47337223ebf..b96d616b6fd 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react", - "version": "6.5.3", + "version": "6.5.4", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -55,8 +55,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.6.3", - "@aws-amplify/ui-react-core": "3.0.27", + "@aws-amplify/ui": "6.6.4", + "@aws-amplify/ui-react-core": "3.0.28", "@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 bf92613c23b..9c61130162b 100644 --- a/packages/react/src/version.ts +++ b/packages/react/src/version.ts @@ -1 +1 @@ -export const VERSION = '6.5.3'; +export const VERSION = '6.5.4'; diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 05591496e81..fd8c5df2ed8 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,36 @@ # @aws-amplify/ui +## 6.6.4 + +### Patch Changes + +- [#5827](https://github.com/aws-amplify/amplify-ui/pull/5827) [`ac7cb271a`](https://github.com/aws-amplify/amplify-ui/commit/ac7cb271aff895e643fb5dc927030df9245b7c5b) Thanks [@dbanksdesign](https://github.com/dbanksdesign)! - chore(ai): add theming for AIConversation + + ```ts + const theme = createTheme({ + tokens: { + components: { + aiConversation: {}, + }, + }, + }); + ``` + + ```ts + const aiConversationTheme = defineComponentTheme({ + name: 'ai-conversation', + theme(tokens) { + return { + _element: { + message: { + color: tokens.colors.font.tertiary, + }, + }, + }; + }, + }); + ``` + ## 6.6.3 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 407b8708c2d..4b334820ca5 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui", - "version": "6.6.3", + "version": "6.6.4", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index bdae5fd9d9a..364bb770958 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-vue +## 4.2.21 + +### Patch Changes + +- Updated dependencies [[`ac7cb271a`](https://github.com/aws-amplify/amplify-ui/commit/ac7cb271aff895e643fb5dc927030df9245b7c5b)]: + - @aws-amplify/ui@6.6.4 + ## 4.2.20 ### Patch Changes diff --git a/packages/vue/package.json b/packages/vue/package.json index 4a3644e3b7d..2a1ed3f57e6 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-vue", - "version": "4.2.20", + "version": "4.2.21", "type": "module", "main": "dist/index.cjs", "module": "dist/index.js", @@ -38,7 +38,7 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.6.3", + "@aws-amplify/ui": "6.6.4", "@vueuse/core": "7.5.5", "@xstate/vue": "0.8.1", "nanoid": "3.1.31", diff --git a/packages/vue/src/version.ts b/packages/vue/src/version.ts index d2eb5212e9f..8e3573157a7 100644 --- a/packages/vue/src/version.ts +++ b/packages/vue/src/version.ts @@ -1 +1 @@ -export const VERSION = '4.2.20'; +export const VERSION = '4.2.21';