diff --git a/CHANGELOG.md b/CHANGELOG.md index dcf191725b3..43fa2902947 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. +## [0.5.8](https://user/haoziqaq/varlet/compare/v0.5.7...v0.5.8) (2020-11-27) + + +### Bug Fixes + +* **cli/site ui:** skeleton组件原型完成 文档完成 ([374100f](https://user/haoziqaq/varlet/commits/374100f2bcfaafd1ca0369b560e05ecde292de7d)) + + + + + ## [0.5.7](https://user/haoziqaq/varlet/compare/v0.5.6...v0.5.7) (2020-11-26) diff --git a/lerna.json b/lerna.json index 56af1ee343d..d66874913f9 100644 --- a/lerna.json +++ b/lerna.json @@ -15,5 +15,5 @@ "ignoreChanges": [ "**/*.md" ], - "version": "0.5.7" + "version": "0.5.8" } diff --git a/packages/varlet-cli/CHANGELOG.md b/packages/varlet-cli/CHANGELOG.md index 4ce76978fcb..499bbdd61e2 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. +## [0.5.8](https://github.com/haoziqaq/varlet/compare/v0.5.7...v0.5.8) (2020-11-27) + + +### Bug Fixes + +* **cli/site ui:** skeleton组件原型完成 文档完成 ([374100f](https://github.com/haoziqaq/varlet/commit/374100f2bcfaafd1ca0369b560e05ecde292de7d)) + + + + + ## [0.5.7](https://github.com/haoziqaq/varlet/compare/v0.5.6...v0.5.7) (2020-11-26) diff --git a/packages/varlet-cli/package.json b/packages/varlet-cli/package.json index 88d174ee754..2b0a1cd460b 100644 --- a/packages/varlet-cli/package.json +++ b/packages/varlet-cli/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/cli", - "version": "0.5.7", + "version": "0.5.8", "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 2dd3ac876db..3f2f3fd235a 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. +## [0.5.8](https://github.com/haoziqaq/varlet/compare/v0.5.7...v0.5.8) (2020-11-27) + + +### Bug Fixes + +* **cli/site ui:** skeleton组件原型完成 文档完成 ([374100f](https://github.com/haoziqaq/varlet/commit/374100f2bcfaafd1ca0369b560e05ecde292de7d)) + + + + + ## [0.5.7](https://github.com/haoziqaq/varlet/compare/v0.5.6...v0.5.7) (2020-11-26) diff --git a/packages/varlet-ui/package.json b/packages/varlet-ui/package.json index d7a2e71878b..12e58a5aed4 100644 --- a/packages/varlet-ui/package.json +++ b/packages/varlet-ui/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/ui", - "version": "0.5.7", + "version": "0.5.8", "description": "A material like components library", "module": "es/index.js", "main": "cjs/index.js",