Skip to content

Commit

Permalink
[release]: 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
linwens_xdf committed Aug 27, 2019
1 parent 13abb7a commit a5a49e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.1.2](https://github.com/linwens/xue/compare/v0.1.1...v0.1.2) (2019-08-27)

### 0.1.1 (2019-08-27)
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xue",
"version": "0.1.1",
"version": "0.1.2",
"description": "基于 vue-cli3 的 UI 组件库",
"main": "lib/xue-ui.umd.min.js",
"keywords": [
Expand All @@ -22,7 +22,8 @@
"lib": "vue-cli-service build --target lib --name xue-ui --dest lib packages/index.js && npm run build:style",
"build:style": "gulp build --gulpfile packages/theme-default/gulpfile.js && cp-cli packages/theme-default/lib lib/theme-default",
"test:unit": "vue-cli-service test:unit",
"release": "standard-version"
"version": "standard-version",
"release": "sh build/release.sh"
},
"dependencies": {
"core-js": "^2.6.5",
Expand Down

0 comments on commit a5a49e7

Please sign in to comment.