Skip to content

Commit c8efb64

Browse files
committed
chore: release v4.0.8
1 parent 418cd0f commit c8efb64

File tree

6 files changed

+48
-3
lines changed

6 files changed

+48
-3
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v4.0.8
2+
3+
`2023-05-26`
4+
5+
NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
6+
本次社区贡献者 @tolking
7+
8+
* :zap: feat(image): 添加 lazy-load 属性 (#2295)
9+
* :bug: fix(checkbox): fix the icon display about indeterminate (#2301) @tolking
10+
* :bug: fix(collapse): 修复异步加载数据时无法自动展开问题 (#2302)
11+
* :bug: fix(noticebar): 修复支付宝小程序下横向动画失效问题 (#2306)
12+
* :bug: fix(checkbox): 修复组件销毁时 v-model 数据改变的问题 (#2308)
13+
* :bug: chore(taro): 移除多余的组件导出,修复字节小程序编译警告 (#2309)
14+
* :rocket: chore(style): 调整样式依赖关系生成方式 (#2302)
15+
116
## v4.0.7
217

318
`2023-05-12`

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

publish/nutui-taro/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v4.0.8
2+
3+
`2023-05-26`
4+
5+
NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
6+
本次社区贡献者 @tolking
7+
8+
* :zap: feat(image): 添加 lazy-load 属性 (#2295)
9+
* :bug: fix(checkbox): fix the icon display about indeterminate (#2301) @tolking
10+
* :bug: fix(collapse): 修复异步加载数据时无法自动展开问题 (#2302)
11+
* :bug: fix(noticebar): 修复支付宝小程序下横向动画失效问题 (#2306)
12+
* :bug: fix(checkbox): 修复组件销毁时 v-model 数据改变的问题 (#2308)
13+
* :bug: chore(taro): 移除多余的组件导出,修复字节小程序编译警告 (#2309)
14+
* :rocket: chore(style): 调整样式依赖关系生成方式 (#2302)
15+
116
## v4.0.7
217

318
`2023-05-12`

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

publish/nutui/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v4.0.8
2+
3+
`2023-05-26`
4+
5+
NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
6+
本次社区贡献者 @tolking
7+
8+
* :zap: feat(image): 添加 lazy-load 属性 (#2295)
9+
* :bug: fix(checkbox): fix the icon display about indeterminate (#2301) @tolking
10+
* :bug: fix(collapse): 修复异步加载数据时无法自动展开问题 (#2302)
11+
* :bug: fix(noticebar): 修复支付宝小程序下横向动画失效问题 (#2306)
12+
* :bug: fix(checkbox): 修复组件销毁时 v-model 数据改变的问题 (#2308)
13+
* :bug: chore(taro): 移除多余的组件导出,修复字节小程序编译警告 (#2309)
14+
* :rocket: chore(style): 调整样式依赖关系生成方式 (#2302)
15+
116
## v4.0.7
217

318
`2023-05-12`

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

0 commit comments

Comments
 (0)