From 958c4e371838c97fb2d545734295af86844b58b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 27 Feb 2024 17:18:35 +0000 Subject: [PATCH] Version Packages --- .changeset/itchy-clouds-speak.md | 16 -------------- docs/package.json | 2 +- examples/angular/package.json | 2 +- examples/next/package.json | 10 ++++----- 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 +- packages/react-auth/CHANGELOG.md | 10 +++++++++ packages/react-auth/package.json | 10 ++++----- packages/react-auth/src/version.ts | 2 +- packages/react-core-auth/CHANGELOG.md | 8 +++++++ packages/react-core-auth/package.json | 6 +++--- .../react-core-notifications/CHANGELOG.md | 8 +++++++ .../react-core-notifications/package.json | 6 +++--- packages/react-core/CHANGELOG.md | 7 +++++++ packages/react-core/package.json | 4 ++-- packages/react-geo/CHANGELOG.md | 7 +++++++ packages/react-geo/package.json | 4 ++-- packages/react-geo/src/version.ts | 2 +- packages/react-liveness/CHANGELOG.md | 8 +++++++ packages/react-liveness/package.json | 6 +++--- packages/react-liveness/src/version.ts | 2 +- packages/react-native-auth/CHANGELOG.md | 9 ++++++++ packages/react-native-auth/package.json | 8 +++---- packages/react-native-auth/src/version.ts | 2 +- packages/react-native/CHANGELOG.md | 9 ++++++++ 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-notifications/src/version.ts | 2 +- packages/react-storage/CHANGELOG.md | 9 ++++++++ packages/react-storage/package.json | 8 +++---- packages/react-storage/src/version.ts | 2 +- packages/react/CHANGELOG.md | 21 +++++++++++++++++++ packages/react/package.json | 6 +++--- packages/react/src/version.ts | 2 +- packages/ui/CHANGELOG.md | 17 +++++++++++++++ packages/ui/package.json | 2 +- packages/vue/CHANGELOG.md | 7 +++++++ packages/vue/package.json | 4 ++-- packages/vue/src/version.ts | 2 +- 44 files changed, 197 insertions(+), 77 deletions(-) delete mode 100644 .changeset/itchy-clouds-speak.md diff --git a/.changeset/itchy-clouds-speak.md b/.changeset/itchy-clouds-speak.md deleted file mode 100644 index 349fc1803df..00000000000 --- a/.changeset/itchy-clouds-speak.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -"@aws-amplify/ui-react": patch -"@aws-amplify/ui": patch ---- - -fix(ui/react): add missing color token for CheckboxField label - -The CheckboxField label color (and disabled color) can now be themed correctly via: -``` -label: { - color: { value: '{colors.purple.80}' }, - _disabled: { - color: { value: '{colors.purple.60}' }, - }, -}, -``` diff --git a/docs/package.json b/docs/package.json index face197b767..7b6384f6199 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.1.4", + "@aws-amplify/ui-react": "6.1.5", "@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 e2615405f16..b8adefc34d9 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.10", + "@aws-amplify/ui-angular": "^5.0.11", "aws-amplify": "^6.0.6", "rxjs": "~6.6.0", "tslib": "^2.0.0", diff --git a/examples/next/package.json b/examples/next/package.json index f874e8515df..684efe6c4bf 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -11,11 +11,11 @@ }, "dependencies": { "@aws-amplify/geo": "^3.0.1", - "@aws-amplify/ui-react": "^6.1.4", - "@aws-amplify/ui-react-geo": "^2.0.10", - "@aws-amplify/ui-react-liveness": "^3.0.12", - "@aws-amplify/ui-react-notifications": "^2.0.12", - "@aws-amplify/ui-react-storage": "^3.0.14", + "@aws-amplify/ui-react": "^6.1.5", + "@aws-amplify/ui-react-geo": "^2.0.11", + "@aws-amplify/ui-react-liveness": "^3.0.13", + "@aws-amplify/ui-react-notifications": "^2.0.13", + "@aws-amplify/ui-react-storage": "^3.0.15", "@aws-sdk/credential-providers": "^3.370.0", "aws-amplify": "^6.0.6", "next": "^13.5.5", diff --git a/examples/vue/package.json b/examples/vue/package.json index c7b20f6137c..56c68d49486 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": "^4.2.1", + "@aws-amplify/ui-vue": "^4.2.2", "aws-amplify": "^6.0.6", "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 cc79d02e351..fc6ac798905 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.11 + +### Patch Changes + +- Updated dependencies [[`32702d9c9`](https://github.com/aws-amplify/amplify-ui/commit/32702d9c976e81b23b4e8f1c7e935b48288e058d)]: + - @aws-amplify/ui@6.0.11 + ## 5.0.10 ### Patch Changes diff --git a/packages/angular/projects/ui-angular/package.json b/packages/angular/projects/ui-angular/package.json index 71fa8aeafe4..09dbc033e61 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.10", + "version": "5.0.11", "scripts": { "build": "yarn --cwd ../../ build", "dev": "yarn --cwd ../../ dev", @@ -18,7 +18,7 @@ "aws-amplify": "^6.0.1" }, "dependencies": { - "@aws-amplify/ui": "6.0.10", + "@aws-amplify/ui": "6.0.11", "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 51e816ba2bc..613405cc3d9 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.10'; +export const VERSION = '5.0.11'; diff --git a/packages/e2e/package.json b/packages/e2e/package.json index 0895a20d667..5df5f7034ea 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -29,7 +29,7 @@ ] }, "devDependencies": { - "@aws-amplify/ui": "^6.0.10", + "@aws-amplify/ui": "^6.0.11", "@badeball/cypress-cucumber-preprocessor": "^18.0.6", "@bahmutov/cypress-esbuild-preprocessor": "~2.2.0", "@cucumber/cucumber": "^10.0.1", diff --git a/packages/react-auth/CHANGELOG.md b/packages/react-auth/CHANGELOG.md index b1eb07753ca..d37a52dee1e 100644 --- a/packages/react-auth/CHANGELOG.md +++ b/packages/react-auth/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui-react-auth +## 0.0.15 + +### Patch Changes + +- Updated dependencies [[`32702d9c9`](https://github.com/aws-amplify/amplify-ui/commit/32702d9c976e81b23b4e8f1c7e935b48288e058d)]: + - @aws-amplify/ui-react@6.1.5 + - @aws-amplify/ui@6.0.11 + - @aws-amplify/ui-react-core@3.0.11 + - @aws-amplify/ui-react-core-auth@0.0.13 + ## 0.0.14 ### Patch Changes diff --git a/packages/react-auth/package.json b/packages/react-auth/package.json index e6f651218f4..9d9ccbe9e65 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.14", + "version": "0.0.15", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -40,10 +40,10 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.0.10", - "@aws-amplify/ui-react": "6.1.4", - "@aws-amplify/ui-react-core": "3.0.10", - "@aws-amplify/ui-react-core-auth": "0.0.12", + "@aws-amplify/ui": "6.0.11", + "@aws-amplify/ui-react": "6.1.5", + "@aws-amplify/ui-react-core": "3.0.11", + "@aws-amplify/ui-react-core-auth": "0.0.13", "@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 d078b18c4a4..3562777dd0d 100644 --- a/packages/react-auth/src/version.ts +++ b/packages/react-auth/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.14'; +export const VERSION = '0.0.15'; diff --git a/packages/react-core-auth/CHANGELOG.md b/packages/react-core-auth/CHANGELOG.md index 0a34de1174e..6379128de59 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.13 + +### Patch Changes + +- Updated dependencies [[`32702d9c9`](https://github.com/aws-amplify/amplify-ui/commit/32702d9c976e81b23b4e8f1c7e935b48288e058d)]: + - @aws-amplify/ui@6.0.11 + - @aws-amplify/ui-react-core@3.0.11 + ## 0.0.12 ### Patch Changes diff --git a/packages/react-core-auth/package.json b/packages/react-core-auth/package.json index a94ff3e6f72..d49a144b265 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.12", + "version": "0.0.13", "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.0.10", - "@aws-amplify/ui-react-core": "3.0.10", + "@aws-amplify/ui": "6.0.11", + "@aws-amplify/ui-react-core": "3.0.11", "@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 58bf2b04ae5..78465c8375d 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.11 + +### Patch Changes + +- Updated dependencies [[`32702d9c9`](https://github.com/aws-amplify/amplify-ui/commit/32702d9c976e81b23b4e8f1c7e935b48288e058d)]: + - @aws-amplify/ui@6.0.11 + - @aws-amplify/ui-react-core@3.0.11 + ## 2.0.10 ### Patch Changes diff --git a/packages/react-core-notifications/package.json b/packages/react-core-notifications/package.json index 8583d0f74ea..1264dfceb08 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.10", + "version": "2.0.11", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -35,8 +35,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.0.10", - "@aws-amplify/ui-react-core": "3.0.10" + "@aws-amplify/ui": "6.0.11", + "@aws-amplify/ui-react-core": "3.0.11" }, "peerDependencies": { "aws-amplify": "^6.0.2", diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index 81a426f8987..bf3ddfeb994 100644 --- a/packages/react-core/CHANGELOG.md +++ b/packages/react-core/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-core +## 3.0.11 + +### Patch Changes + +- Updated dependencies [[`32702d9c9`](https://github.com/aws-amplify/amplify-ui/commit/32702d9c976e81b23b4e8f1c7e935b48288e058d)]: + - @aws-amplify/ui@6.0.11 + ## 3.0.10 ### Patch Changes diff --git a/packages/react-core/package.json b/packages/react-core/package.json index 535b23d8f02..f1d50fff5c8 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.10", + "version": "3.0.11", "main": "dist/index.js", "module": "dist/esm/index.mjs", "react-native": "src/index.ts", @@ -33,7 +33,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.0.10", + "@aws-amplify/ui": "6.0.11", "@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 3c88f739685..55b8d7b870d 100644 --- a/packages/react-geo/CHANGELOG.md +++ b/packages/react-geo/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-geo +## 2.0.11 + +### Patch Changes + +- Updated dependencies []: + - @aws-amplify/ui-react-core@3.0.11 + ## 2.0.10 ### Patch Changes diff --git a/packages/react-geo/package.json b/packages/react-geo/package.json index 3cad8f5b583..28cf1324ec4 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.10", + "version": "2.0.11", "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.10", + "@aws-amplify/ui-react-core": "3.0.11", "mapbox-gl": "1.13.1", "maplibre-gl": "2.1.9", "maplibre-gl-js-amplify": "^4.0.0", diff --git a/packages/react-geo/src/version.ts b/packages/react-geo/src/version.ts index a69767cf6f7..7b3a9bd8e89 100644 --- a/packages/react-geo/src/version.ts +++ b/packages/react-geo/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.0.10'; +export const VERSION = '2.0.11'; diff --git a/packages/react-liveness/CHANGELOG.md b/packages/react-liveness/CHANGELOG.md index 4dca8364d3b..bc64bbc00f8 100644 --- a/packages/react-liveness/CHANGELOG.md +++ b/packages/react-liveness/CHANGELOG.md @@ -1,5 +1,13 @@ # @aws-amplify/ui-react-liveness +## 3.0.13 + +### Patch Changes + +- Updated dependencies [[`32702d9c9`](https://github.com/aws-amplify/amplify-ui/commit/32702d9c976e81b23b4e8f1c7e935b48288e058d)]: + - @aws-amplify/ui-react@6.1.5 + - @aws-amplify/ui@6.0.11 + ## 3.0.12 ### Patch Changes diff --git a/packages/react-liveness/package.json b/packages/react-liveness/package.json index 83bd2e6775e..f86a6fa00d5 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.0.12", + "version": "3.0.13", "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.0.10", - "@aws-amplify/ui-react": "6.1.4", + "@aws-amplify/ui": "6.0.11", + "@aws-amplify/ui-react": "6.1.5", "@aws-sdk/client-rekognitionstreaming": "3.398.0", "@aws-sdk/util-format-url": "^3.410.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 ab8c235e70b..c1cabb6fb19 100644 --- a/packages/react-liveness/src/version.ts +++ b/packages/react-liveness/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.0.12'; +export const VERSION = '3.0.13'; diff --git a/packages/react-native-auth/CHANGELOG.md b/packages/react-native-auth/CHANGELOG.md index fac679dac17..fc6e8c6486b 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.14 + +### Patch Changes + +- Updated dependencies [[`32702d9c9`](https://github.com/aws-amplify/amplify-ui/commit/32702d9c976e81b23b4e8f1c7e935b48288e058d)]: + - @aws-amplify/ui@6.0.11 + - @aws-amplify/ui-react-core-auth@0.0.13 + - @aws-amplify/ui-react-native@2.1.3 + ## 0.0.13 ### Patch Changes diff --git a/packages/react-native-auth/package.json b/packages/react-native-auth/package.json index 699b6df7f4b..55e1f1918a5 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.13", + "version": "0.0.14", "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.0.10", - "@aws-amplify/ui-react-core-auth": "0.0.12", - "@aws-amplify/ui-react-native": "2.1.2", + "@aws-amplify/ui": "6.0.11", + "@aws-amplify/ui-react-core-auth": "0.0.13", + "@aws-amplify/ui-react-native": "2.1.3", "qrcode": "1.5.0" }, "peerDependencies": { diff --git a/packages/react-native-auth/src/version.ts b/packages/react-native-auth/src/version.ts index 74cf7928f68..d078b18c4a4 100644 --- a/packages/react-native-auth/src/version.ts +++ b/packages/react-native-auth/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.13'; +export const VERSION = '0.0.14'; diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md index 5ff58ce40ae..fdc3bdb400d 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-native +## 2.1.3 + +### Patch Changes + +- Updated dependencies [[`32702d9c9`](https://github.com/aws-amplify/amplify-ui/commit/32702d9c976e81b23b4e8f1c7e935b48288e058d)]: + - @aws-amplify/ui@6.0.11 + - @aws-amplify/ui-react-core@3.0.11 + - @aws-amplify/ui-react-core-notifications@2.0.11 + ## 2.1.2 ### Patch Changes diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 0be4bfc59fe..c0d5c3091b6 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.1.2", + "version": "2.1.3", "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.0.10", - "@aws-amplify/ui-react-core": "3.0.10", - "@aws-amplify/ui-react-core-notifications": "2.0.10" + "@aws-amplify/ui": "6.0.11", + "@aws-amplify/ui-react-core": "3.0.11", + "@aws-amplify/ui-react-core-notifications": "2.0.11" }, "peerDependencies": { "aws-amplify": "^6.0.2", diff --git a/packages/react-native/src/version.ts b/packages/react-native/src/version.ts index 3a54c4dc41e..55153038c81 100644 --- a/packages/react-native/src/version.ts +++ b/packages/react-native/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.1.2'; +export const VERSION = '2.1.3'; diff --git a/packages/react-notifications/CHANGELOG.md b/packages/react-notifications/CHANGELOG.md index e170428209c..9db44afc284 100644 --- a/packages/react-notifications/CHANGELOG.md +++ b/packages/react-notifications/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-notifications +## 2.0.13 + +### Patch Changes + +- Updated dependencies [[`32702d9c9`](https://github.com/aws-amplify/amplify-ui/commit/32702d9c976e81b23b4e8f1c7e935b48288e058d)]: + - @aws-amplify/ui-react@6.1.5 + - @aws-amplify/ui@6.0.11 + - @aws-amplify/ui-react-core-notifications@2.0.11 + ## 2.0.12 ### Patch Changes diff --git a/packages/react-notifications/package.json b/packages/react-notifications/package.json index 65b08e3688b..1a06a893e00 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.12", + "version": "2.0.13", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -39,9 +39,9 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.0.10", - "@aws-amplify/ui-react": "6.1.4", - "@aws-amplify/ui-react-core-notifications": "2.0.10", + "@aws-amplify/ui": "6.0.11", + "@aws-amplify/ui-react": "6.1.5", + "@aws-amplify/ui-react-core-notifications": "2.0.11", "tinycolor2": "1.4.2" }, "peerDependencies": { diff --git a/packages/react-notifications/src/version.ts b/packages/react-notifications/src/version.ts index 725045dc8c8..53b829571d8 100644 --- a/packages/react-notifications/src/version.ts +++ b/packages/react-notifications/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.0.12'; +export const VERSION = '2.0.13'; diff --git a/packages/react-storage/CHANGELOG.md b/packages/react-storage/CHANGELOG.md index 8909e201562..f259b23bccd 100644 --- a/packages/react-storage/CHANGELOG.md +++ b/packages/react-storage/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-storage +## 3.0.15 + +### Patch Changes + +- Updated dependencies [[`32702d9c9`](https://github.com/aws-amplify/amplify-ui/commit/32702d9c976e81b23b4e8f1c7e935b48288e058d)]: + - @aws-amplify/ui-react@6.1.5 + - @aws-amplify/ui@6.0.11 + - @aws-amplify/ui-react-core@3.0.11 + ## 3.0.14 ### Patch Changes diff --git a/packages/react-storage/package.json b/packages/react-storage/package.json index 48365a01fe9..4b1106cdbd0 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.0.14", + "version": "3.0.15", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -39,9 +39,9 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.0.10", - "@aws-amplify/ui-react": "6.1.4", - "@aws-amplify/ui-react-core": "3.0.10", + "@aws-amplify/ui": "6.0.11", + "@aws-amplify/ui-react": "6.1.5", + "@aws-amplify/ui-react-core": "3.0.11", "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 4b99ae81e05..3fef72b4ca5 100644 --- a/packages/react-storage/src/version.ts +++ b/packages/react-storage/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.0.14'; +export const VERSION = '3.0.15'; diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 185a0e5c400..a47022f3a4a 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,26 @@ # @aws-amplify/ui-react +## 6.1.5 + +### Patch Changes + +- [#5003](https://github.com/aws-amplify/amplify-ui/pull/5003) [`32702d9c9`](https://github.com/aws-amplify/amplify-ui/commit/32702d9c976e81b23b4e8f1c7e935b48288e058d) Thanks [@hbuchel](https://github.com/hbuchel)! - fix(ui/react): add missing color token for CheckboxField label + + The CheckboxField label color (and disabled color) can now be themed correctly via: + + ``` + label: { + color: { value: '{colors.purple.80}' }, + _disabled: { + color: { value: '{colors.purple.60}' }, + }, + }, + ``` + +- Updated dependencies [[`32702d9c9`](https://github.com/aws-amplify/amplify-ui/commit/32702d9c976e81b23b4e8f1c7e935b48288e058d)]: + - @aws-amplify/ui@6.0.11 + - @aws-amplify/ui-react-core@3.0.11 + ## 6.1.4 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 055a31ec458..97b7874dfaf 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react", - "version": "6.1.4", + "version": "6.1.5", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -49,8 +49,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.0.10", - "@aws-amplify/ui-react-core": "3.0.10", + "@aws-amplify/ui": "6.0.11", + "@aws-amplify/ui-react-core": "3.0.11", "@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 4f61abe92d7..09e20dc7f0d 100644 --- a/packages/react/src/version.ts +++ b/packages/react/src/version.ts @@ -1 +1 @@ -export const VERSION = '6.1.4'; +export const VERSION = '6.1.5'; diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 6cc19f8d114..04982c9b911 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,22 @@ # @aws-amplify/ui +## 6.0.11 + +### Patch Changes + +- [#5003](https://github.com/aws-amplify/amplify-ui/pull/5003) [`32702d9c9`](https://github.com/aws-amplify/amplify-ui/commit/32702d9c976e81b23b4e8f1c7e935b48288e058d) Thanks [@hbuchel](https://github.com/hbuchel)! - fix(ui/react): add missing color token for CheckboxField label + + The CheckboxField label color (and disabled color) can now be themed correctly via: + + ``` + label: { + color: { value: '{colors.purple.80}' }, + _disabled: { + color: { value: '{colors.purple.60}' }, + }, + }, + ``` + ## 6.0.10 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 6d17c4fe801..26821fbacff 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui", - "version": "6.0.10", + "version": "6.0.11", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 2d75b962e19..61dbbb25ec8 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-vue +## 4.2.2 + +### Patch Changes + +- Updated dependencies [[`32702d9c9`](https://github.com/aws-amplify/amplify-ui/commit/32702d9c976e81b23b4e8f1c7e935b48288e058d)]: + - @aws-amplify/ui@6.0.11 + ## 4.2.1 ### Patch Changes diff --git a/packages/vue/package.json b/packages/vue/package.json index 5b5139696f3..02588650bdb 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-vue", - "version": "4.2.1", + "version": "4.2.2", "type": "module", "main": "dist/index.cjs", "module": "dist/index.js", @@ -38,7 +38,7 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.0.10", + "@aws-amplify/ui": "6.0.11", "@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 918d1da0c4a..4db758bc34e 100644 --- a/packages/vue/src/version.ts +++ b/packages/vue/src/version.ts @@ -1 +1 @@ -export const VERSION = '4.2.1'; +export const VERSION = '4.2.2';