From c2d55691a93f6086f9472087560a7bf849a485a8 Mon Sep 17 00:00:00 2001 From: Uyarn Date: Thu, 12 Oct 2023 12:05:00 +0800 Subject: [PATCH 1/3] chore: release 1.6.2 --- package.json | 2 +- src/_common | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2d116b6b27..9bb3213de3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tdesign-vue-next", "purename": "tdesign", - "version": "1.6.1", + "version": "1.6.2", "title": "tdesign-vue-next", "description": "TDesign Component for vue-next", "keywords": [ diff --git a/src/_common b/src/_common index 5ad940507e..0352a42300 160000 --- a/src/_common +++ b/src/_common @@ -1 +1 @@ -Subproject commit 5ad940507e631b2d165e7be4517d58f9c8a1c0ab +Subproject commit 0352a42300bb9323ba5ea7fde3e9251c44745e31 From b7c63617455308363b61ca4b8e513e9ab424daef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 12 Oct 2023 04:11:49 +0000 Subject: [PATCH 2/3] chore: changelog's changes --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d83e82c8b1..89733ccb99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ toc: false docClass: timeline --- +## 🌈 1.6.2 `2023-10-12` +### 🚀 Features +- `CheckTag`: 支持多种风格标签配置 @chaishi ([#3419](https://github.com/Tencent/tdesign-vue-next/pull/3419)) +- `CheckTagGroup`: 支持标签组选择 @chaishi ([#3419](https://github.com/Tencent/tdesign-vue-next/pull/3419)) +### 🐞 Bug Fixes +- `badge`: 边框圆角方形样式([common#1617](https://github.com/Tencent/tdesign-common/pull/1617)) @liweijie0812 ([#3461](https://github.com/Tencent/tdesign-vue-next/pull/3461)) +- `badge`: 开启`dot` 忽略形状设置 @liweijie0812 ([#3461](https://github.com/Tencent/tdesign-vue-next/pull/3461)) +- `Table`: 修复行高亮受控属性 `activeRowKeys` 无效问题 @chaishi ([#3463](https://github.com/Tencent/tdesign-vue-next/pull/3463)) + ## 🌈 1.6.1 `2023-10-11` ### 🚀 Features - `Table`: From fc7a86aa9548925c35d1bbed730e4f8759879324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?w=C5=AB=20y=C4=81ng?= Date: Thu, 12 Oct 2023 12:16:58 +0800 Subject: [PATCH 3/3] chore: update CHANGELOG --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89733ccb99..070410d1f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,11 @@ docClass: timeline ## 🌈 1.6.2 `2023-10-12` ### 🚀 Features -- `CheckTag`: 支持多种风格标签配置 @chaishi ([#3419](https://github.com/Tencent/tdesign-vue-next/pull/3419)) -- `CheckTagGroup`: 支持标签组选择 @chaishi ([#3419](https://github.com/Tencent/tdesign-vue-next/pull/3419)) +- `Tag`: `CheckTag` 支持多种风格标签配置 @chaishi ([#3419](https://github.com/Tencent/tdesign-vue-next/pull/3419)) +- `Tag`: 支持标签组 `CheckTagGroup` 选择 @chaishi ([#3419](https://github.com/Tencent/tdesign-vue-next/pull/3419)) ### 🐞 Bug Fixes -- `badge`: 边框圆角方形样式([common#1617](https://github.com/Tencent/tdesign-common/pull/1617)) @liweijie0812 ([#3461](https://github.com/Tencent/tdesign-vue-next/pull/3461)) -- `badge`: 开启`dot` 忽略形状设置 @liweijie0812 ([#3461](https://github.com/Tencent/tdesign-vue-next/pull/3461)) +- `Badge`: 边框圆角方形样式([common#1617](https://github.com/Tencent/tdesign-common/pull/1617)) @liweijie0812 ([#3461](https://github.com/Tencent/tdesign-vue-next/pull/3461)) +- `Badge`: 开启`dot` 忽略形状设置 @liweijie0812 ([#3461](https://github.com/Tencent/tdesign-vue-next/pull/3461)) - `Table`: 修复行高亮受控属性 `activeRowKeys` 无效问题 @chaishi ([#3463](https://github.com/Tencent/tdesign-vue-next/pull/3463)) ## 🌈 1.6.1 `2023-10-11`