Skip to content

Commit 372af67

Browse files
committed
chore: release v4.0.7
1 parent 4d2bb6a commit 372af67

File tree

6 files changed

+51
-3
lines changed

6 files changed

+51
-3
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v4.0.7
2+
3+
`2023-05-12`
4+
5+
NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
6+
本次社区贡献者 @ntnyq
7+
8+
* :zap: feat(animate): add duration property (#2280)
9+
* :zap: feat(button): add formType for Taro H5 (#2288)
10+
* :bug: fix(switch): inactiveValue 为非 falsy 值无法显示 (#2258)
11+
* :bug: fix(tabs): tab-title active font-weight #2268
12+
* :bug: fix(sidenavbar): style of async data (#2279)
13+
* :bug: fix(addressList): failed to emit click-item (#2281)
14+
* :bug: fix(form): reset min-width style for label-width (#2282)
15+
* :bug: fix(tour): remove mask after close (#2283)
16+
117
## v4.0.6
218

319
`2023-04-21`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nutui/nutui",
3-
"version": "4.0.6",
3+
"version": "4.0.7",
44
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
55
"main": "dist/nutui.umd.js",
66
"module": "dist/nutui.es.js",

publish/nutui-taro/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v4.0.7
2+
3+
`2023-05-12`
4+
5+
NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
6+
本次社区贡献者 @ntnyq
7+
8+
* :zap: feat(animate): add duration property (#2280)
9+
* :zap: feat(button): add formType for Taro H5 (#2288)
10+
* :bug: fix(switch): inactiveValue 为非 falsy 值无法显示 (#2258)
11+
* :bug: fix(tabs): tab-title active font-weight #2268
12+
* :bug: fix(sidenavbar): style of async data (#2279)
13+
* :bug: fix(addressList): failed to emit click-item (#2281)
14+
* :bug: fix(form): reset min-width style for label-width (#2282)
15+
* :bug: fix(tour): remove mask after close (#2283)
16+
117
## v4.0.6
218

319
`2023-04-21`

publish/nutui-taro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nutui/nutui-taro",
3-
"version": "4.0.6",
3+
"version": "4.0.7",
44
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
55
"main": "dist/nutui.umd.js",
66
"module": "dist/nutui.es.js",

publish/nutui/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v4.0.7
2+
3+
`2023-05-12`
4+
5+
NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
6+
本次社区贡献者 @ntnyq
7+
8+
* :zap: feat(animate): add duration property (#2280)
9+
* :zap: feat(button): add formType for Taro H5 (#2288)
10+
* :bug: fix(switch): inactiveValue 为非 falsy 值无法显示 (#2258)
11+
* :bug: fix(tabs): tab-title active font-weight #2268
12+
* :bug: fix(sidenavbar): style of async data (#2279)
13+
* :bug: fix(addressList): failed to emit click-item (#2281)
14+
* :bug: fix(form): reset min-width style for label-width (#2282)
15+
* :bug: fix(tour): remove mask after close (#2283)
16+
117
## v4.0.6
218

319
`2023-04-21`

publish/nutui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nutui/nutui",
3-
"version": "4.0.6",
3+
"version": "4.0.7",
44
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
55
"main": "dist/nutui.umd.js",
66
"module": "dist/nutui.es.js",

0 commit comments

Comments
 (0)