diff --git a/.changeset/foo-bar-ai.md b/.changeset/foo-bar-ai.md deleted file mode 100644 index 2c3121ad38e..00000000000 --- a/.changeset/foo-bar-ai.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui-react-ai": minor ---- - -feat(ai): initial dev preview release for AI related ui components including AIConversation and AI hooks diff --git a/.changeset/perfect-peas-judge.md b/.changeset/perfect-peas-judge.md deleted file mode 100644 index 19ba7efa2aa..00000000000 --- a/.changeset/perfect-peas-judge.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -"@aws-amplify/ui-react": minor ---- - -feat(textarea): add autoresizing to textarea - -```jsx -export const AutoresizeTextareaExample = () => { - const [value, setValue] = React.useState(''); - - return ( - { - setValue(e.target.value); - }} - /> - ); -}; -``` diff --git a/.changeset/seven-ears-cheat.md b/.changeset/seven-ears-cheat.md deleted file mode 100644 index 097525c2008..00000000000 --- a/.changeset/seven-ears-cheat.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@aws-amplify/ui-react": minor ---- - -feat(scrollview): add autoScroll prop - -```jsx - -{/* ... */} - -``` diff --git a/.changeset/sixty-guests-occur.md b/.changeset/sixty-guests-occur.md deleted file mode 100644 index ab0e6d91297..00000000000 --- a/.changeset/sixty-guests-occur.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -"@aws-amplify/ui-react": minor -"@aws-amplify/ui": minor ---- - -feat(primitives): add Avatar primitive - -```jsx -{/* Avatar with image */} - -{/* Avatar with default placeholder icon */} - -{/* Avatar with initials */} -DB -{/* Avatar with custom icon */} - - - -``` diff --git a/docs/package.json b/docs/package.json index 6887f1b44df..d1f3d61bd4a 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.2.2", + "@aws-amplify/ui-react": "6.3.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 13669af727f..3e16686963a 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.21", + "@aws-amplify/ui-angular": "^5.0.22", "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 2797fcc43ef..d5546d0476b 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -10,12 +10,12 @@ "lint": "next lint" }, "dependencies": { - "@aws-amplify/ui-react": "^6.2.2", - "@aws-amplify/ui-react-ai": "0.0.0", - "@aws-amplify/ui-react-geo": "^2.0.21", - "@aws-amplify/ui-react-liveness": "^3.1.6", - "@aws-amplify/ui-react-notifications": "^2.0.25", - "@aws-amplify/ui-react-storage": "^3.3.0", + "@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-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 5f0fcfcf3a0..f1cf5b97352 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.13", + "@aws-amplify/ui-vue": "^4.2.14", "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 be671f2908f..87cf9647ec9 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.22 + +### Patch Changes + +- Updated dependencies [[`afffa89cb`](https://github.com/aws-amplify/amplify-ui/commit/afffa89cb29bb08ff1b626c727a2c9fb93bf11b3)]: + - @aws-amplify/ui@6.4.0 + ## 5.0.21 ### Patch Changes diff --git a/packages/angular/projects/ui-angular/package.json b/packages/angular/projects/ui-angular/package.json index 83c71aa17c2..87d06b5a2e8 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.21", + "version": "5.0.22", "scripts": { "build": "yarn --cwd ../../ build", "dev": "yarn --cwd ../../ dev", @@ -18,7 +18,7 @@ "aws-amplify": "^6.3.2" }, "dependencies": { - "@aws-amplify/ui": "6.3.0", + "@aws-amplify/ui": "6.4.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 bb39fc7722d..e7e2b5afc6e 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.21'; +export const VERSION = '5.0.22'; diff --git a/packages/e2e/package.json b/packages/e2e/package.json index 8d9d5501444..25dea3e4264 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -29,7 +29,7 @@ ] }, "devDependencies": { - "@aws-amplify/ui": "^6.3.0", + "@aws-amplify/ui": "^6.4.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 e69de29bb2d..40676471f19 100644 --- a/packages/react-ai/CHANGELOG.md +++ b/packages/react-ai/CHANGELOG.md @@ -0,0 +1,14 @@ +# @aws-amplify/ui-react-ai + +## 0.1.0 + +### Minor Changes + +- [#5767](https://github.com/aws-amplify/amplify-ui/pull/5767) [`afffa89cb`](https://github.com/aws-amplify/amplify-ui/commit/afffa89cb29bb08ff1b626c727a2c9fb93bf11b3) Thanks [@thaddmt](https://github.com/thaddmt)! - feat(ai): initial dev preview release for AI related ui components including AIConversation and AI hooks + +### Patch Changes + +- Updated dependencies [[`afffa89cb`](https://github.com/aws-amplify/amplify-ui/commit/afffa89cb29bb08ff1b626c727a2c9fb93bf11b3), [`afffa89cb`](https://github.com/aws-amplify/amplify-ui/commit/afffa89cb29bb08ff1b626c727a2c9fb93bf11b3), [`afffa89cb`](https://github.com/aws-amplify/amplify-ui/commit/afffa89cb29bb08ff1b626c727a2c9fb93bf11b3)]: + - @aws-amplify/ui-react@6.3.0 + - @aws-amplify/ui@6.4.0 + - @aws-amplify/ui-react-core@3.0.21 diff --git a/packages/react-ai/package.json b/packages/react-ai/package.json index 6f19c19806d..d3d5d1ff480 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.0.0", + "version": "0.1.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.3.0", - "@aws-amplify/ui-react": "^6.2.2", - "@aws-amplify/ui-react-core": "^3.0.20" + "@aws-amplify/ui": "^6.4.0", + "@aws-amplify/ui-react": "^6.3.0", + "@aws-amplify/ui-react-core": "^3.0.21" }, "devDependencies": { "@rollup/plugin-commonjs": "^22.0.1", diff --git a/packages/react-auth/CHANGELOG.md b/packages/react-auth/CHANGELOG.md index 0c03414af3f..39ffb63b682 100644 --- a/packages/react-auth/CHANGELOG.md +++ b/packages/react-auth/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui-react-auth +## 0.0.28 + +### Patch Changes + +- Updated dependencies [[`afffa89cb`](https://github.com/aws-amplify/amplify-ui/commit/afffa89cb29bb08ff1b626c727a2c9fb93bf11b3), [`afffa89cb`](https://github.com/aws-amplify/amplify-ui/commit/afffa89cb29bb08ff1b626c727a2c9fb93bf11b3), [`afffa89cb`](https://github.com/aws-amplify/amplify-ui/commit/afffa89cb29bb08ff1b626c727a2c9fb93bf11b3)]: + - @aws-amplify/ui-react@6.3.0 + - @aws-amplify/ui@6.4.0 + - @aws-amplify/ui-react-core@3.0.21 + - @aws-amplify/ui-react-core-auth@0.0.23 + ## 0.0.27 ### Patch Changes diff --git a/packages/react-auth/package.json b/packages/react-auth/package.json index 74b10fb2fa7..3aedac6052a 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.27", + "version": "0.0.28", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -40,10 +40,10 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.3.0", - "@aws-amplify/ui-react": "6.2.2", - "@aws-amplify/ui-react-core": "3.0.20", - "@aws-amplify/ui-react-core-auth": "0.0.22", + "@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", "@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 1f6f72afb6a..352517d3553 100644 --- a/packages/react-auth/src/version.ts +++ b/packages/react-auth/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.27'; +export const VERSION = '0.0.28'; diff --git a/packages/react-core-auth/CHANGELOG.md b/packages/react-core-auth/CHANGELOG.md index 130aee34178..e904c6acbe3 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.23 + +### Patch Changes + +- Updated dependencies [[`afffa89cb`](https://github.com/aws-amplify/amplify-ui/commit/afffa89cb29bb08ff1b626c727a2c9fb93bf11b3)]: + - @aws-amplify/ui@6.4.0 + - @aws-amplify/ui-react-core@3.0.21 + ## 0.0.22 ### Patch Changes diff --git a/packages/react-core-auth/package.json b/packages/react-core-auth/package.json index 8c8933dfaf5..8381f3f6340 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.22", + "version": "0.0.23", "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.3.0", - "@aws-amplify/ui-react-core": "3.0.20", + "@aws-amplify/ui": "6.4.0", + "@aws-amplify/ui-react-core": "3.0.21", "@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 bcba2da81e8..db28f8fa869 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.21 + +### Patch Changes + +- Updated dependencies [[`afffa89cb`](https://github.com/aws-amplify/amplify-ui/commit/afffa89cb29bb08ff1b626c727a2c9fb93bf11b3)]: + - @aws-amplify/ui@6.4.0 + - @aws-amplify/ui-react-core@3.0.21 + ## 2.0.20 ### Patch Changes diff --git a/packages/react-core-notifications/package.json b/packages/react-core-notifications/package.json index 6843eea69c8..33369969254 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.20", + "version": "2.0.21", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -35,8 +35,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.3.0", - "@aws-amplify/ui-react-core": "3.0.20" + "@aws-amplify/ui": "6.4.0", + "@aws-amplify/ui-react-core": "3.0.21" }, "peerDependencies": { "aws-amplify": "^6.3.2", diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index 423ecca3c9c..e34a4c17d94 100644 --- a/packages/react-core/CHANGELOG.md +++ b/packages/react-core/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-core +## 3.0.21 + +### Patch Changes + +- Updated dependencies [[`afffa89cb`](https://github.com/aws-amplify/amplify-ui/commit/afffa89cb29bb08ff1b626c727a2c9fb93bf11b3)]: + - @aws-amplify/ui@6.4.0 + ## 3.0.20 ### Patch Changes diff --git a/packages/react-core/package.json b/packages/react-core/package.json index 307ce0bbe1d..df8471cca2c 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.20", + "version": "3.0.21", "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.3.0", + "@aws-amplify/ui": "6.4.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 12fe21cf0dc..7be70137d5c 100644 --- a/packages/react-geo/CHANGELOG.md +++ b/packages/react-geo/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-geo +## 2.0.22 + +### Patch Changes + +- Updated dependencies []: + - @aws-amplify/ui-react-core@3.0.21 + ## 2.0.21 ### Patch Changes diff --git a/packages/react-geo/package.json b/packages/react-geo/package.json index 710964e8869..3a4ff3d9cdd 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.21", + "version": "2.0.22", "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.20", + "@aws-amplify/ui-react-core": "3.0.21", "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 9db584670e7..9c13bf048a5 100644 --- a/packages/react-geo/src/version.ts +++ b/packages/react-geo/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.0.21'; +export const VERSION = '2.0.22'; diff --git a/packages/react-liveness/CHANGELOG.md b/packages/react-liveness/CHANGELOG.md index a078eb7e72f..c42eeff6fe7 100644 --- a/packages/react-liveness/CHANGELOG.md +++ b/packages/react-liveness/CHANGELOG.md @@ -1,5 +1,13 @@ # @aws-amplify/ui-react-liveness +## 3.1.7 + +### Patch Changes + +- Updated dependencies [[`afffa89cb`](https://github.com/aws-amplify/amplify-ui/commit/afffa89cb29bb08ff1b626c727a2c9fb93bf11b3), [`afffa89cb`](https://github.com/aws-amplify/amplify-ui/commit/afffa89cb29bb08ff1b626c727a2c9fb93bf11b3), [`afffa89cb`](https://github.com/aws-amplify/amplify-ui/commit/afffa89cb29bb08ff1b626c727a2c9fb93bf11b3)]: + - @aws-amplify/ui-react@6.3.0 + - @aws-amplify/ui@6.4.0 + ## 3.1.6 ### Patch Changes diff --git a/packages/react-liveness/package.json b/packages/react-liveness/package.json index 27e26a0a32e..0a45b2729f9 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.6", + "version": "3.1.7", "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.3.0", - "@aws-amplify/ui-react": "6.2.2", + "@aws-amplify/ui": "6.4.0", + "@aws-amplify/ui-react": "6.3.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 dab722b8424..60ab93c5759 100644 --- a/packages/react-liveness/src/version.ts +++ b/packages/react-liveness/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.1.6'; +export const VERSION = '3.1.7'; diff --git a/packages/react-native-auth/CHANGELOG.md b/packages/react-native-auth/CHANGELOG.md index c13a8603668..196c5d2c9d5 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.26 + +### Patch Changes + +- Updated dependencies [[`afffa89cb`](https://github.com/aws-amplify/amplify-ui/commit/afffa89cb29bb08ff1b626c727a2c9fb93bf11b3)]: + - @aws-amplify/ui@6.4.0 + - @aws-amplify/ui-react-core-auth@0.0.23 + - @aws-amplify/ui-react-native@2.2.8 + ## 0.0.25 ### Patch Changes diff --git a/packages/react-native-auth/package.json b/packages/react-native-auth/package.json index 129b6e954a5..41bf2a2f222 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.25", + "version": "0.0.26", "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.3.0", - "@aws-amplify/ui-react-core-auth": "0.0.22", - "@aws-amplify/ui-react-native": "2.2.7", + "@aws-amplify/ui": "6.4.0", + "@aws-amplify/ui-react-core-auth": "0.0.23", + "@aws-amplify/ui-react-native": "2.2.8", "qrcode": "1.5.0" }, "peerDependencies": { diff --git a/packages/react-native-auth/src/version.ts b/packages/react-native-auth/src/version.ts index b437f291a54..4b6ddc931ba 100644 --- a/packages/react-native-auth/src/version.ts +++ b/packages/react-native-auth/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.25'; +export const VERSION = '0.0.26'; diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md index 24bdb9d95ff..f50818eece1 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-native +## 2.2.8 + +### Patch Changes + +- Updated dependencies [[`afffa89cb`](https://github.com/aws-amplify/amplify-ui/commit/afffa89cb29bb08ff1b626c727a2c9fb93bf11b3)]: + - @aws-amplify/ui@6.4.0 + - @aws-amplify/ui-react-core@3.0.21 + - @aws-amplify/ui-react-core-notifications@2.0.21 + ## 2.2.7 ### Patch Changes diff --git a/packages/react-native/package.json b/packages/react-native/package.json index f14a811e6ee..110f3e73884 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.7", + "version": "2.2.8", "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.3.0", - "@aws-amplify/ui-react-core": "3.0.20", - "@aws-amplify/ui-react-core-notifications": "2.0.20", + "@aws-amplify/ui": "6.4.0", + "@aws-amplify/ui-react-core": "3.0.21", + "@aws-amplify/ui-react-core-notifications": "2.0.21", "style-dictionary": "3.9.1" }, "peerDependencies": { diff --git a/packages/react-native/src/version.ts b/packages/react-native/src/version.ts index 1d65a7ea526..9baaefc565d 100644 --- a/packages/react-native/src/version.ts +++ b/packages/react-native/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.2.7'; +export const VERSION = '2.2.8'; diff --git a/packages/react-notifications/CHANGELOG.md b/packages/react-notifications/CHANGELOG.md index 69ec185a764..983998296f1 100644 --- a/packages/react-notifications/CHANGELOG.md +++ b/packages/react-notifications/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-notifications +## 2.0.26 + +### Patch Changes + +- Updated dependencies [[`afffa89cb`](https://github.com/aws-amplify/amplify-ui/commit/afffa89cb29bb08ff1b626c727a2c9fb93bf11b3), [`afffa89cb`](https://github.com/aws-amplify/amplify-ui/commit/afffa89cb29bb08ff1b626c727a2c9fb93bf11b3), [`afffa89cb`](https://github.com/aws-amplify/amplify-ui/commit/afffa89cb29bb08ff1b626c727a2c9fb93bf11b3)]: + - @aws-amplify/ui-react@6.3.0 + - @aws-amplify/ui@6.4.0 + - @aws-amplify/ui-react-core-notifications@2.0.21 + ## 2.0.25 ### Patch Changes diff --git a/packages/react-notifications/package.json b/packages/react-notifications/package.json index b75c612d582..2d325b41716 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.25", + "version": "2.0.26", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -39,9 +39,9 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.3.0", - "@aws-amplify/ui-react": "6.2.2", - "@aws-amplify/ui-react-core-notifications": "2.0.20", + "@aws-amplify/ui": "6.4.0", + "@aws-amplify/ui-react": "6.3.0", + "@aws-amplify/ui-react-core-notifications": "2.0.21", "tinycolor2": "1.4.2" }, "peerDependencies": { diff --git a/packages/react-notifications/src/version.ts b/packages/react-notifications/src/version.ts index 089e40986b5..9c439dafb5f 100644 --- a/packages/react-notifications/src/version.ts +++ b/packages/react-notifications/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.0.25'; +export const VERSION = '2.0.26'; diff --git a/packages/react-storage/CHANGELOG.md b/packages/react-storage/CHANGELOG.md index 7e033b9bfaa..c5839d7144f 100644 --- a/packages/react-storage/CHANGELOG.md +++ b/packages/react-storage/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-storage +## 3.3.1 + +### Patch Changes + +- Updated dependencies [[`afffa89cb`](https://github.com/aws-amplify/amplify-ui/commit/afffa89cb29bb08ff1b626c727a2c9fb93bf11b3), [`afffa89cb`](https://github.com/aws-amplify/amplify-ui/commit/afffa89cb29bb08ff1b626c727a2c9fb93bf11b3), [`afffa89cb`](https://github.com/aws-amplify/amplify-ui/commit/afffa89cb29bb08ff1b626c727a2c9fb93bf11b3)]: + - @aws-amplify/ui-react@6.3.0 + - @aws-amplify/ui@6.4.0 + - @aws-amplify/ui-react-core@3.0.21 + ## 3.3.0 ### Minor Changes diff --git a/packages/react-storage/package.json b/packages/react-storage/package.json index 2c0d570024b..39fea26af47 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.0", + "version": "3.3.1", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -39,9 +39,9 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.3.0", - "@aws-amplify/ui-react": "6.2.2", - "@aws-amplify/ui-react-core": "3.0.20", + "@aws-amplify/ui": "6.4.0", + "@aws-amplify/ui-react": "6.3.0", + "@aws-amplify/ui-react-core": "3.0.21", "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 70cb4144f8b..d7562a488eb 100644 --- a/packages/react-storage/src/version.ts +++ b/packages/react-storage/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.3.0'; +export const VERSION = '3.3.1'; diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 76f9c83aceb..4ed361dc853 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,63 @@ # @aws-amplify/ui-react +## 6.3.0 + +### Minor Changes + +- [#5767](https://github.com/aws-amplify/amplify-ui/pull/5767) [`afffa89cb`](https://github.com/aws-amplify/amplify-ui/commit/afffa89cb29bb08ff1b626c727a2c9fb93bf11b3) Thanks [@thaddmt](https://github.com/thaddmt)! - feat(textarea): add autoresizing to textarea + + ```jsx + export const AutoresizeTextareaExample = () => { + const [value, setValue] = React.useState(''); + + return ( + { + setValue(e.target.value); + }} + /> + ); + }; + ``` + +- [#5767](https://github.com/aws-amplify/amplify-ui/pull/5767) [`afffa89cb`](https://github.com/aws-amplify/amplify-ui/commit/afffa89cb29bb08ff1b626c727a2c9fb93bf11b3) Thanks [@thaddmt](https://github.com/thaddmt)! - feat(scrollview): add autoScroll prop + + ```jsx + {/* ... */} + ``` + +- [#5767](https://github.com/aws-amplify/amplify-ui/pull/5767) [`afffa89cb`](https://github.com/aws-amplify/amplify-ui/commit/afffa89cb29bb08ff1b626c727a2c9fb93bf11b3) Thanks [@thaddmt](https://github.com/thaddmt)! - feat(primitives): add Avatar primitive + + ```jsx + { + /* Avatar with image */ + } + ; + { + /* Avatar with default placeholder icon */ + } + ; + { + /* Avatar with initials */ + } + DB; + { + /* Avatar with custom icon */ + } + + + ; + ``` + +### Patch Changes + +- Updated dependencies [[`afffa89cb`](https://github.com/aws-amplify/amplify-ui/commit/afffa89cb29bb08ff1b626c727a2c9fb93bf11b3)]: + - @aws-amplify/ui@6.4.0 + - @aws-amplify/ui-react-core@3.0.21 + ## 6.2.2 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 0274b8de355..9bbe9b327d9 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react", - "version": "6.2.2", + "version": "6.3.0", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -55,8 +55,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.3.0", - "@aws-amplify/ui-react-core": "3.0.20", + "@aws-amplify/ui": "6.4.0", + "@aws-amplify/ui-react-core": "3.0.21", "@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 93657e68d7e..429691fe63f 100644 --- a/packages/react/src/version.ts +++ b/packages/react/src/version.ts @@ -1 +1 @@ -export const VERSION = '6.2.2'; +export const VERSION = '6.3.0'; diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 8957990631e..ad5366a8f2d 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,32 @@ # @aws-amplify/ui +## 6.4.0 + +### Minor Changes + +- [#5767](https://github.com/aws-amplify/amplify-ui/pull/5767) [`afffa89cb`](https://github.com/aws-amplify/amplify-ui/commit/afffa89cb29bb08ff1b626c727a2c9fb93bf11b3) Thanks [@thaddmt](https://github.com/thaddmt)! - feat(primitives): add Avatar primitive + + ```jsx + { + /* Avatar with image */ + } + ; + { + /* Avatar with default placeholder icon */ + } + ; + { + /* Avatar with initials */ + } + DB; + { + /* Avatar with custom icon */ + } + + + ; + ``` + ## 6.3.0 ### Minor Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 86a9f3a9e2b..d0fa2635b13 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui", - "version": "6.3.0", + "version": "6.4.0", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 2fb08e99ab4..6073588a459 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-vue +## 4.2.14 + +### Patch Changes + +- Updated dependencies [[`afffa89cb`](https://github.com/aws-amplify/amplify-ui/commit/afffa89cb29bb08ff1b626c727a2c9fb93bf11b3)]: + - @aws-amplify/ui@6.4.0 + ## 4.2.13 ### Patch Changes diff --git a/packages/vue/package.json b/packages/vue/package.json index fc6d87cddd5..cd10b023b56 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-vue", - "version": "4.2.13", + "version": "4.2.14", "type": "module", "main": "dist/index.cjs", "module": "dist/index.js", @@ -38,7 +38,7 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.3.0", + "@aws-amplify/ui": "6.4.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 6a9bef6be2c..5e61e53e292 100644 --- a/packages/vue/src/version.ts +++ b/packages/vue/src/version.ts @@ -1 +1 @@ -export const VERSION = '4.2.13'; +export const VERSION = '4.2.14';