Skip to content

Commit

Permalink
chore: release v4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Aug 4, 2023
1 parent 80a3ad4 commit aaea722
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v4.1.3

`2023-08-04`

Bug Fixes

- calendar: 修复自定义起始日高亮列错误问题 (#2452)
- cascader: 修复在 Popup 中的滑动问题 (#2465)
- input: 修复空白节点导致的样式对齐问题 (#2473)
- taro 端组件根元素统一为 view 标签 (#2467)
- type: 修复部分组件事件类型丢失问题 (#2469)
- docs: 组件文档 demo 代码走查修改 (#2459)

## v4.1.2

`2023-07-24`
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 京东前端
Copyright (c) 2023 京东前端

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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.2",
"version": "4.1.3",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down
13 changes: 13 additions & 0 deletions publish/nutui-taro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v4.1.3

`2023-08-04`

Bug Fixes

- calendar: 修复自定义起始日高亮列错误问题 (#2452)
- cascader: 修复在 Popup 中的滑动问题 (#2465)
- input: 修复空白节点导致的样式对齐问题 (#2473)
- taro 端组件根元素统一为 view 标签 (#2467)
- type: 修复部分组件事件类型丢失问题 (#2469)
- docs: 组件文档 demo 代码走查修改 (#2459)

## v4.1.2

`2023-07-24`
Expand Down
2 changes: 1 addition & 1 deletion publish/nutui-taro/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 京东前端
Copyright (c) 2023 京东前端

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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.2",
"version": "4.1.3",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down
13 changes: 13 additions & 0 deletions publish/nutui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v4.1.3

`2023-08-04`

Bug Fixes

- calendar: 修复自定义起始日高亮列错误问题 (#2452)
- cascader: 修复在 Popup 中的滑动问题 (#2465)
- input: 修复空白节点导致的样式对齐问题 (#2473)
- taro 端组件根元素统一为 view 标签 (#2467)
- type: 修复部分组件事件类型丢失问题 (#2469)
- docs: 组件文档 demo 代码走查修改 (#2459)

## v4.1.2

`2023-07-24`
Expand Down
2 changes: 1 addition & 1 deletion publish/nutui/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 京东前端
Copyright (c) 2023 京东前端

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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.2",
"version": "4.1.3",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down

0 comments on commit aaea722

Please sign in to comment.