Skip to content

Commit

Permalink
release: v4.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-huxiyang committed Sep 14, 2024
1 parent 07367de commit 628a95d
Show file tree
Hide file tree
Showing 8 changed files with 59 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
- ## v4.3.13

`2024-09-14`

Bug Fixes

- fix(avatarcrppoer): undefined @Alex-huxiyang
- fix: sass warning @ice909

Features

- feat(uploader): support beforeUpload in taro @Alex-huxiyang

Other Changes

- chore: bump taro to v3.6.34 @Alex-huxiyang
- chore: add common-intellisense to Community Ecosystem @Simon-He95

- ## v4.3.12

`2024-08-02`
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.3.12",
"version": "4.3.13",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down
18 changes: 18 additions & 0 deletions publish/nutui-taro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
- ## v4.3.13

`2024-09-14`

Bug Fixes

- fix(avatarcrppoer): undefined @Alex-huxiyang
- fix: sass warning @ice909

Features

- feat(uploader): support beforeUpload in taro @Alex-huxiyang

Other Changes

- chore: bump taro to v3.6.34 @Alex-huxiyang
- chore: add common-intellisense to Community Ecosystem @Simon-He95

- ## v4.3.12

`2024-08-02`
Expand Down
1 change: 1 addition & 0 deletions publish/nutui-taro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
| --- | --- |
| [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 组件库 |
| [common-intellisense](https://github.com/Simon-He95/common-intellisense) | 提供 NutUI 4.x 版本智能提示的 vscode 插件 |

## 项目状态

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.3.12",
"version": "4.3.13",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down
18 changes: 18 additions & 0 deletions publish/nutui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
- ## v4.3.13

`2024-09-14`

Bug Fixes

- fix(avatarcrppoer): undefined @Alex-huxiyang
- fix: sass warning @ice909

Features

- feat(uploader): support beforeUpload in taro @Alex-huxiyang

Other Changes

- chore: bump taro to v3.6.34 @Alex-huxiyang
- chore: add common-intellisense to Community Ecosystem @Simon-He95

- ## v4.3.12

`2024-08-02`
Expand Down
1 change: 1 addition & 0 deletions publish/nutui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
| --- | --- |
| [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 组件库 |
| [common-intellisense](https://github.com/Simon-He95/common-intellisense) | 提供 NutUI 4.x 版本智能提示的 vscode 插件 |

## 项目状态

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

0 comments on commit 628a95d

Please sign in to comment.