diff --git a/.changeset/olive-bats-obey.md b/.changeset/olive-bats-obey.md deleted file mode 100644 index 2e56662393a..00000000000 --- a/.changeset/olive-bats-obey.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@aws-amplify/ui-react-ai": minor -"@aws-amplify/ui-react": minor -"@aws-amplify/ui": minor ---- - -feat(avatar): add loading state to avatar and AIConversation - - -```jsx - -``` diff --git a/.changeset/ten-beds-jump.md b/.changeset/ten-beds-jump.md deleted file mode 100644 index c8b7d1555d1..00000000000 --- a/.changeset/ten-beds-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui-react-ai": patch ---- - -fix(ai): fix renders for empty toolUse messages diff --git a/.changeset/thin-pants-turn.md b/.changeset/thin-pants-turn.md deleted file mode 100644 index 0bbb86e869f..00000000000 --- a/.changeset/thin-pants-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui-react-ai": patch ---- - -fix(ai): fixes reattaching the same file by always triggering the onChange event diff --git a/docs/package.json b/docs/package.json index 74716ba68a1..99c9f061dfd 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.1", + "@aws-amplify/ui-react": "6.4.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 250fff8b8f1..a5437a339bc 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.23", + "@aws-amplify/ui-angular": "^5.0.24", "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 f3f747bb562..c186864aaec 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.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-amplify/ui-react": "^6.4.0", + "@aws-amplify/ui-react-ai": "0.2.0", + "@aws-amplify/ui-react-geo": "^2.0.24", + "@aws-amplify/ui-react-liveness": "^3.1.9", + "@aws-amplify/ui-react-notifications": "^2.0.28", + "@aws-amplify/ui-react-storage": "^3.3.3", "@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 be3d785aa67..fdc2cd9aeb2 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.15", + "@aws-amplify/ui-vue": "^4.2.16", "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 6a7966277ed..8bf529f400f 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.24 + +### Patch Changes + +- Updated dependencies [[`0ebf8b346`](https://github.com/aws-amplify/amplify-ui/commit/0ebf8b346bc744cd73e1e7891eafc07538d6419d)]: + - @aws-amplify/ui@6.5.0 + ## 5.0.23 ### Patch Changes diff --git a/packages/angular/projects/ui-angular/package.json b/packages/angular/projects/ui-angular/package.json index dbfcee70935..ab159eb3bd2 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.23", + "version": "5.0.24", "scripts": { "build": "yarn --cwd ../../ build", "dev": "yarn --cwd ../../ dev", @@ -18,7 +18,7 @@ "aws-amplify": "^6.3.2" }, "dependencies": { - "@aws-amplify/ui": "6.4.1", + "@aws-amplify/ui": "6.5.0", "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 5d050b0796d..c737d4793ff 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.23'; +export const VERSION = '5.0.24'; diff --git a/packages/e2e/package.json b/packages/e2e/package.json index 8af9abef3e6..13aa9e0c8fa 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -29,7 +29,7 @@ ] }, "devDependencies": { - "@aws-amplify/ui": "^6.4.1", + "@aws-amplify/ui": "^6.5.0", "@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 e1d84b1c4ba..e8bf84ad717 100644 --- a/packages/react-ai/CHANGELOG.md +++ b/packages/react-ai/CHANGELOG.md @@ -1,5 +1,26 @@ # @aws-amplify/ui-react-ai +## 0.2.0 + +### Minor Changes + +- [#5777](https://github.com/aws-amplify/amplify-ui/pull/5777) [`0ebf8b346`](https://github.com/aws-amplify/amplify-ui/commit/0ebf8b346bc744cd73e1e7891eafc07538d6419d) Thanks [@dbanksdesign](https://github.com/dbanksdesign)! - feat(avatar): add loading state to avatar and AIConversation + + ```jsx + + ``` + +### Patch Changes + +- [#5799](https://github.com/aws-amplify/amplify-ui/pull/5799) [`b80bab00a`](https://github.com/aws-amplify/amplify-ui/commit/b80bab00a67a915d971bf28a455c304fc5682487) Thanks [@thaddmt](https://github.com/thaddmt)! - fix(ai): fix renders for empty toolUse messages + +- [#5776](https://github.com/aws-amplify/amplify-ui/pull/5776) [`b600b3bd8`](https://github.com/aws-amplify/amplify-ui/commit/b600b3bd8a7a85872d37f07a69e8bfacc532d73a) Thanks [@thaddmt](https://github.com/thaddmt)! - fix(ai): fixes reattaching the same file by always triggering the onChange event + +- Updated dependencies [[`0ebf8b346`](https://github.com/aws-amplify/amplify-ui/commit/0ebf8b346bc744cd73e1e7891eafc07538d6419d)]: + - @aws-amplify/ui-react@6.4.0 + - @aws-amplify/ui@6.5.0 + - @aws-amplify/ui-react-core@3.0.23 + ## 0.1.1 ### Patch Changes diff --git a/packages/react-ai/package.json b/packages/react-ai/package.json index e5ea76e0c33..b479b568ade 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.1", + "version": "0.2.0", "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.1", - "@aws-amplify/ui-react": "^6.3.1", - "@aws-amplify/ui-react-core": "^3.0.22" + "@aws-amplify/ui": "^6.5.0", + "@aws-amplify/ui-react": "^6.4.0", + "@aws-amplify/ui-react-core": "^3.0.23" }, "devDependencies": { "@rollup/plugin-commonjs": "^22.0.1", diff --git a/packages/react-auth/CHANGELOG.md b/packages/react-auth/CHANGELOG.md index 4dec74cc71d..6ae2c21e8b4 100644 --- a/packages/react-auth/CHANGELOG.md +++ b/packages/react-auth/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui-react-auth +## 0.0.30 + +### Patch Changes + +- Updated dependencies [[`0ebf8b346`](https://github.com/aws-amplify/amplify-ui/commit/0ebf8b346bc744cd73e1e7891eafc07538d6419d)]: + - @aws-amplify/ui-react@6.4.0 + - @aws-amplify/ui@6.5.0 + - @aws-amplify/ui-react-core@3.0.23 + - @aws-amplify/ui-react-core-auth@0.0.25 + ## 0.0.29 ### Patch Changes diff --git a/packages/react-auth/package.json b/packages/react-auth/package.json index 2bfc6c287e6..9c01642e1a5 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.29", + "version": "0.0.30", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -40,10 +40,10 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@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", + "@aws-amplify/ui": "6.5.0", + "@aws-amplify/ui-react": "6.4.0", + "@aws-amplify/ui-react-core": "3.0.23", + "@aws-amplify/ui-react-core-auth": "0.0.25", "@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 e4ef785c722..f08d2816e17 100644 --- a/packages/react-auth/src/version.ts +++ b/packages/react-auth/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.29'; +export const VERSION = '0.0.30'; diff --git a/packages/react-core-auth/CHANGELOG.md b/packages/react-core-auth/CHANGELOG.md index a452f2f44ab..b6ac7ae2c77 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.25 + +### Patch Changes + +- Updated dependencies [[`0ebf8b346`](https://github.com/aws-amplify/amplify-ui/commit/0ebf8b346bc744cd73e1e7891eafc07538d6419d)]: + - @aws-amplify/ui@6.5.0 + - @aws-amplify/ui-react-core@3.0.23 + ## 0.0.24 ### Patch Changes diff --git a/packages/react-core-auth/package.json b/packages/react-core-auth/package.json index 841a1a21a4d..485efbcf3c3 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.24", + "version": "0.0.25", "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.1", - "@aws-amplify/ui-react-core": "3.0.22", + "@aws-amplify/ui": "6.5.0", + "@aws-amplify/ui-react-core": "3.0.23", "@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 ee525a3bb49..1f3fd164fb8 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.23 + +### Patch Changes + +- Updated dependencies [[`0ebf8b346`](https://github.com/aws-amplify/amplify-ui/commit/0ebf8b346bc744cd73e1e7891eafc07538d6419d)]: + - @aws-amplify/ui@6.5.0 + - @aws-amplify/ui-react-core@3.0.23 + ## 2.0.22 ### Patch Changes diff --git a/packages/react-core-notifications/package.json b/packages/react-core-notifications/package.json index 7696b854981..a185ddb09b1 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.22", + "version": "2.0.23", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -35,8 +35,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.4.1", - "@aws-amplify/ui-react-core": "3.0.22" + "@aws-amplify/ui": "6.5.0", + "@aws-amplify/ui-react-core": "3.0.23" }, "peerDependencies": { "aws-amplify": "^6.3.2", diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index 83569331ff9..4c60aa6676e 100644 --- a/packages/react-core/CHANGELOG.md +++ b/packages/react-core/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-core +## 3.0.23 + +### Patch Changes + +- Updated dependencies [[`0ebf8b346`](https://github.com/aws-amplify/amplify-ui/commit/0ebf8b346bc744cd73e1e7891eafc07538d6419d)]: + - @aws-amplify/ui@6.5.0 + ## 3.0.22 ### Patch Changes diff --git a/packages/react-core/package.json b/packages/react-core/package.json index 410b04c7247..a0b5e08107d 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.22", + "version": "3.0.23", "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.1", + "@aws-amplify/ui": "6.5.0", "@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 a55446f49ad..f12253eb924 100644 --- a/packages/react-geo/CHANGELOG.md +++ b/packages/react-geo/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-geo +## 2.0.24 + +### Patch Changes + +- Updated dependencies []: + - @aws-amplify/ui-react-core@3.0.23 + ## 2.0.23 ### Patch Changes diff --git a/packages/react-geo/package.json b/packages/react-geo/package.json index a220e2dccf6..51610c80800 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.23", + "version": "2.0.24", "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.22", + "@aws-amplify/ui-react-core": "3.0.23", "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 45f7dce9f93..b06351eb36c 100644 --- a/packages/react-geo/src/version.ts +++ b/packages/react-geo/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.0.23'; +export const VERSION = '2.0.24'; diff --git a/packages/react-liveness/CHANGELOG.md b/packages/react-liveness/CHANGELOG.md index f11e1ee8ffd..58067bf23d8 100644 --- a/packages/react-liveness/CHANGELOG.md +++ b/packages/react-liveness/CHANGELOG.md @@ -1,5 +1,13 @@ # @aws-amplify/ui-react-liveness +## 3.1.9 + +### Patch Changes + +- Updated dependencies [[`0ebf8b346`](https://github.com/aws-amplify/amplify-ui/commit/0ebf8b346bc744cd73e1e7891eafc07538d6419d)]: + - @aws-amplify/ui-react@6.4.0 + - @aws-amplify/ui@6.5.0 + ## 3.1.8 ### Patch Changes diff --git a/packages/react-liveness/package.json b/packages/react-liveness/package.json index 4e525effd7b..173498a9995 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.8", + "version": "3.1.9", "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.1", - "@aws-amplify/ui-react": "6.3.1", + "@aws-amplify/ui": "6.5.0", + "@aws-amplify/ui-react": "6.4.0", "@aws-sdk/client-rekognitionstreaming": "3.621.0", "@aws-sdk/util-format-url": "3.609.0", "@smithy/eventstream-serde-browser": "^2.0.4", diff --git a/packages/react-liveness/src/version.ts b/packages/react-liveness/src/version.ts index 6cd23fded1c..40518458bf0 100644 --- a/packages/react-liveness/src/version.ts +++ b/packages/react-liveness/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.1.8'; +export const VERSION = '3.1.9'; diff --git a/packages/react-native-auth/CHANGELOG.md b/packages/react-native-auth/CHANGELOG.md index 7b5db0af402..c0d5d3db116 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.28 + +### Patch Changes + +- Updated dependencies [[`0ebf8b346`](https://github.com/aws-amplify/amplify-ui/commit/0ebf8b346bc744cd73e1e7891eafc07538d6419d)]: + - @aws-amplify/ui@6.5.0 + - @aws-amplify/ui-react-core-auth@0.0.25 + - @aws-amplify/ui-react-native@2.2.10 + ## 0.0.27 ### Patch Changes diff --git a/packages/react-native-auth/package.json b/packages/react-native-auth/package.json index ea6512ee2ca..54afd283bd6 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.27", + "version": "0.0.28", "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.1", - "@aws-amplify/ui-react-core-auth": "0.0.24", - "@aws-amplify/ui-react-native": "2.2.9", + "@aws-amplify/ui": "6.5.0", + "@aws-amplify/ui-react-core-auth": "0.0.25", + "@aws-amplify/ui-react-native": "2.2.10", "qrcode": "1.5.0" }, "peerDependencies": { diff --git a/packages/react-native-auth/src/version.ts b/packages/react-native-auth/src/version.ts index 1f6f72afb6a..352517d3553 100644 --- a/packages/react-native-auth/src/version.ts +++ b/packages/react-native-auth/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.27'; +export const VERSION = '0.0.28'; diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md index f22c32203a8..b84222c0181 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-native +## 2.2.10 + +### Patch Changes + +- Updated dependencies [[`0ebf8b346`](https://github.com/aws-amplify/amplify-ui/commit/0ebf8b346bc744cd73e1e7891eafc07538d6419d)]: + - @aws-amplify/ui@6.5.0 + - @aws-amplify/ui-react-core@3.0.23 + - @aws-amplify/ui-react-core-notifications@2.0.23 + ## 2.2.9 ### Patch Changes diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 815940f99ee..a839fe6f889 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.9", + "version": "2.2.10", "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.1", - "@aws-amplify/ui-react-core": "3.0.22", - "@aws-amplify/ui-react-core-notifications": "2.0.22", + "@aws-amplify/ui": "6.5.0", + "@aws-amplify/ui-react-core": "3.0.23", + "@aws-amplify/ui-react-core-notifications": "2.0.23", "style-dictionary": "3.9.1" }, "peerDependencies": { diff --git a/packages/react-native/src/version.ts b/packages/react-native/src/version.ts index 14f70a58b3a..0b61b710cd5 100644 --- a/packages/react-native/src/version.ts +++ b/packages/react-native/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.2.9'; +export const VERSION = '2.2.10'; diff --git a/packages/react-notifications/CHANGELOG.md b/packages/react-notifications/CHANGELOG.md index 459e1d197bb..fa67c616f62 100644 --- a/packages/react-notifications/CHANGELOG.md +++ b/packages/react-notifications/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-notifications +## 2.0.28 + +### Patch Changes + +- Updated dependencies [[`0ebf8b346`](https://github.com/aws-amplify/amplify-ui/commit/0ebf8b346bc744cd73e1e7891eafc07538d6419d)]: + - @aws-amplify/ui-react@6.4.0 + - @aws-amplify/ui@6.5.0 + - @aws-amplify/ui-react-core-notifications@2.0.23 + ## 2.0.27 ### Patch Changes diff --git a/packages/react-notifications/package.json b/packages/react-notifications/package.json index 2268af1c261..4ae8cca2098 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.27", + "version": "2.0.28", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -39,9 +39,9 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.4.1", - "@aws-amplify/ui-react": "6.3.1", - "@aws-amplify/ui-react-core-notifications": "2.0.22", + "@aws-amplify/ui": "6.5.0", + "@aws-amplify/ui-react": "6.4.0", + "@aws-amplify/ui-react-core-notifications": "2.0.23", "tinycolor2": "1.4.2" }, "peerDependencies": { diff --git a/packages/react-notifications/src/version.ts b/packages/react-notifications/src/version.ts index 768585d57cc..ba5104dae22 100644 --- a/packages/react-notifications/src/version.ts +++ b/packages/react-notifications/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.0.27'; +export const VERSION = '2.0.28'; diff --git a/packages/react-storage/CHANGELOG.md b/packages/react-storage/CHANGELOG.md index 439a982d9cb..35a52343526 100644 --- a/packages/react-storage/CHANGELOG.md +++ b/packages/react-storage/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-storage +## 3.3.3 + +### Patch Changes + +- Updated dependencies [[`0ebf8b346`](https://github.com/aws-amplify/amplify-ui/commit/0ebf8b346bc744cd73e1e7891eafc07538d6419d)]: + - @aws-amplify/ui-react@6.4.0 + - @aws-amplify/ui@6.5.0 + - @aws-amplify/ui-react-core@3.0.23 + ## 3.3.2 ### Patch Changes diff --git a/packages/react-storage/package.json b/packages/react-storage/package.json index 2567c4d5159..f7dac2c34fc 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.2", + "version": "3.3.3", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -39,9 +39,9 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.4.1", - "@aws-amplify/ui-react": "6.3.1", - "@aws-amplify/ui-react-core": "3.0.22", + "@aws-amplify/ui": "6.5.0", + "@aws-amplify/ui-react": "6.4.0", + "@aws-amplify/ui-react-core": "3.0.23", "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 5f787200a35..f99a2fc9334 100644 --- a/packages/react-storage/src/version.ts +++ b/packages/react-storage/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.3.2'; +export const VERSION = '3.3.3'; diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 64ada2c054d..f87a1840c53 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,21 @@ # @aws-amplify/ui-react +## 6.4.0 + +### Minor Changes + +- [#5777](https://github.com/aws-amplify/amplify-ui/pull/5777) [`0ebf8b346`](https://github.com/aws-amplify/amplify-ui/commit/0ebf8b346bc744cd73e1e7891eafc07538d6419d) Thanks [@dbanksdesign](https://github.com/dbanksdesign)! - feat(avatar): add loading state to avatar and AIConversation + + ```jsx + + ``` + +### Patch Changes + +- Updated dependencies [[`0ebf8b346`](https://github.com/aws-amplify/amplify-ui/commit/0ebf8b346bc744cd73e1e7891eafc07538d6419d)]: + - @aws-amplify/ui@6.5.0 + - @aws-amplify/ui-react-core@3.0.23 + ## 6.3.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 3de28add8a0..a6b9442c4dd 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react", - "version": "6.3.1", + "version": "6.4.0", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -55,8 +55,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.4.1", - "@aws-amplify/ui-react-core": "3.0.22", + "@aws-amplify/ui": "6.5.0", + "@aws-amplify/ui-react-core": "3.0.23", "@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 a0b6e8faadd..c6c2d108e31 100644 --- a/packages/react/src/version.ts +++ b/packages/react/src/version.ts @@ -1 +1 @@ -export const VERSION = '6.3.1'; +export const VERSION = '6.4.0'; diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 2ed2968f921..651fc485e0e 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui +## 6.5.0 + +### Minor Changes + +- [#5777](https://github.com/aws-amplify/amplify-ui/pull/5777) [`0ebf8b346`](https://github.com/aws-amplify/amplify-ui/commit/0ebf8b346bc744cd73e1e7891eafc07538d6419d) Thanks [@dbanksdesign](https://github.com/dbanksdesign)! - feat(avatar): add loading state to avatar and AIConversation + + ```jsx + + ``` + ## 6.4.1 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 429d1df8398..56e49fecdd0 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui", - "version": "6.4.1", + "version": "6.5.0", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 6d33a180193..2179d902bdd 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-vue +## 4.2.16 + +### Patch Changes + +- Updated dependencies [[`0ebf8b346`](https://github.com/aws-amplify/amplify-ui/commit/0ebf8b346bc744cd73e1e7891eafc07538d6419d)]: + - @aws-amplify/ui@6.5.0 + ## 4.2.15 ### Patch Changes diff --git a/packages/vue/package.json b/packages/vue/package.json index caef5557d63..3cc119cc7d9 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-vue", - "version": "4.2.15", + "version": "4.2.16", "type": "module", "main": "dist/index.cjs", "module": "dist/index.js", @@ -38,7 +38,7 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.4.1", + "@aws-amplify/ui": "6.5.0", "@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 1b9c7a5aaa1..7a9f77cb33b 100644 --- a/packages/vue/src/version.ts +++ b/packages/vue/src/version.ts @@ -1 +1 @@ -export const VERSION = '4.2.15'; +export const VERSION = '4.2.16';