From 42905fe6e0c0d877e5516d72245f31bd5e1ea26b Mon Sep 17 00:00:00 2001 From: haoziqaq <357229046@qq.com> Date: Fri, 10 Sep 2021 01:11:07 +0800 Subject: [PATCH] v1.17.0 --- CHANGELOG.md | 16 ++++++++++++++++ lerna.json | 2 +- packages/varlet-cli/CHANGELOG.md | 16 ++++++++++++++++ packages/varlet-cli/package.json | 8 ++++---- packages/varlet-ui/CHANGELOG.md | 11 +++++++++++ packages/varlet-ui/package.json | 4 ++-- 6 files changed, 50 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6d0f5ccd69..99f34d11bac 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.17.0](https://github.com/haoziqaq/varlet/compare/v1.16.3...v1.17.0) (2021-09-09) + + +### Bug Fixes + +* **cli:** generators add commitlint ([32dbf2a](https://github.com/haoziqaq/varlet/commit/32dbf2abdb2bc9f75f7447483d4ce6eaa87e5897)) + + +### Features + +* **cli:** add gen command ([abdec46](https://github.com/haoziqaq/varlet/commit/abdec46ac7ef39962bb3025b37b12749f767a777)) + + + + + ## [1.16.3](https://github.com/haoziqaq/varlet/compare/v1.16.2...v1.16.3) (2021-09-09) diff --git a/lerna.json b/lerna.json index 3b1917d19f7..78f4604de3c 100644 --- a/lerna.json +++ b/lerna.json @@ -21,5 +21,5 @@ "ignoreChanges": [ "**/*.md" ], - "version": "1.16.3" + "version": "1.17.0" } diff --git a/packages/varlet-cli/CHANGELOG.md b/packages/varlet-cli/CHANGELOG.md index 162c595d10b..7c5fadefa32 100644 --- a/packages/varlet-cli/CHANGELOG.md +++ b/packages/varlet-cli/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.17.0](https://github.com/haoziqaq/varlet/compare/v1.16.3...v1.17.0) (2021-09-09) + + +### Bug Fixes + +* **cli:** generators add commitlint ([32dbf2a](https://github.com/haoziqaq/varlet/commit/32dbf2abdb2bc9f75f7447483d4ce6eaa87e5897)) + + +### Features + +* **cli:** add gen command ([abdec46](https://github.com/haoziqaq/varlet/commit/abdec46ac7ef39962bb3025b37b12749f767a777)) + + + + + ## [1.16.3](https://github.com/haoziqaq/varlet/compare/v1.16.2...v1.16.3) (2021-09-09) diff --git a/packages/varlet-cli/package.json b/packages/varlet-cli/package.json index 1574a4fb4f7..ab27c649d0b 100644 --- a/packages/varlet-cli/package.json +++ b/packages/varlet-cli/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/cli", - "version": "1.16.3", + "version": "1.17.0", "description": "cli of varlet", "bin": { "varlet-cli": "./lib/index.js" @@ -41,7 +41,7 @@ "@varlet/icons": "^1.0.0", "@varlet/markdown-loader": "^1.16.3", "@varlet/touch-emulator": "^1.0.1", - "@varlet/ui": "^1.16.3", + "@varlet/ui": "^1.17.0", "@vue/babel-plugin-jsx": "^1.0.6", "@vue/compiler-sfc": "3.1.4", "@vue/test-utils": "^2.0.0-rc.6", @@ -65,6 +65,7 @@ "hash-sum": "^2.0.0", "html-webpack-plugin": "^5.1.0", "husky": "^7.0.1", + "inquirer": "^8.1.2", "jest": "^26.6.3", "less": "^3.12.2", "less-loader": "^7.0.2", @@ -86,8 +87,7 @@ "webpack": "^5.23.0", "webpack-dev-server": "^3.11.0", "webpack-merge": "^5.3.0", - "webpackbar": "^5.0.0-3", - "inquirer": "^8.1.2" + "webpackbar": "^5.0.0-3" }, "devDependencies": { "@types/babel__core": "^7.1.12", diff --git a/packages/varlet-ui/CHANGELOG.md b/packages/varlet-ui/CHANGELOG.md index 7d4078c99e6..b614893584c 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.17.0](https://github.com/haoziqaq/varlet/compare/v1.16.3...v1.17.0) (2021-09-09) + + +### Features + +* **cli:** add gen command ([abdec46](https://github.com/haoziqaq/varlet/commit/abdec46ac7ef39962bb3025b37b12749f767a777)) + + + + + ## [1.16.3](https://github.com/haoziqaq/varlet/compare/v1.16.2...v1.16.3) (2021-09-09) diff --git a/packages/varlet-ui/package.json b/packages/varlet-ui/package.json index 347ad5cfa88..7b1c2dcd4a9 100644 --- a/packages/varlet-ui/package.json +++ b/packages/varlet-ui/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/ui", - "version": "1.16.3", + "version": "1.17.0", "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.16.3" + "@varlet/cli": "^1.17.0" }, "dependencies": { "dayjs": "^1.10.4",