diff --git a/.changeset/custom-actions-now.md b/.changeset/custom-actions-now.md deleted file mode 100644 index 1ea616eee8e..00000000000 --- a/.changeset/custom-actions-now.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@aws-amplify/ui-react-storage": minor ---- - -feat(storage-browser): add custom actions -``` diff --git a/.changeset/honest-beans-suffer.md b/.changeset/honest-beans-suffer.md deleted file mode 100644 index 08d934dfd6b..00000000000 --- a/.changeset/honest-beans-suffer.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -"@aws-amplify/ui-react-ai": minor -"@aws-amplify/ui": patch ---- - -feat(ai) add attachment validations - -The current limitations on the Amplify AI kit for attachments is 400kb (of base64'd size) per image, and 20 images per message are now being enforced before the message is sent. -These limits can be adjusted via props as well. - -```tsx - -``` diff --git a/.changeset/nine-berries-smile.md b/.changeset/nine-berries-smile.md deleted file mode 100644 index 8271e03d738..00000000000 --- a/.changeset/nine-berries-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui-react-storage": minor ---- - -fix(react-storage): expose additional storage browser types diff --git a/docs/package.json b/docs/package.json index 7f2f1f13b38..9515e7cd52c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -23,8 +23,8 @@ "test:links": "node --require esbuild-register ./scripts/link-checker-puppeteer.ts" }, "dependencies": { - "@aws-amplify/ui-react": "6.7.0", - "@aws-amplify/ui-react-storage": "3.4.1", + "@aws-amplify/ui-react": "6.7.1", + "@aws-amplify/ui-react-storage": "3.5.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 afcf0f6911a..fd341d11df2 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.32", + "@aws-amplify/ui-angular": "^5.0.33", "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 ea929f75180..5f300b8494a 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.0", - "@aws-amplify/ui-react-ai": "1.0.0", - "@aws-amplify/ui-react-geo": "^2.0.32", - "@aws-amplify/ui-react-liveness": "^3.1.17", - "@aws-amplify/ui-react-notifications": "^2.0.36", - "@aws-amplify/ui-react-storage": "^3.4.1", + "@aws-amplify/ui-react": "^6.7.1", + "@aws-amplify/ui-react-ai": "1.1.0", + "@aws-amplify/ui-react-geo": "^2.0.33", + "@aws-amplify/ui-react-liveness": "^3.1.18", + "@aws-amplify/ui-react-notifications": "^2.0.37", + "@aws-amplify/ui-react-storage": "^3.5.0", "@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 42a741e3535..b5426cc6514 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.24", + "@aws-amplify/ui-vue": "^4.2.25", "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 8444cbb9144..fbef182926d 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.33 + +### Patch Changes + +- Updated dependencies [[`9ab56f499f4596062fe4614a016efc3dfc88ef03`](https://github.com/aws-amplify/amplify-ui/commit/9ab56f499f4596062fe4614a016efc3dfc88ef03)]: + - @aws-amplify/ui@6.7.1 + ## 5.0.32 ### Patch Changes diff --git a/packages/angular/projects/ui-angular/package.json b/packages/angular/projects/ui-angular/package.json index a4440435852..6c625249e53 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.32", + "version": "5.0.33", "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.0", + "@aws-amplify/ui": "6.7.1", "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 98468467dd2..d5b77c24611 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.32'; +export const VERSION = '5.0.33'; diff --git a/packages/e2e/package.json b/packages/e2e/package.json index 2861fd4f2ad..076716832f9 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -29,7 +29,7 @@ ] }, "devDependencies": { - "@aws-amplify/ui": "^6.7.0", + "@aws-amplify/ui": "^6.7.1", "@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 1fadaa2a76a..eab33b3ed77 100644 --- a/packages/react-ai/CHANGELOG.md +++ b/packages/react-ai/CHANGELOG.md @@ -1,5 +1,28 @@ # @aws-amplify/ui-react-ai +## 1.1.0 + +### Minor Changes + +- [#6211](https://github.com/aws-amplify/amplify-ui/pull/6211) [`9ab56f499f4596062fe4614a016efc3dfc88ef03`](https://github.com/aws-amplify/amplify-ui/commit/9ab56f499f4596062fe4614a016efc3dfc88ef03) Thanks [@dbanksdesign](https://github.com/dbanksdesign)! - feat(ai) add attachment validations + + The current limitations on the Amplify AI kit for attachments is 400kb (of base64'd size) per image, and 20 images per message are now being enforced before the message is sent. + These limits can be adjusted via props as well. + + ```tsx + + ``` + +### Patch Changes + +- Updated dependencies [[`9ab56f499f4596062fe4614a016efc3dfc88ef03`](https://github.com/aws-amplify/amplify-ui/commit/9ab56f499f4596062fe4614a016efc3dfc88ef03)]: + - @aws-amplify/ui@6.7.1 + - @aws-amplify/ui-react@6.7.1 + - @aws-amplify/ui-react-core@3.1.1 + ## 1.0.0 ### Major Changes diff --git a/packages/react-ai/package.json b/packages/react-ai/package.json index ebc32a7b1ca..df77b493082 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.0.0", + "version": "1.1.0", "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.6", - "@aws-amplify/ui-react": "^6.6.0", - "@aws-amplify/ui-react-core": "^3.0.30" + "@aws-amplify/ui": "^6.7.1", + "@aws-amplify/ui-react": "^6.7.1", + "@aws-amplify/ui-react-core": "^3.1.1" }, "devDependencies": { "@types/jest-when": "^3.5.0", diff --git a/packages/react-ai/src/version.ts b/packages/react-ai/src/version.ts index 059488afe84..8b9189525eb 100644 --- a/packages/react-ai/src/version.ts +++ b/packages/react-ai/src/version.ts @@ -1 +1 @@ -export const VERSION = '1.0.0'; +export const VERSION = '1.1.0'; diff --git a/packages/react-auth/CHANGELOG.md b/packages/react-auth/CHANGELOG.md index 7c4bbbac2f0..d11c4640a2c 100644 --- a/packages/react-auth/CHANGELOG.md +++ b/packages/react-auth/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui-react-auth +## 0.0.39 + +### Patch Changes + +- Updated dependencies [[`9ab56f499f4596062fe4614a016efc3dfc88ef03`](https://github.com/aws-amplify/amplify-ui/commit/9ab56f499f4596062fe4614a016efc3dfc88ef03)]: + - @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-core-auth@0.0.34 + ## 0.0.38 ### Patch Changes diff --git a/packages/react-auth/package.json b/packages/react-auth/package.json index 4fc105126cb..84d788a8d17 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.38", + "version": "0.0.39", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -40,10 +40,10 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.7.0", - "@aws-amplify/ui-react": "6.7.0", - "@aws-amplify/ui-react-core": "3.1.0", - "@aws-amplify/ui-react-core-auth": "0.0.33", + "@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-core-auth": "0.0.34", "@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 2826f9b6d35..6b82a0e75d9 100644 --- a/packages/react-auth/src/version.ts +++ b/packages/react-auth/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.38'; +export const VERSION = '0.0.39'; diff --git a/packages/react-core-auth/CHANGELOG.md b/packages/react-core-auth/CHANGELOG.md index 95d6b0158a7..f16b0b86a97 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.34 + +### Patch Changes + +- Updated dependencies [[`9ab56f499f4596062fe4614a016efc3dfc88ef03`](https://github.com/aws-amplify/amplify-ui/commit/9ab56f499f4596062fe4614a016efc3dfc88ef03)]: + - @aws-amplify/ui@6.7.1 + - @aws-amplify/ui-react-core@3.1.1 + ## 0.0.33 ### Patch Changes diff --git a/packages/react-core-auth/package.json b/packages/react-core-auth/package.json index 5ec09396c73..12c588729f5 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.33", + "version": "0.0.34", "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.0", - "@aws-amplify/ui-react-core": "3.1.0", + "@aws-amplify/ui": "6.7.1", + "@aws-amplify/ui-react-core": "3.1.1", "@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 0426cd67db1..77cc81ceddd 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.32 + +### Patch Changes + +- Updated dependencies [[`9ab56f499f4596062fe4614a016efc3dfc88ef03`](https://github.com/aws-amplify/amplify-ui/commit/9ab56f499f4596062fe4614a016efc3dfc88ef03)]: + - @aws-amplify/ui@6.7.1 + - @aws-amplify/ui-react-core@3.1.1 + ## 2.0.31 ### Patch Changes diff --git a/packages/react-core-notifications/package.json b/packages/react-core-notifications/package.json index f4b4535d984..9de596037d0 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.31", + "version": "2.0.32", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -35,8 +35,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.7.0", - "@aws-amplify/ui-react-core": "3.1.0" + "@aws-amplify/ui": "6.7.1", + "@aws-amplify/ui-react-core": "3.1.1" }, "peerDependencies": { "aws-amplify": "^6.9.0", diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index 7fa316abfd6..6e457de6830 100644 --- a/packages/react-core/CHANGELOG.md +++ b/packages/react-core/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-core +## 3.1.1 + +### Patch Changes + +- Updated dependencies [[`9ab56f499f4596062fe4614a016efc3dfc88ef03`](https://github.com/aws-amplify/amplify-ui/commit/9ab56f499f4596062fe4614a016efc3dfc88ef03)]: + - @aws-amplify/ui@6.7.1 + ## 3.1.0 ### Minor Changes diff --git a/packages/react-core/package.json b/packages/react-core/package.json index d86a9005b53..8ca9fce2cad 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.0", + "version": "3.1.1", "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.0", + "@aws-amplify/ui": "6.7.1", "@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 24d3617f853..34c69544512 100644 --- a/packages/react-geo/CHANGELOG.md +++ b/packages/react-geo/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-geo +## 2.0.33 + +### Patch Changes + +- Updated dependencies []: + - @aws-amplify/ui-react-core@3.1.1 + ## 2.0.32 ### Patch Changes diff --git a/packages/react-geo/package.json b/packages/react-geo/package.json index 06bef247fb2..1d17e0f79e6 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.32", + "version": "2.0.33", "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.0", + "@aws-amplify/ui-react-core": "3.1.1", "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 93a5cc9f1b3..48c07983203 100644 --- a/packages/react-geo/src/version.ts +++ b/packages/react-geo/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.0.32'; +export const VERSION = '2.0.33'; diff --git a/packages/react-liveness/CHANGELOG.md b/packages/react-liveness/CHANGELOG.md index bdab67a9dcd..e759d2bd53e 100644 --- a/packages/react-liveness/CHANGELOG.md +++ b/packages/react-liveness/CHANGELOG.md @@ -1,5 +1,13 @@ # @aws-amplify/ui-react-liveness +## 3.1.18 + +### Patch Changes + +- Updated dependencies [[`9ab56f499f4596062fe4614a016efc3dfc88ef03`](https://github.com/aws-amplify/amplify-ui/commit/9ab56f499f4596062fe4614a016efc3dfc88ef03)]: + - @aws-amplify/ui@6.7.1 + - @aws-amplify/ui-react@6.7.1 + ## 3.1.17 ### Patch Changes diff --git a/packages/react-liveness/package.json b/packages/react-liveness/package.json index 5bf4022abf7..eb1d6d17580 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.17", + "version": "3.1.18", "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.7.0", - "@aws-amplify/ui-react": "6.7.0", + "@aws-amplify/ui": "6.7.1", + "@aws-amplify/ui-react": "6.7.1", "@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 afb68275cd7..fe790fa3565 100644 --- a/packages/react-liveness/src/version.ts +++ b/packages/react-liveness/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.1.17'; +export const VERSION = '3.1.18'; diff --git a/packages/react-native-auth/CHANGELOG.md b/packages/react-native-auth/CHANGELOG.md index a4bd7ef89dc..1c1daf7787e 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.37 + +### Patch Changes + +- Updated dependencies [[`9ab56f499f4596062fe4614a016efc3dfc88ef03`](https://github.com/aws-amplify/amplify-ui/commit/9ab56f499f4596062fe4614a016efc3dfc88ef03)]: + - @aws-amplify/ui@6.7.1 + - @aws-amplify/ui-react-core-auth@0.0.34 + - @aws-amplify/ui-react-native@2.2.19 + ## 0.0.36 ### Patch Changes diff --git a/packages/react-native-auth/package.json b/packages/react-native-auth/package.json index a6b61b730d1..460b6e0e7ac 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.36", + "version": "0.0.37", "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.0", - "@aws-amplify/ui-react-core-auth": "0.0.33", - "@aws-amplify/ui-react-native": "2.2.18", + "@aws-amplify/ui": "6.7.1", + "@aws-amplify/ui-react-core-auth": "0.0.34", + "@aws-amplify/ui-react-native": "2.2.19", "qrcode": "1.5.0" }, "peerDependencies": { diff --git a/packages/react-native-auth/src/version.ts b/packages/react-native-auth/src/version.ts index a39fbfc6e73..18cc3bb447b 100644 --- a/packages/react-native-auth/src/version.ts +++ b/packages/react-native-auth/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.36'; +export const VERSION = '0.0.37'; diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md index 6311a8c416a..eb8ad82ee34 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-native +## 2.2.19 + +### Patch Changes + +- Updated dependencies [[`9ab56f499f4596062fe4614a016efc3dfc88ef03`](https://github.com/aws-amplify/amplify-ui/commit/9ab56f499f4596062fe4614a016efc3dfc88ef03)]: + - @aws-amplify/ui@6.7.1 + - @aws-amplify/ui-react-core@3.1.1 + - @aws-amplify/ui-react-core-notifications@2.0.32 + ## 2.2.18 ### Patch Changes diff --git a/packages/react-native/package.json b/packages/react-native/package.json index c5c4a9d5726..a3a955097a3 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.18", + "version": "2.2.19", "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.0", - "@aws-amplify/ui-react-core": "3.1.0", - "@aws-amplify/ui-react-core-notifications": "2.0.31" + "@aws-amplify/ui": "6.7.1", + "@aws-amplify/ui-react-core": "3.1.1", + "@aws-amplify/ui-react-core-notifications": "2.0.32" }, "peerDependencies": { "aws-amplify": "^6.9.0", diff --git a/packages/react-native/src/version.ts b/packages/react-native/src/version.ts index b6f3a3cf875..e77219f1e81 100644 --- a/packages/react-native/src/version.ts +++ b/packages/react-native/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.2.18'; +export const VERSION = '2.2.19'; diff --git a/packages/react-notifications/CHANGELOG.md b/packages/react-notifications/CHANGELOG.md index 80e7016a14f..c327cd282ed 100644 --- a/packages/react-notifications/CHANGELOG.md +++ b/packages/react-notifications/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui-react-notifications +## 2.0.37 + +### Patch Changes + +- Updated dependencies [[`9ab56f499f4596062fe4614a016efc3dfc88ef03`](https://github.com/aws-amplify/amplify-ui/commit/9ab56f499f4596062fe4614a016efc3dfc88ef03)]: + - @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-core-notifications@2.0.32 + ## 2.0.36 ### Patch Changes diff --git a/packages/react-notifications/package.json b/packages/react-notifications/package.json index bf0e21c62a0..eb990543592 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.36", + "version": "2.0.37", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -39,10 +39,10 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.7.0", - "@aws-amplify/ui-react": "6.7.0", - "@aws-amplify/ui-react-core": "3.1.0", - "@aws-amplify/ui-react-core-notifications": "2.0.31", + "@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-core-notifications": "2.0.32", "tinycolor2": "1.4.2" }, "peerDependencies": { diff --git a/packages/react-notifications/src/version.ts b/packages/react-notifications/src/version.ts index 47192389c65..ef97de5880c 100644 --- a/packages/react-notifications/src/version.ts +++ b/packages/react-notifications/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.0.36'; +export const VERSION = '2.0.37'; diff --git a/packages/react-storage/CHANGELOG.md b/packages/react-storage/CHANGELOG.md index 9394f48161e..de787bd89ad 100644 --- a/packages/react-storage/CHANGELOG.md +++ b/packages/react-storage/CHANGELOG.md @@ -1,5 +1,24 @@ # @aws-amplify/ui-react-storage +## 3.5.0 + +### Minor Changes + +- [#6220](https://github.com/aws-amplify/amplify-ui/pull/6220) [`efbfd14e35967388acaa333089cc3737218c9008`](https://github.com/aws-amplify/amplify-ui/commit/efbfd14e35967388acaa333089cc3737218c9008) Thanks [@calebpollman](https://github.com/calebpollman)! - feat(storage-browser): add custom actions + + ``` + + ``` + +- [#6219](https://github.com/aws-amplify/amplify-ui/pull/6219) [`8bf3c306f7df74d514fcd496edb10cfe69b0158b`](https://github.com/aws-amplify/amplify-ui/commit/8bf3c306f7df74d514fcd496edb10cfe69b0158b) Thanks [@ashwinkumar6](https://github.com/ashwinkumar6)! - fix(react-storage): expose additional storage browser types + +### Patch Changes + +- Updated dependencies [[`9ab56f499f4596062fe4614a016efc3dfc88ef03`](https://github.com/aws-amplify/amplify-ui/commit/9ab56f499f4596062fe4614a016efc3dfc88ef03)]: + - @aws-amplify/ui@6.7.1 + - @aws-amplify/ui-react@6.7.1 + - @aws-amplify/ui-react-core@3.1.1 + ## 3.4.1 ### Patch Changes diff --git a/packages/react-storage/package.json b/packages/react-storage/package.json index ebf162d7e54..4b88e3a65d9 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.4.1", + "version": "3.5.0", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -47,9 +47,9 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.7.0", - "@aws-amplify/ui-react": "6.7.0", - "@aws-amplify/ui-react-core": "3.1.0", + "@aws-amplify/ui": "6.7.1", + "@aws-amplify/ui-react": "6.7.1", + "@aws-amplify/ui-react-core": "3.1.1", "tslib": "^2.5.2" }, "peerDependencies": { diff --git a/packages/react-storage/src/version.ts b/packages/react-storage/src/version.ts index 56a3e2ce59d..fb71f2bf490 100644 --- a/packages/react-storage/src/version.ts +++ b/packages/react-storage/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.4.1'; +export const VERSION = '3.5.0'; diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 87b01f092bf..42723a8afdd 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,13 @@ # @aws-amplify/ui-react +## 6.7.1 + +### Patch Changes + +- Updated dependencies [[`9ab56f499f4596062fe4614a016efc3dfc88ef03`](https://github.com/aws-amplify/amplify-ui/commit/9ab56f499f4596062fe4614a016efc3dfc88ef03)]: + - @aws-amplify/ui@6.7.1 + - @aws-amplify/ui-react-core@3.1.1 + ## 6.7.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 12a477b1b51..fde2be606c2 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react", - "version": "6.7.0", + "version": "6.7.1", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -55,8 +55,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.7.0", - "@aws-amplify/ui-react-core": "3.1.0", + "@aws-amplify/ui": "6.7.1", + "@aws-amplify/ui-react-core": "3.1.1", "@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 026586f209f..74cdeda789c 100644 --- a/packages/react/src/version.ts +++ b/packages/react/src/version.ts @@ -1 +1 @@ -export const VERSION = '6.7.0'; +export const VERSION = '6.7.1'; diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 7e8a391d802..da87971118b 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,21 @@ # @aws-amplify/ui +## 6.7.1 + +### Patch Changes + +- [#6211](https://github.com/aws-amplify/amplify-ui/pull/6211) [`9ab56f499f4596062fe4614a016efc3dfc88ef03`](https://github.com/aws-amplify/amplify-ui/commit/9ab56f499f4596062fe4614a016efc3dfc88ef03) Thanks [@dbanksdesign](https://github.com/dbanksdesign)! - feat(ai) add attachment validations + + The current limitations on the Amplify AI kit for attachments is 400kb (of base64'd size) per image, and 20 images per message are now being enforced before the message is sent. + These limits can be adjusted via props as well. + + ```tsx + + ``` + ## 6.7.0 ### Minor Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index f70ac44f93b..8beb2028842 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui", - "version": "6.7.0", + "version": "6.7.1", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 7a606f016b6..6636bd2a412 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-vue +## 4.2.25 + +### Patch Changes + +- Updated dependencies [[`9ab56f499f4596062fe4614a016efc3dfc88ef03`](https://github.com/aws-amplify/amplify-ui/commit/9ab56f499f4596062fe4614a016efc3dfc88ef03)]: + - @aws-amplify/ui@6.7.1 + ## 4.2.24 ### Patch Changes diff --git a/packages/vue/package.json b/packages/vue/package.json index 80f42061d60..b9c9885b393 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-vue", - "version": "4.2.24", + "version": "4.2.25", "type": "module", "main": "dist/index.cjs", "module": "dist/index.js", @@ -38,7 +38,7 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.7.0", + "@aws-amplify/ui": "6.7.1", "@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 f04e08c1a9b..49292b11f6d 100644 --- a/packages/vue/src/version.ts +++ b/packages/vue/src/version.ts @@ -1 +1 @@ -export const VERSION = '4.2.24'; +export const VERSION = '4.2.25';