Skip to content

Commit

Permalink
Bump version up to 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
moyus committed Mar 15, 2019
1 parent bf377a3 commit 908818d
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 31 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ title: Change Log
toc: hidden
---

### 2.1.5

`2019-03-15`

- Fix
- `Swiper` not destroy properly[#338](https://github.com/didi/mand-mobile/issues/338)
- `InputItem` support string type `virtual-keyboard-vm` prop[#355](https://github.com/didi/mand-mobile/issues/355)

### 2.1.4

`2019-03-08`
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ title: 更新日志
toc: hidden
---

### 2.1.5

`2019-03-15`

- Fix
- 修复`Swiper`未正确销毁问题[#338](https://github.com/didi/mand-mobile/issues/338)
- `InputItem`数字键盘参数支持传递字符串引用名[#355](https://github.com/didi/mand-mobile/issues/355)

### 2.1.4

`2019-03-08`
Expand Down
22 changes: 22 additions & 0 deletions CHECKLIST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 发版步骤

- 日志
- [] 更新`package.json`版本号
- [] 更新CHANGELOG
- 检测
- [] `npm run test`
- [] `npm run build`
- [] `npm run dev:bundle`
- 构建
- [] 切换至`master`分支并合并`dev`分支
- [] 构建项目: `npm run build`
- [] 推送至远程分支
- [] 版本发布: `npm publish`
- 站点
- [] 构建示例: `npm run build:example`
- [] 更新依赖: `cd site && npm install mand-mobile`
- [] 构建站点: `npm run build:site`
- [] 合并至`master`分支并推送
- 收尾
- [] 进入CI查看进度
- [] 仓库发布RELEASE
28 changes: 0 additions & 28 deletions docs/examples/index.html

This file was deleted.

1 change: 0 additions & 1 deletion docs/examples/mand-mobile-example.css

This file was deleted.

1 change: 0 additions & 1 deletion docs/examples/mand-mobile-example.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mand-mobile",
"version": "2.1.4",
"version": "2.1.5",
"description": "A Vue.js 2.0 Mobile UI Toolkit",
"homepage": "https://github.com/didi/mand-mobile",
"main": "lib/mand-mobile.umd.js",
Expand Down

0 comments on commit 908818d

Please sign in to comment.