From b1d93052c80c15c32750ea1e401a6d9efa68edb4 Mon Sep 17 00:00:00 2001 From: haoziqaq <357229046@qq.com> Date: Sun, 31 Oct 2021 23:54:00 +0800 Subject: [PATCH] v1.22.9 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/varlet-cli/CHANGELOG.md | 11 +++++++++++ packages/varlet-cli/package.json | 2 +- packages/varlet-ui/CHANGELOG.md | 11 +++++++++++ packages/varlet-ui/package.json | 4 ++-- 6 files changed, 37 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91ed7ca7d96..e565d22dd40 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.9](https://github.com/haoziqaq/varlet/compare/v1.22.8...v1.22.9) (2021-10-31) + + +### Bug Fixes + +* **cli/types:** add global.d.ts for volar ([c99e0c1](https://github.com/haoziqaq/varlet/commit/c99e0c16176f81dc3aa58b5512f9ec66d85156e2)) + + + + + ## [1.22.8](https://github.com/haoziqaq/varlet/compare/v1.22.7...v1.22.8) (2021-10-31) diff --git a/lerna.json b/lerna.json index a67d9cd6926..6a9e988358d 100644 --- a/lerna.json +++ b/lerna.json @@ -21,5 +21,5 @@ "ignoreChanges": [ "**/*.md" ], - "version": "1.22.8" + "version": "1.22.9" } diff --git a/packages/varlet-cli/CHANGELOG.md b/packages/varlet-cli/CHANGELOG.md index 41473cd8e30..30968e221f2 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.9](https://github.com/haoziqaq/varlet/compare/v1.22.8...v1.22.9) (2021-10-31) + + +### Bug Fixes + +* **cli/types:** add global.d.ts for volar ([c99e0c1](https://github.com/haoziqaq/varlet/commit/c99e0c16176f81dc3aa58b5512f9ec66d85156e2)) + + + + + ## [1.22.8](https://github.com/haoziqaq/varlet/compare/v1.22.7...v1.22.8) (2021-10-31) diff --git a/packages/varlet-cli/package.json b/packages/varlet-cli/package.json index 974135af9d3..1247acbac6b 100644 --- a/packages/varlet-cli/package.json +++ b/packages/varlet-cli/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/cli", - "version": "1.22.8", + "version": "1.22.9", "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 635f0833d20..eb630324ce2 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.9](https://github.com/haoziqaq/varlet/compare/v1.22.8...v1.22.9) (2021-10-31) + + +### Bug Fixes + +* **cli/types:** add global.d.ts for volar ([c99e0c1](https://github.com/haoziqaq/varlet/commit/c99e0c16176f81dc3aa58b5512f9ec66d85156e2)) + + + + + ## [1.22.8](https://github.com/haoziqaq/varlet/compare/v1.22.7...v1.22.8) (2021-10-31) diff --git a/packages/varlet-ui/package.json b/packages/varlet-ui/package.json index d9802201c44..a48dcf33ebb 100644 --- a/packages/varlet-ui/package.json +++ b/packages/varlet-ui/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/ui", - "version": "1.22.8", + "version": "1.22.9", "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.8" + "@varlet/cli": "^1.22.9" }, "dependencies": { "dayjs": "^1.10.4",