Skip to content

Commit

Permalink
v0.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Nov 27, 2020
1 parent 6bb1761 commit c58f30f
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"ignoreChanges": [
"**/*.md"
],
"version": "0.5.10"
"version": "0.5.13"
}
12 changes: 12 additions & 0 deletions packages/varlet-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-cli/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
11 changes: 11 additions & 0 deletions packages/varlet-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-ui/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c58f30f

Please sign in to comment.