From cc86b81e242f07264bbadb41d806cbf388906188 Mon Sep 17 00:00:00 2001 From: haoziqaq <357229046@qq.com> Date: Sat, 23 Oct 2021 02:28:27 +0800 Subject: [PATCH] v1.22.7 --- CHANGELOG.md | 16 ++++++++++++++++ lerna.json | 2 +- packages/varlet-cli/CHANGELOG.md | 14 ++++++++++++++ packages/varlet-cli/package.json | 2 +- packages/varlet-ui/CHANGELOG.md | 12 ++++++++++++ packages/varlet-ui/package.json | 4 ++-- 6 files changed, 46 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b73775692d..aedadca14bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.22.7](https://github.com/haoziqaq/varlet/compare/v1.22.6...v1.22.7) (2021-10-22) + + +### Bug Fixes + +* **cli/dev:** add varlet config file watcher ([28b4ea9](https://github.com/haoziqaq/varlet/commit/28b4ea9a6b28a83dd57e12914f256634c8822297)) +* **cli/dev:** fixed bug of repeat restart server ([e14f090](https://github.com/haoziqaq/varlet/commit/e14f090cd8a3b932680acb8871ffd8cdd562f2a0)) +* **cli/site:** optimize github link style ([47db851](https://github.com/haoziqaq/varlet/commit/47db8511df8234a6a713d6bdbbf6f9c6f5bfd7e8)) +* **cli/site:** optimize site ([40161bf](https://github.com/haoziqaq/varlet/commit/40161bff3776760933c3f99e6b13ab656fa456e8)) +* **ui/site:** modify highlight.css color ([203432e](https://github.com/haoziqaq/varlet/commit/203432e12f8c9e22b92d1e00b790db708f0ac663)) +* **ui/tab-item:** add var-tab-item-cover attr ([934a833](https://github.com/haoziqaq/varlet/commit/934a833bfa9118c0c8c25e2796a1d0e7100ce84f)) + + + + + ## [1.22.6](https://github.com/haoziqaq/varlet/compare/v1.22.4...v1.22.6) (2021-10-18) diff --git a/lerna.json b/lerna.json index d585d18f585..a5953b3ac1e 100644 --- a/lerna.json +++ b/lerna.json @@ -21,5 +21,5 @@ "ignoreChanges": [ "**/*.md" ], - "version": "1.22.6" + "version": "1.22.7" } diff --git a/packages/varlet-cli/CHANGELOG.md b/packages/varlet-cli/CHANGELOG.md index 9965014a871..6b3463caad8 100644 --- a/packages/varlet-cli/CHANGELOG.md +++ b/packages/varlet-cli/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.22.7](https://github.com/haoziqaq/varlet/compare/v1.22.6...v1.22.7) (2021-10-22) + + +### Bug Fixes + +* **cli/dev:** add varlet config file watcher ([28b4ea9](https://github.com/haoziqaq/varlet/commit/28b4ea9a6b28a83dd57e12914f256634c8822297)) +* **cli/dev:** fixed bug of repeat restart server ([e14f090](https://github.com/haoziqaq/varlet/commit/e14f090cd8a3b932680acb8871ffd8cdd562f2a0)) +* **cli/site:** optimize github link style ([47db851](https://github.com/haoziqaq/varlet/commit/47db8511df8234a6a713d6bdbbf6f9c6f5bfd7e8)) +* **cli/site:** optimize site ([40161bf](https://github.com/haoziqaq/varlet/commit/40161bff3776760933c3f99e6b13ab656fa456e8)) + + + + + ## [1.22.6](https://github.com/haoziqaq/varlet/compare/v1.22.4...v1.22.6) (2021-10-18) diff --git a/packages/varlet-cli/package.json b/packages/varlet-cli/package.json index 9d3c764bb89..96ea327eb60 100644 --- a/packages/varlet-cli/package.json +++ b/packages/varlet-cli/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/cli", - "version": "1.22.6", + "version": "1.22.7", "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 b6ab0915be0..fe26e97596e 100644 --- a/packages/varlet-ui/CHANGELOG.md +++ b/packages/varlet-ui/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.7](https://github.com/haoziqaq/varlet/compare/v1.22.6...v1.22.7) (2021-10-22) + + +### Bug Fixes + +* **ui/site:** modify highlight.css color ([203432e](https://github.com/haoziqaq/varlet/commit/203432e12f8c9e22b92d1e00b790db708f0ac663)) +* **ui/tab-item:** add var-tab-item-cover attr ([934a833](https://github.com/haoziqaq/varlet/commit/934a833bfa9118c0c8c25e2796a1d0e7100ce84f)) + + + + + ## [1.22.6](https://github.com/haoziqaq/varlet/compare/v1.22.4...v1.22.6) (2021-10-18) diff --git a/packages/varlet-ui/package.json b/packages/varlet-ui/package.json index 391ec52d7fa..ff9ec938e84 100644 --- a/packages/varlet-ui/package.json +++ b/packages/varlet-ui/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/ui", - "version": "1.22.6", + "version": "1.22.7", "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.6" + "@varlet/cli": "^1.22.7" }, "dependencies": { "dayjs": "^1.10.4",