From 495423a3e394cfc8cc2fa68b2ebf53ba580fc45f Mon Sep 17 00:00:00 2001 From: haoziqaq <357229046@qq.com> Date: Fri, 8 Oct 2021 22:45:57 +0800 Subject: [PATCH] v1.22.2 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/varlet-cli/CHANGELOG.md | 11 +++++++++++ packages/varlet-cli/package.json | 2 +- packages/varlet-ui/CHANGELOG.md | 8 ++++++++ packages/varlet-ui/package.json | 4 ++-- 6 files changed, 34 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba4c7715fff..c302b51022e 100644 --- a/CHANGELOG.md +++ b/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.2](https://github.com/haoziqaq/varlet/compare/v1.22.1...v1.22.2) (2021-10-08) + + +### Bug Fixes + +* **cli:** fix mobile cell hover color ([ea999ed](https://github.com/haoziqaq/varlet/commit/ea999edcab71acca6894e1e7f2017fe8d96d787c)) + + + + + ## [1.22.1](https://github.com/haoziqaq/varlet/compare/v1.22.0...v1.22.1) (2021-10-08) diff --git a/lerna.json b/lerna.json index 54e4d59101a..4fcbb16d928 100644 --- a/lerna.json +++ b/lerna.json @@ -21,5 +21,5 @@ "ignoreChanges": [ "**/*.md" ], - "version": "1.22.1" + "version": "1.22.2" } diff --git a/packages/varlet-cli/CHANGELOG.md b/packages/varlet-cli/CHANGELOG.md index 0160186d744..8a121c7be4f 100644 --- a/packages/varlet-cli/CHANGELOG.md +++ b/packages/varlet-cli/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.2](https://github.com/haoziqaq/varlet/compare/v1.22.1...v1.22.2) (2021-10-08) + + +### Bug Fixes + +* **cli:** fix mobile cell hover color ([ea999ed](https://github.com/haoziqaq/varlet/commit/ea999edcab71acca6894e1e7f2017fe8d96d787c)) + + + + + ## [1.22.1](https://github.com/haoziqaq/varlet/compare/v1.22.0...v1.22.1) (2021-10-08) diff --git a/packages/varlet-cli/package.json b/packages/varlet-cli/package.json index c27a1075aec..1f70e93427d 100644 --- a/packages/varlet-cli/package.json +++ b/packages/varlet-cli/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/cli", - "version": "1.22.1", + "version": "1.22.2", "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 867a8a15e27..f5a897d4b41 100644 --- a/packages/varlet-ui/CHANGELOG.md +++ b/packages/varlet-ui/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.22.2](https://github.com/haoziqaq/varlet/compare/v1.22.1...v1.22.2) (2021-10-08) + +**Note:** Version bump only for package @varlet/ui + + + + + ## [1.22.1](https://github.com/haoziqaq/varlet/compare/v1.22.0...v1.22.1) (2021-10-08) diff --git a/packages/varlet-ui/package.json b/packages/varlet-ui/package.json index 763d0a184a9..256e3677364 100644 --- a/packages/varlet-ui/package.json +++ b/packages/varlet-ui/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/ui", - "version": "1.22.1", + "version": "1.22.2", "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.1" + "@varlet/cli": "^1.22.2" }, "dependencies": { "dayjs": "^1.10.4",