Skip to content

Commit c53b378

Browse files
committed
update: 更新package1.5.3版本号
1 parent 883bb16 commit c53b378

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "55",
33
"name": "@dcloudio/uni-ui",
4-
"version": "1.5.2",
4+
"version": "1.5.3",
55
"description": "",
66
"author": "dcloud",
77
"license": "Apache-2.0",
@@ -33,7 +33,7 @@
3333
"uni-app": {
3434
"scripts": {
3535
"mp-dingtalk": {
36-
"title":"钉钉小程序",
36+
"title": "钉钉小程序",
3737
"env": {
3838
"UNI_PLATFORM": "mp-alipay"
3939
},
@@ -43,5 +43,4 @@
4343
}
4444
}
4545
}
46-
47-
}
46+
}

packages/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dcloudio/uni-ui",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"description": "",
55
"author": "",
66
"license": "Apache-2.0",

uni_modules/uni-easyinput/changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.1.17(2024-03-28)
2+
- 修复 在头条小程序下丢失事件绑定的问题
13
## 1.1.16(2024-03-20)
24
- 修复 在密码输入情况下 清除和小眼睛覆盖bug 在edge浏览器下显示双眼睛bug
35
## 1.1.15(2024-02-21)

uni_modules/uni-easyinput/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "uni-easyinput",
33
"displayName": "uni-easyinput 增强输入框",
4-
"version": "1.1.16",
4+
"version": "1.1.17",
55
"description": "Easyinput 组件是对原生input组件的增强",
66
"keywords": [
77
"uni-ui",
@@ -46,7 +46,8 @@
4646
"platforms": {
4747
"cloud": {
4848
"tcb": "y",
49-
"aliyun": "y"
49+
"aliyun": "y",
50+
"alipay": "n"
5051
},
5152
"client": {
5253
"App": {

0 commit comments

Comments
 (0)