diff --git a/CHANGELOG.md b/CHANGELOG.md index c9984636fd2..b7daa9cd025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.13](https://user/haoziqaq/varlet/compare/v0.5.10...v0.5.13) (2020-11-27) + + +### Bug Fixes + +* **ui/package.json:** fix ([6bb1761](https://user/haoziqaq/varlet/commits/6bb1761adb7d25cd27d6ff38ffe3f483f219a4be)) +* **ui/skeleton:** 修复row的迭代bug ([d1640ac](https://user/haoziqaq/varlet/commits/d1640ac6da277ef5023b0cfb136c5a0787d370cd)) + + + + + ## [0.5.10](https://user/haoziqaq/varlet/compare/v0.5.9...v0.5.10) (2020-11-27) diff --git a/lerna.json b/lerna.json index 2ce22dd56c7..1ca3293ab1e 100644 --- a/lerna.json +++ b/lerna.json @@ -15,5 +15,5 @@ "ignoreChanges": [ "**/*.md" ], - "version": "0.5.10" + "version": "0.5.13" } diff --git a/packages/varlet-cli/CHANGELOG.md b/packages/varlet-cli/CHANGELOG.md index 00ec6bf8291..0da85ff2ce2 100644 --- a/packages/varlet-cli/CHANGELOG.md +++ b/packages/varlet-cli/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.13](https://github.com/haoziqaq/varlet/compare/v0.5.10...v0.5.13) (2020-11-27) + + +### Bug Fixes + +* **ui/package.json:** fix ([6bb1761](https://github.com/haoziqaq/varlet/commit/6bb1761adb7d25cd27d6ff38ffe3f483f219a4be)) +* **ui/skeleton:** 修复row的迭代bug ([d1640ac](https://github.com/haoziqaq/varlet/commit/d1640ac6da277ef5023b0cfb136c5a0787d370cd)) + + + + + ## [0.5.10](https://github.com/haoziqaq/varlet/compare/v0.5.9...v0.5.10) (2020-11-27) diff --git a/packages/varlet-cli/package.json b/packages/varlet-cli/package.json index 354c0aecdb2..e08e2d7654b 100644 --- a/packages/varlet-cli/package.json +++ b/packages/varlet-cli/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/cli", - "version": "0.5.12", + "version": "0.5.13", "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 40e3f589c7b..dab63dde7e7 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.13](https://github.com/haoziqaq/varlet/compare/v0.5.10...v0.5.13) (2020-11-27) + + +### Bug Fixes + +* **ui/skeleton:** 修复row的迭代bug ([d1640ac](https://github.com/haoziqaq/varlet/commit/d1640ac6da277ef5023b0cfb136c5a0787d370cd)) + + + + + ## [0.5.10](https://github.com/haoziqaq/varlet/compare/v0.5.9...v0.5.10) (2020-11-27) diff --git a/packages/varlet-ui/package.json b/packages/varlet-ui/package.json index 36c74cf9dcb..ffc7f8f3e49 100644 --- a/packages/varlet-ui/package.json +++ b/packages/varlet-ui/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/ui", - "version": "0.5.11", + "version": "0.5.13", "description": "A material like components library", "module": "es/index.js", "main": "cjs/index.js",