Skip to content

Commit

Permalink
chore: release v4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Sep 5, 2023
1 parent ed9148e commit 1caff1d
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v4.1.5

`2023-09-05`

Bug Fixes

- countdown: millisecond format (#2514) @subordon
- calendar: 修复周选择时 weekDate 相关报错 (#2538) @iCheng
- calendar: 修正 demo 默认文案显示条件 (#2539) @iCheng
- fix: 部分组件增加 catch-move 阻止滚动穿透 (#2543)
- fix: countdown/invoice/navbar 优化事件命名 (#2536)

Refactor

- configprovider: move common logic to common file (#2540) @subordon

## v4.1.4

`2023-08-25`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui",
"version": "4.1.5-beta.1",
"version": "4.1.5",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down
16 changes: 16 additions & 0 deletions publish/nutui-taro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v4.1.5

`2023-09-05`

Bug Fixes

- countdown: millisecond format (#2514) @subordon
- calendar: 修复周选择时 weekDate 相关报错 (#2538) @iCheng
- calendar: 修正 demo 默认文案显示条件 (#2539) @iCheng
- fix: 部分组件增加 catch-move 阻止滚动穿透 (#2543)
- fix: countdown/invoice/navbar 优化事件命名 (#2536)

Refactor

- configprovider: move common logic to common file (#2540) @subordon

## v4.1.4

`2023-08-25`
Expand Down
2 changes: 1 addition & 1 deletion publish/nutui-taro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

| 项目 | 描述 |
| --- | --- |
| [yang1206/uniapp-nutui](https://github.com/yang1206/uniapp-nutui) | 基于 NutUI 4.x 版本开发的 uni-app 组件库 |
| [nutui-uniapp](https://github.com/nutui-uniapp/nutui-uniapp) | 基于 NutUI 4.x 版本开发的 uni-app 组件库 |
| [jwaterwater/uni-nutui](https://github.com/jwaterwater/uni-nutui) | 基于 NutUI 3.x 版本开发的 uni-app 组件库 |

## 使用案例
Expand Down
2 changes: 1 addition & 1 deletion publish/nutui-taro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui-taro",
"version": "4.1.4",
"version": "4.1.5",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down
16 changes: 16 additions & 0 deletions publish/nutui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v4.1.5

`2023-09-05`

Bug Fixes

- countdown: millisecond format (#2514) @subordon
- calendar: 修复周选择时 weekDate 相关报错 (#2538) @iCheng
- calendar: 修正 demo 默认文案显示条件 (#2539) @iCheng
- fix: 部分组件增加 catch-move 阻止滚动穿透 (#2543)
- fix: countdown/invoice/navbar 优化事件命名 (#2536)

Refactor

- configprovider: move common logic to common file (#2540) @subordon

## v4.1.4

`2023-08-25`
Expand Down
2 changes: 1 addition & 1 deletion publish/nutui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

| 项目 | 描述 |
| --- | --- |
| [yang1206/uniapp-nutui](https://github.com/yang1206/uniapp-nutui) | 基于 NutUI 4.x 版本开发的 uni-app 组件库 |
| [nutui-uniapp](https://github.com/nutui-uniapp/nutui-uniapp) | 基于 NutUI 4.x 版本开发的 uni-app 组件库 |
| [jwaterwater/uni-nutui](https://github.com/jwaterwater/uni-nutui) | 基于 NutUI 3.x 版本开发的 uni-app 组件库 |

## 使用案例
Expand Down
2 changes: 1 addition & 1 deletion publish/nutui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui",
"version": "4.1.4",
"version": "4.1.5",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down

0 comments on commit 1caff1d

Please sign in to comment.