diff --git a/.changeset/fluffy-fireants-doubt.md b/.changeset/fluffy-fireants-doubt.md deleted file mode 100644 index fe62e6ade2a..00000000000 --- a/.changeset/fluffy-fireants-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui-react-ai": patch ---- - -fix(ai): remove unnecessary use of Buffer diff --git a/.changeset/heavy-bottles-poke.md b/.changeset/heavy-bottles-poke.md deleted file mode 100644 index 4aeda4cac1e..00000000000 --- a/.changeset/heavy-bottles-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui-react-ai": patch ---- - -chore(ai): add timestamp function to displayText diff --git a/.changeset/mighty-rice-smell.md b/.changeset/mighty-rice-smell.md deleted file mode 100644 index 8130ff2e0c8..00000000000 --- a/.changeset/mighty-rice-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@aws-amplify/ui': patch ---- - -fixed missing styles for FileUploader component diff --git a/docs/package.json b/docs/package.json index d1f3d61bd4a..74716ba68a1 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.3.0", + "@aws-amplify/ui-react": "6.3.1", "@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 3e16686963a..250fff8b8f1 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.22", + "@aws-amplify/ui-angular": "^5.0.23", "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 d5546d0476b..61e4004814a 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -10,12 +10,12 @@ "lint": "next lint" }, "dependencies": { - "@aws-amplify/ui-react": "^6.3.0", - "@aws-amplify/ui-react-ai": "0.1.0", - "@aws-amplify/ui-react-geo": "^2.0.22", - "@aws-amplify/ui-react-liveness": "^3.1.7", - "@aws-amplify/ui-react-notifications": "^2.0.26", - "@aws-amplify/ui-react-storage": "^3.3.1", + "@aws-amplify/ui-react": "^6.3.1", + "@aws-amplify/ui-react-ai": "0.1.1", + "@aws-amplify/ui-react-geo": "^2.0.23", + "@aws-amplify/ui-react-liveness": "^3.1.8", + "@aws-amplify/ui-react-notifications": "^2.0.27", + "@aws-amplify/ui-react-storage": "^3.3.2", "@aws-sdk/credential-providers": "^3.370.0", "next": "^14.1.1", "next-global-css": "^1.1.1", diff --git a/examples/vue/package.json b/examples/vue/package.json index f1cf5b97352..be3d785aa67 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.14", + "@aws-amplify/ui-vue": "^4.2.15", "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 87cf9647ec9..6a7966277ed 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.23 + +### Patch Changes + +- Updated dependencies [[`9d96dd1fe`](https://github.com/aws-amplify/amplify-ui/commit/9d96dd1fe51212e8e55b0dde816122a6f5672762)]: + - @aws-amplify/ui@6.4.1 + ## 5.0.22 ### Patch Changes diff --git a/packages/angular/projects/ui-angular/package.json b/packages/angular/projects/ui-angular/package.json index 87d06b5a2e8..dbfcee70935 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.22", + "version": "5.0.23", "scripts": { "build": "yarn --cwd ../../ build", "dev": "yarn --cwd ../../ dev", @@ -18,7 +18,7 @@ "aws-amplify": "^6.3.2" }, "dependencies": { - "@aws-amplify/ui": "6.4.0", + "@aws-amplify/ui": "6.4.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 e7e2b5afc6e..5d050b0796d 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.22'; +export const VERSION = '5.0.23'; diff --git a/packages/e2e/package.json b/packages/e2e/package.json index 25dea3e4264..8af9abef3e6 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -29,7 +29,7 @@ ] }, "devDependencies": { - "@aws-amplify/ui": "^6.4.0", + "@aws-amplify/ui": "^6.4.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 40676471f19..e1d84b1c4ba 100644 --- a/packages/react-ai/CHANGELOG.md +++ b/packages/react-ai/CHANGELOG.md @@ -1,5 +1,18 @@ # @aws-amplify/ui-react-ai +## 0.1.1 + +### Patch Changes + +- [#5774](https://github.com/aws-amplify/amplify-ui/pull/5774) [`42e2d5d1d`](https://github.com/aws-amplify/amplify-ui/commit/42e2d5d1d22bea316fbefa00ba059bdb7e8e428e) Thanks [@thaddmt](https://github.com/thaddmt)! - fix(ai): remove unnecessary use of Buffer + +- [#5782](https://github.com/aws-amplify/amplify-ui/pull/5782) [`c485f1048`](https://github.com/aws-amplify/amplify-ui/commit/c485f1048f158914aaa012e588f9e1caa8bfaa06) Thanks [@thaddmt](https://github.com/thaddmt)! - chore(ai): add timestamp function to displayText + +- Updated dependencies [[`9d96dd1fe`](https://github.com/aws-amplify/amplify-ui/commit/9d96dd1fe51212e8e55b0dde816122a6f5672762)]: + - @aws-amplify/ui@6.4.1 + - @aws-amplify/ui-react@6.3.1 + - @aws-amplify/ui-react-core@3.0.22 + ## 0.1.0 ### Minor Changes diff --git a/packages/react-ai/package.json b/packages/react-ai/package.json index d3d5d1ff480..e5ea76e0c33 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.1.0", + "version": "0.1.1", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -47,9 +47,9 @@ "react-dom": "^16.14.0 || ^17.0 || ^18.0" }, "dependencies": { - "@aws-amplify/ui": "^6.4.0", - "@aws-amplify/ui-react": "^6.3.0", - "@aws-amplify/ui-react-core": "^3.0.21" + "@aws-amplify/ui": "^6.4.1", + "@aws-amplify/ui-react": "^6.3.1", + "@aws-amplify/ui-react-core": "^3.0.22" }, "devDependencies": { "@rollup/plugin-commonjs": "^22.0.1", diff --git a/packages/react-auth/CHANGELOG.md b/packages/react-auth/CHANGELOG.md index 39ffb63b682..4dec74cc71d 100644 --- a/packages/react-auth/CHANGELOG.md +++ b/packages/react-auth/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui-react-auth +## 0.0.29 + +### Patch Changes + +- Updated dependencies [[`9d96dd1fe`](https://github.com/aws-amplify/amplify-ui/commit/9d96dd1fe51212e8e55b0dde816122a6f5672762)]: + - @aws-amplify/ui@6.4.1 + - @aws-amplify/ui-react@6.3.1 + - @aws-amplify/ui-react-core@3.0.22 + - @aws-amplify/ui-react-core-auth@0.0.24 + ## 0.0.28 ### Patch Changes diff --git a/packages/react-auth/package.json b/packages/react-auth/package.json index 3aedac6052a..2bfc6c287e6 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.28", + "version": "0.0.29", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -40,10 +40,10 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.4.0", - "@aws-amplify/ui-react": "6.3.0", - "@aws-amplify/ui-react-core": "3.0.21", - "@aws-amplify/ui-react-core-auth": "0.0.23", + "@aws-amplify/ui": "6.4.1", + "@aws-amplify/ui-react": "6.3.1", + "@aws-amplify/ui-react-core": "3.0.22", + "@aws-amplify/ui-react-core-auth": "0.0.24", "@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 352517d3553..e4ef785c722 100644 --- a/packages/react-auth/src/version.ts +++ b/packages/react-auth/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.28'; +export const VERSION = '0.0.29'; diff --git a/packages/react-core-auth/CHANGELOG.md b/packages/react-core-auth/CHANGELOG.md index e904c6acbe3..a452f2f44ab 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.24 + +### Patch Changes + +- Updated dependencies [[`9d96dd1fe`](https://github.com/aws-amplify/amplify-ui/commit/9d96dd1fe51212e8e55b0dde816122a6f5672762)]: + - @aws-amplify/ui@6.4.1 + - @aws-amplify/ui-react-core@3.0.22 + ## 0.0.23 ### Patch Changes diff --git a/packages/react-core-auth/package.json b/packages/react-core-auth/package.json index 8381f3f6340..841a1a21a4d 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.23", + "version": "0.0.24", "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.4.0", - "@aws-amplify/ui-react-core": "3.0.21", + "@aws-amplify/ui": "6.4.1", + "@aws-amplify/ui-react-core": "3.0.22", "@xstate/react": "3.2.2", "lodash": "4.17.21", "xstate": "^4.33.6" diff --git a/packages/react-core-notifications/CHANGELOG.md b/packages/react-core-notifications/CHANGELOG.md index db28f8fa869..ee525a3bb49 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.22 + +### Patch Changes + +- Updated dependencies [[`9d96dd1fe`](https://github.com/aws-amplify/amplify-ui/commit/9d96dd1fe51212e8e55b0dde816122a6f5672762)]: + - @aws-amplify/ui@6.4.1 + - @aws-amplify/ui-react-core@3.0.22 + ## 2.0.21 ### Patch Changes diff --git a/packages/react-core-notifications/package.json b/packages/react-core-notifications/package.json index 33369969254..7696b854981 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.21", + "version": "2.0.22", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -35,8 +35,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.4.0", - "@aws-amplify/ui-react-core": "3.0.21" + "@aws-amplify/ui": "6.4.1", + "@aws-amplify/ui-react-core": "3.0.22" }, "peerDependencies": { "aws-amplify": "^6.3.2", diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index e34a4c17d94..83569331ff9 100644 --- a/packages/react-core/CHANGELOG.md +++ b/packages/react-core/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-core +## 3.0.22 + +### Patch Changes + +- Updated dependencies [[`9d96dd1fe`](https://github.com/aws-amplify/amplify-ui/commit/9d96dd1fe51212e8e55b0dde816122a6f5672762)]: + - @aws-amplify/ui@6.4.1 + ## 3.0.21 ### Patch Changes diff --git a/packages/react-core/package.json b/packages/react-core/package.json index df8471cca2c..410b04c7247 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.21", + "version": "3.0.22", "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.4.0", + "@aws-amplify/ui": "6.4.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 7be70137d5c..a55446f49ad 100644 --- a/packages/react-geo/CHANGELOG.md +++ b/packages/react-geo/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-geo +## 2.0.23 + +### Patch Changes + +- Updated dependencies []: + - @aws-amplify/ui-react-core@3.0.22 + ## 2.0.22 ### Patch Changes diff --git a/packages/react-geo/package.json b/packages/react-geo/package.json index 60bf063122a..a220e2dccf6 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.22", + "version": "2.0.23", "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.21", + "@aws-amplify/ui-react-core": "3.0.22", "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 9c13bf048a5..45f7dce9f93 100644 --- a/packages/react-geo/src/version.ts +++ b/packages/react-geo/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.0.22'; +export const VERSION = '2.0.23'; diff --git a/packages/react-liveness/CHANGELOG.md b/packages/react-liveness/CHANGELOG.md index c42eeff6fe7..f11e1ee8ffd 100644 --- a/packages/react-liveness/CHANGELOG.md +++ b/packages/react-liveness/CHANGELOG.md @@ -1,5 +1,13 @@ # @aws-amplify/ui-react-liveness +## 3.1.8 + +### Patch Changes + +- Updated dependencies [[`9d96dd1fe`](https://github.com/aws-amplify/amplify-ui/commit/9d96dd1fe51212e8e55b0dde816122a6f5672762)]: + - @aws-amplify/ui@6.4.1 + - @aws-amplify/ui-react@6.3.1 + ## 3.1.7 ### Patch Changes diff --git a/packages/react-liveness/package.json b/packages/react-liveness/package.json index afbc6801535..4e525effd7b 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.7", + "version": "3.1.8", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -47,8 +47,8 @@ "react-dom": "^16.14.0 || ^17.0 || ^18.0" }, "dependencies": { - "@aws-amplify/ui": "6.4.0", - "@aws-amplify/ui-react": "6.3.0", + "@aws-amplify/ui": "6.4.1", + "@aws-amplify/ui-react": "6.3.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 60ab93c5759..6cd23fded1c 100644 --- a/packages/react-liveness/src/version.ts +++ b/packages/react-liveness/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.1.7'; +export const VERSION = '3.1.8'; diff --git a/packages/react-native-auth/CHANGELOG.md b/packages/react-native-auth/CHANGELOG.md index 196c5d2c9d5..7b5db0af402 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.27 + +### Patch Changes + +- Updated dependencies [[`9d96dd1fe`](https://github.com/aws-amplify/amplify-ui/commit/9d96dd1fe51212e8e55b0dde816122a6f5672762)]: + - @aws-amplify/ui@6.4.1 + - @aws-amplify/ui-react-core-auth@0.0.24 + - @aws-amplify/ui-react-native@2.2.9 + ## 0.0.26 ### Patch Changes diff --git a/packages/react-native-auth/package.json b/packages/react-native-auth/package.json index 41bf2a2f222..ea6512ee2ca 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.26", + "version": "0.0.27", "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.4.0", - "@aws-amplify/ui-react-core-auth": "0.0.23", - "@aws-amplify/ui-react-native": "2.2.8", + "@aws-amplify/ui": "6.4.1", + "@aws-amplify/ui-react-core-auth": "0.0.24", + "@aws-amplify/ui-react-native": "2.2.9", "qrcode": "1.5.0" }, "peerDependencies": { diff --git a/packages/react-native-auth/src/version.ts b/packages/react-native-auth/src/version.ts index 4b6ddc931ba..1f6f72afb6a 100644 --- a/packages/react-native-auth/src/version.ts +++ b/packages/react-native-auth/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.26'; +export const VERSION = '0.0.27'; diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md index f50818eece1..f22c32203a8 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-native +## 2.2.9 + +### Patch Changes + +- Updated dependencies [[`9d96dd1fe`](https://github.com/aws-amplify/amplify-ui/commit/9d96dd1fe51212e8e55b0dde816122a6f5672762)]: + - @aws-amplify/ui@6.4.1 + - @aws-amplify/ui-react-core@3.0.22 + - @aws-amplify/ui-react-core-notifications@2.0.22 + ## 2.2.8 ### Patch Changes diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 110f3e73884..815940f99ee 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.8", + "version": "2.2.9", "main": "lib/index.js", "module": "dist/index.js", "react-native": "src/index.ts", @@ -29,9 +29,9 @@ "react-native-safe-area-context": "^4.7.3" }, "dependencies": { - "@aws-amplify/ui": "6.4.0", - "@aws-amplify/ui-react-core": "3.0.21", - "@aws-amplify/ui-react-core-notifications": "2.0.21", + "@aws-amplify/ui": "6.4.1", + "@aws-amplify/ui-react-core": "3.0.22", + "@aws-amplify/ui-react-core-notifications": "2.0.22", "style-dictionary": "3.9.1" }, "peerDependencies": { diff --git a/packages/react-native/src/version.ts b/packages/react-native/src/version.ts index 9baaefc565d..14f70a58b3a 100644 --- a/packages/react-native/src/version.ts +++ b/packages/react-native/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.2.8'; +export const VERSION = '2.2.9'; diff --git a/packages/react-notifications/CHANGELOG.md b/packages/react-notifications/CHANGELOG.md index 983998296f1..459e1d197bb 100644 --- a/packages/react-notifications/CHANGELOG.md +++ b/packages/react-notifications/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-notifications +## 2.0.27 + +### Patch Changes + +- Updated dependencies [[`9d96dd1fe`](https://github.com/aws-amplify/amplify-ui/commit/9d96dd1fe51212e8e55b0dde816122a6f5672762)]: + - @aws-amplify/ui@6.4.1 + - @aws-amplify/ui-react@6.3.1 + - @aws-amplify/ui-react-core-notifications@2.0.22 + ## 2.0.26 ### Patch Changes diff --git a/packages/react-notifications/package.json b/packages/react-notifications/package.json index 55afe28129e..2268af1c261 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.26", + "version": "2.0.27", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -39,9 +39,9 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.4.0", - "@aws-amplify/ui-react": "6.3.0", - "@aws-amplify/ui-react-core-notifications": "2.0.21", + "@aws-amplify/ui": "6.4.1", + "@aws-amplify/ui-react": "6.3.1", + "@aws-amplify/ui-react-core-notifications": "2.0.22", "tinycolor2": "1.4.2" }, "peerDependencies": { diff --git a/packages/react-notifications/src/version.ts b/packages/react-notifications/src/version.ts index 9c439dafb5f..768585d57cc 100644 --- a/packages/react-notifications/src/version.ts +++ b/packages/react-notifications/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.0.26'; +export const VERSION = '2.0.27'; diff --git a/packages/react-storage/CHANGELOG.md b/packages/react-storage/CHANGELOG.md index c5839d7144f..439a982d9cb 100644 --- a/packages/react-storage/CHANGELOG.md +++ b/packages/react-storage/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-storage +## 3.3.2 + +### Patch Changes + +- Updated dependencies [[`9d96dd1fe`](https://github.com/aws-amplify/amplify-ui/commit/9d96dd1fe51212e8e55b0dde816122a6f5672762)]: + - @aws-amplify/ui@6.4.1 + - @aws-amplify/ui-react@6.3.1 + - @aws-amplify/ui-react-core@3.0.22 + ## 3.3.1 ### Patch Changes diff --git a/packages/react-storage/package.json b/packages/react-storage/package.json index a78bad6a4aa..2567c4d5159 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.1", + "version": "3.3.2", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -39,9 +39,9 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.4.0", - "@aws-amplify/ui-react": "6.3.0", - "@aws-amplify/ui-react-core": "3.0.21", + "@aws-amplify/ui": "6.4.1", + "@aws-amplify/ui-react": "6.3.1", + "@aws-amplify/ui-react-core": "3.0.22", "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 d7562a488eb..5f787200a35 100644 --- a/packages/react-storage/src/version.ts +++ b/packages/react-storage/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.3.1'; +export const VERSION = '3.3.2'; diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 4ed361dc853..64ada2c054d 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,13 @@ # @aws-amplify/ui-react +## 6.3.1 + +### Patch Changes + +- Updated dependencies [[`9d96dd1fe`](https://github.com/aws-amplify/amplify-ui/commit/9d96dd1fe51212e8e55b0dde816122a6f5672762)]: + - @aws-amplify/ui@6.4.1 + - @aws-amplify/ui-react-core@3.0.22 + ## 6.3.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index d7e1b47eedf..3de28add8a0 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react", - "version": "6.3.0", + "version": "6.3.1", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -55,8 +55,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.4.0", - "@aws-amplify/ui-react-core": "3.0.21", + "@aws-amplify/ui": "6.4.1", + "@aws-amplify/ui-react-core": "3.0.22", "@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 429691fe63f..a0b6e8faadd 100644 --- a/packages/react/src/version.ts +++ b/packages/react/src/version.ts @@ -1 +1 @@ -export const VERSION = '6.3.0'; +export const VERSION = '6.3.1'; diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index ad5366a8f2d..2ed2968f921 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @aws-amplify/ui +## 6.4.1 + +### Patch Changes + +- [#5780](https://github.com/aws-amplify/amplify-ui/pull/5780) [`9d96dd1fe`](https://github.com/aws-amplify/amplify-ui/commit/9d96dd1fe51212e8e55b0dde816122a6f5672762) Thanks [@jordanvn](https://github.com/jordanvn)! - fixed missing styles for FileUploader component + ## 6.4.0 ### Minor Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index d0fa2635b13..429d1df8398 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui", - "version": "6.4.0", + "version": "6.4.1", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 6073588a459..6d33a180193 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-vue +## 4.2.15 + +### Patch Changes + +- Updated dependencies [[`9d96dd1fe`](https://github.com/aws-amplify/amplify-ui/commit/9d96dd1fe51212e8e55b0dde816122a6f5672762)]: + - @aws-amplify/ui@6.4.1 + ## 4.2.14 ### Patch Changes diff --git a/packages/vue/package.json b/packages/vue/package.json index cd10b023b56..caef5557d63 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-vue", - "version": "4.2.14", + "version": "4.2.15", "type": "module", "main": "dist/index.cjs", "module": "dist/index.js", @@ -38,7 +38,7 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.4.0", + "@aws-amplify/ui": "6.4.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 5e61e53e292..1b9c7a5aaa1 100644 --- a/packages/vue/src/version.ts +++ b/packages/vue/src/version.ts @@ -1 +1 @@ -export const VERSION = '4.2.14'; +export const VERSION = '4.2.15';