Skip to content

Commit

Permalink
chore: release 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Tidyzq committed Apr 14, 2021
1 parent ef8ac6c commit a839f16
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# 更新日志

## 1.0.8

- fix: 修复 #153
- fix: 修复 `mp-searchbar` 点击取消时错误 focus
- fix: 修复 `mp-half-screen-dialog` 按钮在部分机型按钮排列出错

## 1.0.7

- fix: 修复 `mp-icon` 在 type 改变时报错

## 1.0.6

- feat: `mp-grids` 支持动态修改 grids
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weui-miniprogram",
"version": "1.0.7",
"version": "1.0.8",
"description": "小程序 WeUI 组件库",
"main": "miniprogram_dist/index.js",
"files": [
Expand All @@ -27,6 +27,9 @@
"type": "git",
"url": "https://github.com/wechat-miniprogram/weui-miniprogram.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"homepage": "https://github.com/wechat-miniprogram/weui-miniprogram",
"author": "xushengni,tomylin,cunjinli,rockhou",
"license": "MIT",
Expand Down

0 comments on commit a839f16

Please sign in to comment.