Skip to content

Commit

Permalink
release: v4.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Jan 15, 2024
1 parent b9d5719 commit 676403e
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v4.2.8

`2024-01-15`

Features

- avatar-cropper: 新增 shape 属性,支持 round 类型 (#2818) @iCheng

Bug Fixes

- calendar: 修复初次打开默认值定位问题 (#2829) @eiinu
- date-picker: 修复数据联动更新问题 (#2824) @eiinu
- dialog: 修复 cancel 按钮的样式问题 (#2823) @eiinu
- picker: 优化 select、cursor 样式 (#2826) @eiinu

## v4.2.7

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

`2024-01-15`

Features

- avatar-cropper: 新增 shape 属性,支持 round 类型 (#2818) @iCheng

Bug Fixes

- calendar: 修复初次打开默认值定位问题 (#2829) @eiinu
- date-picker: 修复数据联动更新问题 (#2824) @eiinu
- dialog: 修复 cancel 按钮的样式问题 (#2823) @eiinu
- picker: 优化 select、cursor 样式 (#2826) @eiinu

## v4.2.7

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

`2024-01-15`

Features

- avatar-cropper: 新增 shape 属性,支持 round 类型 (#2818) @iCheng

Bug Fixes

- calendar: 修复初次打开默认值定位问题 (#2829) @eiinu
- date-picker: 修复数据联动更新问题 (#2824) @eiinu
- dialog: 修复 cancel 按钮的样式问题 (#2823) @eiinu
- picker: 优化 select、cursor 样式 (#2826) @eiinu

## v4.2.7

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

0 comments on commit 676403e

Please sign in to comment.