Skip to content

Commit

Permalink
Merge pull request #71 from Linkontoask/dev-2020
Browse files Browse the repository at this point in the history
release: 1.3.0
  • Loading branch information
Linkontoask authored Sep 4, 2020
2 parents 1e207e5 + cf8123d commit 53048cd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.md
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ after_success:
deploy:
provider: npm
edge: true
cleanup: true
email: "$NPM_EMAIL"
api_token: "$NPM_TOKEN"
skip_cleanup: true
email: '$NPM_EMAIL'
api_token: '$NPM_TOKEN'
on:
tags: false
branch: master
Expand Down
4 changes: 2 additions & 2 deletions docs/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ If you want to get a stable version, please bring the version number
```html
<script src="//unpkg.com/vue@2.6.10/dist/vue.js"></script>
<!-- Introducing component library -->
<script src="//unpkg.com/v-easy-components@1.2.3/lib/index.js"></script>
<script src="//unpkg.com/v-easy-components@1.3.0/lib/index.js"></script>
<!-- Introducing style -->
<link rel="stylesheet" href="//unpkg.com/v-easy-components@1.2.3/lib/theme-chalk/index.css">
<link rel="stylesheet" href="//unpkg.com/v-easy-components@1.3.0/lib/theme-chalk/index.css">
```

## Hello world
Expand Down
4 changes: 2 additions & 2 deletions docs/zh/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ yarn add v-easy-components -D
```html
<script src="//unpkg.com/vue@2.6.10/dist/vue.js"></script>
<!-- 组件库 -->
<script src="//unpkg.com/v-easy-components@1.2.3/lib/index.js"></script>
<script src="//unpkg.com/v-easy-components@1.3.0/lib/index.js"></script>
<!-- 组件样式 -->
<link rel="stylesheet" href="//unpkg.com/v-easy-components@1.2.3/lib/theme-chalk/index.css">
<link rel="stylesheet" href="//unpkg.com/v-easy-components@1.3.0/lib/theme-chalk/index.css">
```

## Hello world
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "v-easy-components",
"description": "Vue.js UI Components",
"version": "1.2.5",
"version": "1.3.0",
"main": "index.js",
"files": [
"lib",
Expand Down

0 comments on commit 53048cd

Please sign in to comment.