Skip to content

Commit

Permalink
v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Nov 23, 2020
1 parent cf65039 commit 31f885b
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions 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.5](https://user/haoziqaq/varlet/compare/v0.5.4...v0.5.5) (2020-11-23)


### Bug Fixes

* **cli:** 修改ts-loader配置 allowTsInNodeModules ([cf65039](https://user/haoziqaq/varlet/commits/cf65039ca0da0021f52cdabecd61029e2abaf485))





## [0.5.4](https://user/haoziqaq/varlet/compare/v0.5.3...v0.5.4) (2020-11-23)


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.4"
"version": "0.5.5"
}
11 changes: 11 additions & 0 deletions packages/varlet-cli/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.5](https://github.com/haoziqaq/varlet/compare/v0.5.4...v0.5.5) (2020-11-23)


### Bug Fixes

* **cli:** 修改ts-loader配置 allowTsInNodeModules ([cf65039](https://github.com/haoziqaq/varlet/commit/cf65039ca0da0021f52cdabecd61029e2abaf485))





## [0.5.4](https://github.com/haoziqaq/varlet/compare/v0.5.3...v0.5.4) (2020-11-23)


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.4",
"version": "0.5.5",
"description": "cli of varlet",
"bin": {
"varlet-cli": "./lib/index.js"
Expand Down

0 comments on commit 31f885b

Please sign in to comment.