Skip to content

Commit 19a0e94

Browse files
committed
chore: release v3.3.8
1 parent bc086af commit 19a0e94

File tree

6 files changed

+36
-3
lines changed

6 files changed

+36
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v3.3.8
2+
3+
`2023-06-12`
4+
5+
NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
6+
7+
* :zap: feat: the title bar supports vertical automatic scrolling (#2200) @gyt95
8+
* :bug: fix(dialog): 修复 close-on-click-overlay 失效问题 @eiinu
9+
* :bug: fix(switch): inactiveValue 为非 falsy 值无法显示 (#2258) @ntnyq
10+
* :bug: fix(signature): 同步 V4 问题修复 @eiinu
11+
112
## v3.3.7
213

314
`2023-04-06`

package.json

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

publish/nutui-taro/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v3.3.8
2+
3+
`2023-06-12`
4+
5+
NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
6+
7+
* :zap: feat: the title bar supports vertical automatic scrolling (#2200) @gyt95
8+
* :bug: fix(dialog): 修复 close-on-click-overlay 失效问题 @eiinu
9+
* :bug: fix(switch): inactiveValue 为非 falsy 值无法显示 (#2258) @ntnyq
10+
* :bug: fix(signature): 同步 V4 问题修复 @eiinu
11+
112
## v3.3.7
213

314
`2023-04-06`

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": "3.3.8-beta.1",
3+
"version": "3.3.8",
44
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
55
"main": "dist/nutui.umd.js",
66
"module": "dist/nutui.es.js",

publish/nutui/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v3.3.8
2+
3+
`2023-06-12`
4+
5+
NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
6+
7+
* :zap: feat: the title bar supports vertical automatic scrolling (#2200) @gyt95
8+
* :bug: fix(dialog): 修复 close-on-click-overlay 失效问题 @eiinu
9+
* :bug: fix(switch): inactiveValue 为非 falsy 值无法显示 (#2258) @ntnyq
10+
* :bug: fix(signature): 同步 V4 问题修复 @eiinu
11+
112
## v3.3.7
213

314
`2023-04-06`

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": "3.3.8-beta.1",
3+
"version": "3.3.8",
44
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库",
55
"main": "dist/nutui.umd.js",
66
"module": "dist/nutui.es.js",

0 commit comments

Comments
 (0)