Skip to content

Commit aaea722

Browse files
committed
chore: release v4.1.3
1 parent 80a3ad4 commit aaea722

File tree

9 files changed

+45
-6
lines changed

9 files changed

+45
-6
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v4.1.3
2+
3+
`2023-08-04`
4+
5+
Bug Fixes
6+
7+
- calendar: 修复自定义起始日高亮列错误问题 (#2452)
8+
- cascader: 修复在 Popup 中的滑动问题 (#2465)
9+
- input: 修复空白节点导致的样式对齐问题 (#2473)
10+
- taro 端组件根元素统一为 view 标签 (#2467)
11+
- type: 修复部分组件事件类型丢失问题 (#2469)
12+
- docs: 组件文档 demo 代码走查修改 (#2459)
13+
114
## v4.1.2
215

316
`2023-07-24`

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 京东前端
3+
Copyright (c) 2023 京东前端
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

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

publish/nutui-taro/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v4.1.3
2+
3+
`2023-08-04`
4+
5+
Bug Fixes
6+
7+
- calendar: 修复自定义起始日高亮列错误问题 (#2452)
8+
- cascader: 修复在 Popup 中的滑动问题 (#2465)
9+
- input: 修复空白节点导致的样式对齐问题 (#2473)
10+
- taro 端组件根元素统一为 view 标签 (#2467)
11+
- type: 修复部分组件事件类型丢失问题 (#2469)
12+
- docs: 组件文档 demo 代码走查修改 (#2459)
13+
114
## v4.1.2
215

316
`2023-07-24`

publish/nutui-taro/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 京东前端
3+
Copyright (c) 2023 京东前端
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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

publish/nutui/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v4.1.3
2+
3+
`2023-08-04`
4+
5+
Bug Fixes
6+
7+
- calendar: 修复自定义起始日高亮列错误问题 (#2452)
8+
- cascader: 修复在 Popup 中的滑动问题 (#2465)
9+
- input: 修复空白节点导致的样式对齐问题 (#2473)
10+
- taro 端组件根元素统一为 view 标签 (#2467)
11+
- type: 修复部分组件事件类型丢失问题 (#2469)
12+
- docs: 组件文档 demo 代码走查修改 (#2459)
13+
114
## v4.1.2
215

316
`2023-07-24`

publish/nutui/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 京东前端
3+
Copyright (c) 2023 京东前端
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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

0 commit comments

Comments
 (0)