Skip to content

Commit

Permalink
update: 更新package1.5.3版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
18148764734 committed Mar 28, 2024
1 parent 883bb16 commit c53b378
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "55",
"name": "@dcloudio/uni-ui",
"version": "1.5.2",
"version": "1.5.3",
"description": "",
"author": "dcloud",
"license": "Apache-2.0",
Expand Down Expand Up @@ -33,7 +33,7 @@
"uni-app": {
"scripts": {
"mp-dingtalk": {
"title":"钉钉小程序",
"title": "钉钉小程序",
"env": {
"UNI_PLATFORM": "mp-alipay"
},
Expand All @@ -43,5 +43,4 @@
}
}
}

}
}
2 changes: 1 addition & 1 deletion packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dcloudio/uni-ui",
"version": "1.5.2",
"version": "1.5.3",
"description": "",
"author": "",
"license": "Apache-2.0",
Expand Down
2 changes: 2 additions & 0 deletions uni_modules/uni-easyinput/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.1.17(2024-03-28)
- 修复 在头条小程序下丢失事件绑定的问题
## 1.1.16(2024-03-20)
- 修复 在密码输入情况下 清除和小眼睛覆盖bug 在edge浏览器下显示双眼睛bug
## 1.1.15(2024-02-21)
Expand Down
5 changes: 3 additions & 2 deletions uni_modules/uni-easyinput/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "uni-easyinput",
"displayName": "uni-easyinput 增强输入框",
"version": "1.1.16",
"version": "1.1.17",
"description": "Easyinput 组件是对原生input组件的增强",
"keywords": [
"uni-ui",
Expand Down Expand Up @@ -46,7 +46,8 @@
"platforms": {
"cloud": {
"tcb": "y",
"aliyun": "y"
"aliyun": "y",
"alipay": "n"
},
"client": {
"App": {
Expand Down

0 comments on commit c53b378

Please sign in to comment.