From a244364888addc5beb293314026454b0b6025a9f Mon Sep 17 00:00:00 2001 From: haoziqaq <357229046@qq.com> Date: Wed, 3 Nov 2021 15:14:53 +0800 Subject: [PATCH] v1.22.10 --- CHANGELOG.md | 13 +++++++++++++ lerna.json | 2 +- packages/varlet-cli/CHANGELOG.md | 12 ++++++++++++ packages/varlet-cli/package.json | 2 +- packages/varlet-ui/CHANGELOG.md | 11 +++++++++++ packages/varlet-ui/package.json | 4 ++-- 6 files changed, 40 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e565d22dd40..8734a8df1a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.22.10](https://github.com/haoziqaq/varlet/compare/v1.22.9...v1.22.10) (2021-11-03) + + +### Bug Fixes + +* **cli/site:** change code block font color to white ([f38aa0e](https://github.com/haoziqaq/varlet/commit/f38aa0ea1a21be630e8dd0dec9e219a28a4f4567)) +* **cli/site:** modify site theme update logic ([d12195a](https://github.com/haoziqaq/varlet/commit/d12195ae7d98f8d1e9b4cc44d71c564b2f7b2974)) +* **ui/style-provider:** simplify the use of style-provider ([cbf66ce](https://github.com/haoziqaq/varlet/commit/cbf66ce9b2295df7be5c0de32d0969354462cff7)) + + + + + ## [1.22.9](https://github.com/haoziqaq/varlet/compare/v1.22.8...v1.22.9) (2021-10-31) diff --git a/lerna.json b/lerna.json index 6a9e988358d..ed699a256d0 100644 --- a/lerna.json +++ b/lerna.json @@ -21,5 +21,5 @@ "ignoreChanges": [ "**/*.md" ], - "version": "1.22.9" + "version": "1.22.10" } diff --git a/packages/varlet-cli/CHANGELOG.md b/packages/varlet-cli/CHANGELOG.md index 30968e221f2..3b3c2065651 100644 --- a/packages/varlet-cli/CHANGELOG.md +++ b/packages/varlet-cli/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.22.10](https://github.com/haoziqaq/varlet/compare/v1.22.9...v1.22.10) (2021-11-03) + + +### Bug Fixes + +* **cli/site:** change code block font color to white ([f38aa0e](https://github.com/haoziqaq/varlet/commit/f38aa0ea1a21be630e8dd0dec9e219a28a4f4567)) +* **cli/site:** modify site theme update logic ([d12195a](https://github.com/haoziqaq/varlet/commit/d12195ae7d98f8d1e9b4cc44d71c564b2f7b2974)) + + + + + ## [1.22.9](https://github.com/haoziqaq/varlet/compare/v1.22.8...v1.22.9) (2021-10-31) diff --git a/packages/varlet-cli/package.json b/packages/varlet-cli/package.json index 1247acbac6b..7d6bdfc4a7d 100644 --- a/packages/varlet-cli/package.json +++ b/packages/varlet-cli/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/cli", - "version": "1.22.9", + "version": "1.22.10", "description": "cli of varlet", "bin": { "varlet-cli": "./lib/index.js" diff --git a/packages/varlet-ui/CHANGELOG.md b/packages/varlet-ui/CHANGELOG.md index eb630324ce2..c4068583cc7 100644 --- a/packages/varlet-ui/CHANGELOG.md +++ b/packages/varlet-ui/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.22.10](https://github.com/haoziqaq/varlet/compare/v1.22.9...v1.22.10) (2021-11-03) + + +### Bug Fixes + +* **ui/style-provider:** simplify the use of style-provider ([cbf66ce](https://github.com/haoziqaq/varlet/commit/cbf66ce9b2295df7be5c0de32d0969354462cff7)) + + + + + ## [1.22.9](https://github.com/haoziqaq/varlet/compare/v1.22.8...v1.22.9) (2021-10-31) diff --git a/packages/varlet-ui/package.json b/packages/varlet-ui/package.json index a48dcf33ebb..6cb4d73d1f9 100644 --- a/packages/varlet-ui/package.json +++ b/packages/varlet-ui/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/ui", - "version": "1.22.9", + "version": "1.22.10", "description": "A material like components library", "module": "es/index.js", "typings": "types/index.d.ts", @@ -48,7 +48,7 @@ }, "gitHead": "ee9c3866bedad96c86365b0f9888a3a6bb781b1f", "devDependencies": { - "@varlet/cli": "^1.22.9" + "@varlet/cli": "^1.22.10" }, "dependencies": { "dayjs": "^1.10.4",