From aa7a7f30f074539ae6daae4f725ddd42aa5fd29c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 15:09:58 -0400 Subject: [PATCH] Version Packages (#4334) Co-authored-by: github-actions[bot] --- .changeset/healthy-moles-smash.md | 12 ------------ .changeset/mighty-papayas-care.md | 7 ------- .changeset/sour-dogs-turn.md | 5 ----- .changeset/unlucky-teachers-kneel.md | 5 ----- docs/package.json | 4 ++-- examples/angular/package.json | 2 +- examples/next/package.json | 8 ++++---- examples/vue/package.json | 2 +- .../angular/projects/ui-angular/CHANGELOG.md | 7 +++++++ .../angular/projects/ui-angular/package.json | 4 ++-- .../projects/ui-angular/src/version.ts | 2 +- packages/e2e/package.json | 2 +- .../react-core-notifications/CHANGELOG.md | 8 ++++++++ .../react-core-notifications/package.json | 6 +++--- packages/react-core/CHANGELOG.md | 9 +++++++++ packages/react-core/package.json | 4 ++-- packages/react-liveness/CHANGELOG.md | 8 ++++++++ packages/react-liveness/package.json | 6 +++--- packages/react-liveness/src/version.ts | 2 +- packages/react-native/CHANGELOG.md | 19 +++++++++++++++++++ packages/react-native/package.json | 8 ++++---- packages/react-native/src/version.ts | 2 +- packages/react-notifications/CHANGELOG.md | 9 +++++++++ packages/react-notifications/package.json | 8 ++++---- packages/react-storage/CHANGELOG.md | 9 +++++++++ packages/react-storage/package.json | 8 ++++---- packages/react/CHANGELOG.md | 18 ++++++++++++++++++ packages/react/package.json | 6 +++--- packages/react/src/version.ts | 2 +- packages/ui/CHANGELOG.md | 16 ++++++++++++++++ packages/ui/package.json | 2 +- packages/vue/CHANGELOG.md | 7 +++++++ packages/vue/package.json | 4 ++-- packages/vue/src/version.ts | 2 +- 34 files changed, 152 insertions(+), 71 deletions(-) delete mode 100644 .changeset/healthy-moles-smash.md delete mode 100644 .changeset/mighty-papayas-care.md delete mode 100644 .changeset/sour-dogs-turn.md delete mode 100644 .changeset/unlucky-teachers-kneel.md diff --git a/.changeset/healthy-moles-smash.md b/.changeset/healthy-moles-smash.md deleted file mode 100644 index 70e8d8103b0..00000000000 --- a/.changeset/healthy-moles-smash.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@aws-amplify/ui-react-native": patch -"@aws-amplify/ui-react": patch -"@aws-amplify/ui": patch ---- - -feat(react): Add `colorTheme` prop to Button - -The Button React primitive now accepts the `colorTheme` prop which allows for more color variants. Usage: -``` - -``` diff --git a/.changeset/mighty-papayas-care.md b/.changeset/mighty-papayas-care.md deleted file mode 100644 index f3d675e33ac..00000000000 --- a/.changeset/mighty-papayas-care.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@aws-amplify/ui-react-core": patch -"@aws-amplify/ui-react": patch -"@aws-amplify/ui": patch ---- - -feat(ui-react-core): add createContextUtilities diff --git a/.changeset/sour-dogs-turn.md b/.changeset/sour-dogs-turn.md deleted file mode 100644 index bbf6cd91cd9..00000000000 --- a/.changeset/sour-dogs-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui": patch ---- - -fix(ui): Fix disabled hover style for SearchField button diff --git a/.changeset/unlucky-teachers-kneel.md b/.changeset/unlucky-teachers-kneel.md deleted file mode 100644 index 5babb2f4bcb..00000000000 --- a/.changeset/unlucky-teachers-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@aws-amplify/ui-react-native': patch ---- - -fix(ui-react-native): Fix RN Authenticator not trimming values before validation. diff --git a/docs/package.json b/docs/package.json index c4f0a297ffe..675d27a63be 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": "5.1.0", - "@aws-amplify/ui-react-storage": "2.1.3", + "@aws-amplify/ui-react": "5.1.1", + "@aws-amplify/ui-react-storage": "2.1.4", "@cucumber/gherkin": "^19.0.3", "@cucumber/messages": "^16.0.1", "@docsearch/react": "3", diff --git a/examples/angular/package.json b/examples/angular/package.json index 5408c6c7348..d43e4b723d5 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": "^4.0.5", + "@aws-amplify/ui-angular": "^4.0.6", "aws-amplify": "latest", "rxjs": "~6.6.0", "tslib": "^2.0.0", diff --git a/examples/next/package.json b/examples/next/package.json index e9607d56b45..0814e660c73 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -10,10 +10,10 @@ "lint": "next lint" }, "dependencies": { - "@aws-amplify/ui-react": "^5.1.0", - "@aws-amplify/ui-react-liveness": "^2.0.3", - "@aws-amplify/ui-react-storage": "^2.1.3", - "@aws-amplify/ui-react-notifications": "^1.0.9", + "@aws-amplify/ui-react": "^5.1.1", + "@aws-amplify/ui-react-liveness": "^2.0.4", + "@aws-amplify/ui-react-storage": "^2.1.4", + "@aws-amplify/ui-react-notifications": "^1.0.10", "@aws-amplify/ui-react-geo": "^1.0.2", "@aws-sdk/credential-providers": "^3.370.0", "aws-amplify": "latest", diff --git a/examples/vue/package.json b/examples/vue/package.json index dd036ab6d82..d7d5d6b727e 100644 --- a/examples/vue/package.json +++ b/examples/vue/package.json @@ -10,7 +10,7 @@ "start": "vite preview --port 3000" }, "dependencies": { - "@aws-amplify/ui-vue": "^3.1.24", + "@aws-amplify/ui-vue": "^3.1.25", "aws-amplify": "latest", "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 42a8fbe42f3..777e5fec184 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 +## 4.0.6 + +### Patch Changes + +- Updated dependencies [[`00c7abc25`](https://github.com/aws-amplify/amplify-ui/commit/00c7abc25b263bb42b67d8980b31212d0a206d1c), [`54d884dd0`](https://github.com/aws-amplify/amplify-ui/commit/54d884dd0ae7f16cc1f5b71ae767e0ccf477c4b5), [`5040faf51`](https://github.com/aws-amplify/amplify-ui/commit/5040faf51ce2dc87882d452e6f90ad4ab0bd6967)]: + - @aws-amplify/ui@5.7.1 + ## 4.0.5 ### Patch Changes diff --git a/packages/angular/projects/ui-angular/package.json b/packages/angular/projects/ui-angular/package.json index 529512ae3c1..f7835d3f046 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": "4.0.5", + "version": "4.0.6", "scripts": { "build": "yarn --cwd ../../ build", "dev": "yarn --cwd ../../ dev", @@ -19,7 +19,7 @@ "aws-amplify": "^5.0.1" }, "dependencies": { - "@aws-amplify/ui": "5.7.0", + "@aws-amplify/ui": "5.7.1", "classnames": "2.3.1", "nanoid": "3.1.31", "qrcode": "1.5.0", diff --git a/packages/angular/projects/ui-angular/src/version.ts b/packages/angular/projects/ui-angular/src/version.ts index 4a6b9c9c1e2..30d35a5984b 100644 --- a/packages/angular/projects/ui-angular/src/version.ts +++ b/packages/angular/projects/ui-angular/src/version.ts @@ -1 +1 @@ -export const VERSION = '4.0.5'; +export const VERSION = '4.0.6'; diff --git a/packages/e2e/package.json b/packages/e2e/package.json index 64f1bc0e9fb..37bf4490b7a 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -30,7 +30,7 @@ ] }, "devDependencies": { - "@aws-amplify/ui": "^5.7.0", + "@aws-amplify/ui": "^5.7.1", "@badeball/cypress-cucumber-preprocessor": "^16.0.3", "@bahmutov/cypress-esbuild-preprocessor": "~2.2.0", "@cucumber/cucumber": "^9.3.0", diff --git a/packages/react-core-notifications/CHANGELOG.md b/packages/react-core-notifications/CHANGELOG.md index 91701103407..c14985fff86 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 +## 1.0.7 + +### Patch Changes + +- Updated dependencies [[`00c7abc25`](https://github.com/aws-amplify/amplify-ui/commit/00c7abc25b263bb42b67d8980b31212d0a206d1c), [`54d884dd0`](https://github.com/aws-amplify/amplify-ui/commit/54d884dd0ae7f16cc1f5b71ae767e0ccf477c4b5), [`5040faf51`](https://github.com/aws-amplify/amplify-ui/commit/5040faf51ce2dc87882d452e6f90ad4ab0bd6967)]: + - @aws-amplify/ui@5.7.1 + - @aws-amplify/ui-react-core@2.1.30 + ## 1.0.6 ### Patch Changes diff --git a/packages/react-core-notifications/package.json b/packages/react-core-notifications/package.json index 39fe195d6ff..e3e2544d117 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": "1.0.6", + "version": "1.0.7", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -36,8 +36,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "5.7.0", - "@aws-amplify/ui-react-core": "2.1.29" + "@aws-amplify/ui": "5.7.1", + "@aws-amplify/ui-react-core": "2.1.30" }, "peerDependencies": { "aws-amplify": "^5.0.1", diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index c1da0c23ff8..ad294d521b6 100644 --- a/packages/react-core/CHANGELOG.md +++ b/packages/react-core/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-core +## 2.1.30 + +### Patch Changes + +- [#4331](https://github.com/aws-amplify/amplify-ui/pull/4331) [`54d884dd0`](https://github.com/aws-amplify/amplify-ui/commit/54d884dd0ae7f16cc1f5b71ae767e0ccf477c4b5) Thanks [@calebpollman](https://github.com/calebpollman)! - feat(ui-react-core): add createContextUtilities + +- Updated dependencies [[`00c7abc25`](https://github.com/aws-amplify/amplify-ui/commit/00c7abc25b263bb42b67d8980b31212d0a206d1c), [`54d884dd0`](https://github.com/aws-amplify/amplify-ui/commit/54d884dd0ae7f16cc1f5b71ae767e0ccf477c4b5), [`5040faf51`](https://github.com/aws-amplify/amplify-ui/commit/5040faf51ce2dc87882d452e6f90ad4ab0bd6967)]: + - @aws-amplify/ui@5.7.1 + ## 2.1.29 ### Patch Changes diff --git a/packages/react-core/package.json b/packages/react-core/package.json index 7ec716fd46a..a3b02c7ca36 100644 --- a/packages/react-core/package.json +++ b/packages/react-core/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react-core", - "version": "2.1.29", + "version": "2.1.30", "main": "dist/index.js", "module": "dist/esm/index.mjs", "react-native": "dist/index.js", @@ -31,7 +31,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "5.7.0", + "@aws-amplify/ui": "5.7.1", "@xstate/react": "3.0.1", "lodash": "4.17.21", "xstate": "^4.33.6" diff --git a/packages/react-liveness/CHANGELOG.md b/packages/react-liveness/CHANGELOG.md index c43c2600bb0..a9bc2af313a 100644 --- a/packages/react-liveness/CHANGELOG.md +++ b/packages/react-liveness/CHANGELOG.md @@ -1,5 +1,13 @@ # @aws-amplify/ui-react-liveness +## 2.0.4 + +### Patch Changes + +- Updated dependencies [[`00c7abc25`](https://github.com/aws-amplify/amplify-ui/commit/00c7abc25b263bb42b67d8980b31212d0a206d1c), [`54d884dd0`](https://github.com/aws-amplify/amplify-ui/commit/54d884dd0ae7f16cc1f5b71ae767e0ccf477c4b5), [`5040faf51`](https://github.com/aws-amplify/amplify-ui/commit/5040faf51ce2dc87882d452e6f90ad4ab0bd6967)]: + - @aws-amplify/ui-react@5.1.1 + - @aws-amplify/ui@5.7.1 + ## 2.0.3 ### Patch Changes diff --git a/packages/react-liveness/package.json b/packages/react-liveness/package.json index be985a52023..804a7ae2e73 100644 --- a/packages/react-liveness/package.json +++ b/packages/react-liveness/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react-liveness", - "version": "2.0.3", + "version": "2.0.4", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -48,8 +48,8 @@ "react-dom": ">= 16.14.0" }, "dependencies": { - "@aws-amplify/ui": "5.7.0", - "@aws-amplify/ui-react": "5.1.0", + "@aws-amplify/ui": "5.7.1", + "@aws-amplify/ui-react": "5.1.1", "@aws-sdk/client-rekognitionstreaming": "3.360.0", "@tensorflow-models/blazeface": "0.0.7", "@tensorflow/tfjs-backend-cpu": "3.11.0", diff --git a/packages/react-liveness/src/version.ts b/packages/react-liveness/src/version.ts index 4579c9fe0d6..5d5f13e5e9e 100644 --- a/packages/react-liveness/src/version.ts +++ b/packages/react-liveness/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.0.3'; +export const VERSION = '2.0.4'; diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md index 0c4cbcf2408..d7c23cc9b25 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -1,5 +1,24 @@ # @aws-amplify/ui-react-native +## 1.2.25 + +### Patch Changes + +- [#4305](https://github.com/aws-amplify/amplify-ui/pull/4305) [`00c7abc25`](https://github.com/aws-amplify/amplify-ui/commit/00c7abc25b263bb42b67d8980b31212d0a206d1c) Thanks [@hbuchel](https://github.com/hbuchel)! - feat(react): Add `colorTheme` prop to Button + + The Button React primitive now accepts the `colorTheme` prop which allows for more color variants. Usage: + + ``` + + ``` + +- [#4349](https://github.com/aws-amplify/amplify-ui/pull/4349) [`8c2a3aad8`](https://github.com/aws-amplify/amplify-ui/commit/8c2a3aad88453ecd0f3e1fad0678906a89e56a87) Thanks [@ioanabrooks](https://github.com/ioanabrooks)! - fix(ui-react-native): Fix RN Authenticator not trimming values before validation. + +- Updated dependencies [[`00c7abc25`](https://github.com/aws-amplify/amplify-ui/commit/00c7abc25b263bb42b67d8980b31212d0a206d1c), [`54d884dd0`](https://github.com/aws-amplify/amplify-ui/commit/54d884dd0ae7f16cc1f5b71ae767e0ccf477c4b5), [`5040faf51`](https://github.com/aws-amplify/amplify-ui/commit/5040faf51ce2dc87882d452e6f90ad4ab0bd6967)]: + - @aws-amplify/ui@5.7.1 + - @aws-amplify/ui-react-core@2.1.30 + - @aws-amplify/ui-react-core-notifications@1.0.7 + ## 1.2.24 ### Patch Changes diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 233a81e9e61..4cc5e38502a 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react-native", - "version": "1.2.24", + "version": "1.2.25", "main": "lib/index.js", "module": "dist/index.js", "react-native": "src/index.ts", @@ -40,9 +40,9 @@ "rimraf": "^3.0.2" }, "dependencies": { - "@aws-amplify/ui": "5.7.0", - "@aws-amplify/ui-react-core": "2.1.29", - "@aws-amplify/ui-react-core-notifications": "1.0.6" + "@aws-amplify/ui": "5.7.1", + "@aws-amplify/ui-react-core": "2.1.30", + "@aws-amplify/ui-react-core-notifications": "1.0.7" }, "peerDependencies": { "aws-amplify": "^5.0.1", diff --git a/packages/react-native/src/version.ts b/packages/react-native/src/version.ts index d269f41ce69..637f34d28f5 100644 --- a/packages/react-native/src/version.ts +++ b/packages/react-native/src/version.ts @@ -1 +1 @@ -export const VERSION = '1.2.24'; +export const VERSION = '1.2.25'; diff --git a/packages/react-notifications/CHANGELOG.md b/packages/react-notifications/CHANGELOG.md index b74baad2252..a33a638158e 100644 --- a/packages/react-notifications/CHANGELOG.md +++ b/packages/react-notifications/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-notifications +## 1.0.10 + +### Patch Changes + +- Updated dependencies [[`00c7abc25`](https://github.com/aws-amplify/amplify-ui/commit/00c7abc25b263bb42b67d8980b31212d0a206d1c), [`54d884dd0`](https://github.com/aws-amplify/amplify-ui/commit/54d884dd0ae7f16cc1f5b71ae767e0ccf477c4b5), [`5040faf51`](https://github.com/aws-amplify/amplify-ui/commit/5040faf51ce2dc87882d452e6f90ad4ab0bd6967)]: + - @aws-amplify/ui-react@5.1.1 + - @aws-amplify/ui@5.7.1 + - @aws-amplify/ui-react-core-notifications@1.0.7 + ## 1.0.9 ### Patch Changes diff --git a/packages/react-notifications/package.json b/packages/react-notifications/package.json index f0fc976ea3d..459342ea0a0 100644 --- a/packages/react-notifications/package.json +++ b/packages/react-notifications/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react-notifications", - "version": "1.0.9", + "version": "1.0.10", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -40,9 +40,9 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "5.7.0", - "@aws-amplify/ui-react": "5.1.0", - "@aws-amplify/ui-react-core-notifications": "1.0.6", + "@aws-amplify/ui": "5.7.1", + "@aws-amplify/ui-react": "5.1.1", + "@aws-amplify/ui-react-core-notifications": "1.0.7", "classnames": "2.3.1", "tinycolor2": "1.4.2" }, diff --git a/packages/react-storage/CHANGELOG.md b/packages/react-storage/CHANGELOG.md index 71d8d65ca4e..089f151ddb1 100644 --- a/packages/react-storage/CHANGELOG.md +++ b/packages/react-storage/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-storage +## 2.1.4 + +### Patch Changes + +- Updated dependencies [[`00c7abc25`](https://github.com/aws-amplify/amplify-ui/commit/00c7abc25b263bb42b67d8980b31212d0a206d1c), [`54d884dd0`](https://github.com/aws-amplify/amplify-ui/commit/54d884dd0ae7f16cc1f5b71ae767e0ccf477c4b5), [`5040faf51`](https://github.com/aws-amplify/amplify-ui/commit/5040faf51ce2dc87882d452e6f90ad4ab0bd6967)]: + - @aws-amplify/ui-react@5.1.1 + - @aws-amplify/ui@5.7.1 + - @aws-amplify/ui-react-core@2.1.30 + ## 2.1.3 ### Patch Changes diff --git a/packages/react-storage/package.json b/packages/react-storage/package.json index d61ff569551..9137d6f1ce6 100644 --- a/packages/react-storage/package.json +++ b/packages/react-storage/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react-storage", - "version": "2.1.3", + "version": "2.1.4", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -40,9 +40,9 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "5.7.0", - "@aws-amplify/ui-react": "5.1.0", - "@aws-amplify/ui-react-core": "2.1.29", + "@aws-amplify/ui": "5.7.1", + "@aws-amplify/ui-react": "5.1.1", + "@aws-amplify/ui-react-core": "2.1.30", "classnames": "2.3.1", "lodash": "4.17.21", "tslib": "2.4.1" diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 2c0877d28e4..773cdaed2d4 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,23 @@ # @aws-amplify/ui-react +## 5.1.1 + +### Patch Changes + +- [#4305](https://github.com/aws-amplify/amplify-ui/pull/4305) [`00c7abc25`](https://github.com/aws-amplify/amplify-ui/commit/00c7abc25b263bb42b67d8980b31212d0a206d1c) Thanks [@hbuchel](https://github.com/hbuchel)! - feat(react): Add `colorTheme` prop to Button + + The Button React primitive now accepts the `colorTheme` prop which allows for more color variants. Usage: + + ``` + + ``` + +- [#4331](https://github.com/aws-amplify/amplify-ui/pull/4331) [`54d884dd0`](https://github.com/aws-amplify/amplify-ui/commit/54d884dd0ae7f16cc1f5b71ae767e0ccf477c4b5) Thanks [@calebpollman](https://github.com/calebpollman)! - feat(ui-react-core): add createContextUtilities + +- Updated dependencies [[`00c7abc25`](https://github.com/aws-amplify/amplify-ui/commit/00c7abc25b263bb42b67d8980b31212d0a206d1c), [`54d884dd0`](https://github.com/aws-amplify/amplify-ui/commit/54d884dd0ae7f16cc1f5b71ae767e0ccf477c4b5), [`5040faf51`](https://github.com/aws-amplify/amplify-ui/commit/5040faf51ce2dc87882d452e6f90ad4ab0bd6967)]: + - @aws-amplify/ui@5.7.1 + - @aws-amplify/ui-react-core@2.1.30 + ## 5.1.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 337a9ae2c2e..934ef164722 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react", - "version": "5.1.0", + "version": "5.1.1", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -47,8 +47,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "5.7.0", - "@aws-amplify/ui-react-core": "2.1.29", + "@aws-amplify/ui": "5.7.1", + "@aws-amplify/ui-react-core": "2.1.30", "@radix-ui/react-accordion": "1.0.0", "@radix-ui/react-direction": "1.0.0", "@radix-ui/react-dropdown-menu": "1.0.0", diff --git a/packages/react/src/version.ts b/packages/react/src/version.ts index 86fb165ead6..e9b2728377b 100644 --- a/packages/react/src/version.ts +++ b/packages/react/src/version.ts @@ -1 +1 @@ -export const VERSION = '5.1.0'; +export const VERSION = '5.1.1'; diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index b5942bf96b4..b0022c0ae5e 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,21 @@ # @aws-amplify/ui +## 5.7.1 + +### Patch Changes + +- [#4305](https://github.com/aws-amplify/amplify-ui/pull/4305) [`00c7abc25`](https://github.com/aws-amplify/amplify-ui/commit/00c7abc25b263bb42b67d8980b31212d0a206d1c) Thanks [@hbuchel](https://github.com/hbuchel)! - feat(react): Add `colorTheme` prop to Button + + The Button React primitive now accepts the `colorTheme` prop which allows for more color variants. Usage: + + ``` + + ``` + +- [#4331](https://github.com/aws-amplify/amplify-ui/pull/4331) [`54d884dd0`](https://github.com/aws-amplify/amplify-ui/commit/54d884dd0ae7f16cc1f5b71ae767e0ccf477c4b5) Thanks [@calebpollman](https://github.com/calebpollman)! - feat(ui-react-core): add createContextUtilities + +- [#4346](https://github.com/aws-amplify/amplify-ui/pull/4346) [`5040faf51`](https://github.com/aws-amplify/amplify-ui/commit/5040faf51ce2dc87882d452e6f90ad4ab0bd6967) Thanks [@hbuchel](https://github.com/hbuchel)! - fix(ui): Fix disabled hover style for SearchField button + ## 5.7.0 ### Minor Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index c51b5fe81ea..a56ed3ac1d8 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui", - "version": "5.7.0", + "version": "5.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 4d3b7422769..b544b9ab7e7 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-vue +## 3.1.25 + +### Patch Changes + +- Updated dependencies [[`00c7abc25`](https://github.com/aws-amplify/amplify-ui/commit/00c7abc25b263bb42b67d8980b31212d0a206d1c), [`54d884dd0`](https://github.com/aws-amplify/amplify-ui/commit/54d884dd0ae7f16cc1f5b71ae767e0ccf477c4b5), [`5040faf51`](https://github.com/aws-amplify/amplify-ui/commit/5040faf51ce2dc87882d452e6f90ad4ab0bd6967)]: + - @aws-amplify/ui@5.7.1 + ## 3.1.24 ### Patch Changes diff --git a/packages/vue/package.json b/packages/vue/package.json index e672bc05692..fc6e94010ea 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-vue", - "version": "3.1.24", + "version": "3.1.25", "type": "module", "main": "dist/index.cjs", "module": "dist/index.js", @@ -37,7 +37,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@aws-amplify/ui": "5.7.0", + "@aws-amplify/ui": "5.7.1", "@vue/tsconfig": "^0.1.3", "@vueuse/core": "7.5.5", "@xstate/vue": "0.8.1", diff --git a/packages/vue/src/version.ts b/packages/vue/src/version.ts index b4d82967dfd..9fb91b4bedb 100644 --- a/packages/vue/src/version.ts +++ b/packages/vue/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.1.24'; +export const VERSION = '3.1.25';