From aaea722f6acb215c808421c4de01ac07670371f9 Mon Sep 17 00:00:00 2001 From: Eiinu Date: Fri, 4 Aug 2023 16:10:57 +0800 Subject: [PATCH] chore: release v4.1.3 --- CHANGELOG.md | 13 +++++++++++++ LICENSE | 2 +- package.json | 2 +- publish/nutui-taro/CHANGELOG.md | 13 +++++++++++++ publish/nutui-taro/LICENSE | 2 +- publish/nutui-taro/package.json | 2 +- publish/nutui/CHANGELOG.md | 13 +++++++++++++ publish/nutui/LICENSE | 2 +- publish/nutui/package.json | 2 +- 9 files changed, 45 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c28d62dba..4d87bb1a22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/LICENSE b/LICENSE index 830f4c7c83..e9ff9a8e1d 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/package.json b/package.json index affa8bb725..338e4c5a40 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/publish/nutui-taro/CHANGELOG.md b/publish/nutui-taro/CHANGELOG.md index 8c28d62dba..4d87bb1a22 100644 --- a/publish/nutui-taro/CHANGELOG.md +++ b/publish/nutui-taro/CHANGELOG.md @@ -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` diff --git a/publish/nutui-taro/LICENSE b/publish/nutui-taro/LICENSE index 830f4c7c83..e9ff9a8e1d 100644 --- a/publish/nutui-taro/LICENSE +++ b/publish/nutui-taro/LICENSE @@ -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 diff --git a/publish/nutui-taro/package.json b/publish/nutui-taro/package.json index 26e4455d61..27a4e3f4b2 100644 --- a/publish/nutui-taro/package.json +++ b/publish/nutui-taro/package.json @@ -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", diff --git a/publish/nutui/CHANGELOG.md b/publish/nutui/CHANGELOG.md index 8c28d62dba..4d87bb1a22 100644 --- a/publish/nutui/CHANGELOG.md +++ b/publish/nutui/CHANGELOG.md @@ -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` diff --git a/publish/nutui/LICENSE b/publish/nutui/LICENSE index 830f4c7c83..e9ff9a8e1d 100644 --- a/publish/nutui/LICENSE +++ b/publish/nutui/LICENSE @@ -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 diff --git a/publish/nutui/package.json b/publish/nutui/package.json index 12b7ac3766..eda758327e 100644 --- a/publish/nutui/package.json +++ b/publish/nutui/package.json @@ -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",