Skip to content

Commit a839f16

Browse files
committed
chore: release 1.0.8
1 parent ef8ac6c commit a839f16

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# 更新日志
22

3+
## 1.0.8
4+
5+
- fix: 修复 #153
6+
- fix: 修复 `mp-searchbar` 点击取消时错误 focus
7+
- fix: 修复 `mp-half-screen-dialog` 按钮在部分机型按钮排列出错
8+
9+
## 1.0.7
10+
11+
- fix: 修复 `mp-icon` 在 type 改变时报错
12+
313
## 1.0.6
414

515
- feat: `mp-grids` 支持动态修改 grids

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "weui-miniprogram",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "小程序 WeUI 组件库",
55
"main": "miniprogram_dist/index.js",
66
"files": [
@@ -27,6 +27,9 @@
2727
"type": "git",
2828
"url": "https://github.com/wechat-miniprogram/weui-miniprogram.git"
2929
},
30+
"publishConfig": {
31+
"registry": "https://registry.npmjs.org"
32+
},
3033
"homepage": "https://github.com/wechat-miniprogram/weui-miniprogram",
3134
"author": "xushengni,tomylin,cunjinli,rockhou",
3235
"license": "MIT",

0 commit comments

Comments
 (0)