From 52c7e08dc31c6fb47629b32b798a5da277fa6cb7 Mon Sep 17 00:00:00 2001 From: haoziqaq <357229046@qq.com> Date: Fri, 10 Sep 2021 02:04:34 +0800 Subject: [PATCH] v1.17.4 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/varlet-cli/CHANGELOG.md | 11 +++++++++++ packages/varlet-cli/package.json | 8 ++++---- packages/varlet-ui/CHANGELOG.md | 8 ++++++++ packages/varlet-ui/package.json | 4 ++-- 6 files changed, 37 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8a3951a77a..972a4c0db6d 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.17.4](https://github.com/haoziqaq/varlet/compare/v1.17.3...v1.17.4) (2021-09-09) + + +### Bug Fixes + +* **cli:** add conventional-changelog-cli ([7708781](https://github.com/haoziqaq/varlet/commit/7708781331d0d788fdadce53d8655d5ac93d849c)) + + + + + ## [1.17.3](https://github.com/haoziqaq/varlet/compare/v1.17.2...v1.17.3) (2021-09-09) diff --git a/lerna.json b/lerna.json index 3a4c771d6eb..38faf65ae89 100644 --- a/lerna.json +++ b/lerna.json @@ -21,5 +21,5 @@ "ignoreChanges": [ "**/*.md" ], - "version": "1.17.3" + "version": "1.17.4" } diff --git a/packages/varlet-cli/CHANGELOG.md b/packages/varlet-cli/CHANGELOG.md index 3319c68254d..2139cc205c5 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.17.4](https://github.com/haoziqaq/varlet/compare/v1.17.3...v1.17.4) (2021-09-09) + + +### Bug Fixes + +* **cli:** add conventional-changelog-cli ([7708781](https://github.com/haoziqaq/varlet/commit/7708781331d0d788fdadce53d8655d5ac93d849c)) + + + + + ## [1.17.3](https://github.com/haoziqaq/varlet/compare/v1.17.2...v1.17.3) (2021-09-09) diff --git a/packages/varlet-cli/package.json b/packages/varlet-cli/package.json index c28c6de8f74..2e2ed116ef9 100644 --- a/packages/varlet-cli/package.json +++ b/packages/varlet-cli/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/cli", - "version": "1.17.3", + "version": "1.17.4", "description": "cli of varlet", "bin": { "varlet-cli": "./lib/index.js" @@ -38,14 +38,12 @@ "@babel/preset-typescript": "^7.14.5", "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", - "conventional-changelog-cli": "^2.1.1", - "cz-conventional-changelog": "^3.3.0", "@varlet/eslint-config": "^1.13.0", "@varlet/icons": "^1.0.0", "@varlet/markdown-loader": "^1.16.3", "@varlet/stylelint-config": "^1.9.0", "@varlet/touch-emulator": "^1.0.1", - "@varlet/ui": "^1.17.3", + "@varlet/ui": "^1.17.4", "@vue/babel-plugin-jsx": "^1.0.6", "@vue/compiler-sfc": "3.1.4", "@vue/test-utils": "^2.0.0-rc.6", @@ -60,8 +58,10 @@ "clipboard": "^2.0.6", "commander": "^6.2.0", "commitizen": "^4.2.2", + "conventional-changelog-cli": "^2.1.1", "copy-webpack-plugin": "^9.0.1", "css-loader": "^5.0.0", + "cz-conventional-changelog": "^3.3.0", "eslint": "^7.30.0", "execa": "^5.0.0", "fork-ts-checker-webpack-plugin": "^5.2.1", diff --git a/packages/varlet-ui/CHANGELOG.md b/packages/varlet-ui/CHANGELOG.md index 1342ca11472..f9add25c2e1 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.17.4](https://github.com/haoziqaq/varlet/compare/v1.17.3...v1.17.4) (2021-09-09) + +**Note:** Version bump only for package @varlet/ui + + + + + ## [1.17.3](https://github.com/haoziqaq/varlet/compare/v1.17.2...v1.17.3) (2021-09-09) **Note:** Version bump only for package @varlet/ui diff --git a/packages/varlet-ui/package.json b/packages/varlet-ui/package.json index 29a8e6246e4..97abf549bea 100644 --- a/packages/varlet-ui/package.json +++ b/packages/varlet-ui/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/ui", - "version": "1.17.3", + "version": "1.17.4", "description": "A material like components library", "module": "es/index.js", "typings": "types/index.d.ts", @@ -47,7 +47,7 @@ }, "gitHead": "ee9c3866bedad96c86365b0f9888a3a6bb781b1f", "devDependencies": { - "@varlet/cli": "^1.17.3" + "@varlet/cli": "^1.17.4" }, "dependencies": { "dayjs": "^1.10.4",