From b212103edfc60274c7c4914dab580f2f87a284cf Mon Sep 17 00:00:00 2001 From: haoziqaq <357229046@qq.com> Date: Fri, 10 Sep 2021 01:29:18 +0800 Subject: [PATCH] v1.17.1 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/varlet-cli/CHANGELOG.md | 11 +++++++++++ packages/varlet-cli/package.json | 4 ++-- packages/varlet-ui/CHANGELOG.md | 8 ++++++++ packages/varlet-ui/package.json | 4 ++-- 6 files changed, 35 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99f34d11bac..1f6d7d9df0b 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.1](https://github.com/haoziqaq/varlet/compare/v1.17.0...v1.17.1) (2021-09-09) + + +### Bug Fixes + +* **cli:** fix generators files publish error ([29c014d](https://github.com/haoziqaq/varlet/commit/29c014dab61cf7242dc005a3878e172a03def602)) + + + + + # [1.17.0](https://github.com/haoziqaq/varlet/compare/v1.16.3...v1.17.0) (2021-09-09) diff --git a/lerna.json b/lerna.json index 78f4604de3c..563a4ceef3f 100644 --- a/lerna.json +++ b/lerna.json @@ -21,5 +21,5 @@ "ignoreChanges": [ "**/*.md" ], - "version": "1.17.0" + "version": "1.17.1" } diff --git a/packages/varlet-cli/CHANGELOG.md b/packages/varlet-cli/CHANGELOG.md index 7c5fadefa32..6adbaa8dc1d 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.1](https://github.com/haoziqaq/varlet/compare/v1.17.0...v1.17.1) (2021-09-09) + + +### Bug Fixes + +* **cli:** fix generators files publish error ([29c014d](https://github.com/haoziqaq/varlet/commit/29c014dab61cf7242dc005a3878e172a03def602)) + + + + + # [1.17.0](https://github.com/haoziqaq/varlet/compare/v1.16.3...v1.17.0) (2021-09-09) diff --git a/packages/varlet-cli/package.json b/packages/varlet-cli/package.json index ab27c649d0b..cf71aef713d 100644 --- a/packages/varlet-cli/package.json +++ b/packages/varlet-cli/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/cli", - "version": "1.17.0", + "version": "1.17.1", "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.17.0", + "@varlet/ui": "^1.17.1", "@vue/babel-plugin-jsx": "^1.0.6", "@vue/compiler-sfc": "3.1.4", "@vue/test-utils": "^2.0.0-rc.6", diff --git a/packages/varlet-ui/CHANGELOG.md b/packages/varlet-ui/CHANGELOG.md index b614893584c..13157156bef 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.1](https://github.com/haoziqaq/varlet/compare/v1.17.0...v1.17.1) (2021-09-09) + +**Note:** Version bump only for package @varlet/ui + + + + + # [1.17.0](https://github.com/haoziqaq/varlet/compare/v1.16.3...v1.17.0) (2021-09-09) diff --git a/packages/varlet-ui/package.json b/packages/varlet-ui/package.json index 7b1c2dcd4a9..befd009f9d0 100644 --- a/packages/varlet-ui/package.json +++ b/packages/varlet-ui/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/ui", - "version": "1.17.0", + "version": "1.17.1", "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.0" + "@varlet/cli": "^1.17.1" }, "dependencies": { "dayjs": "^1.10.4",