Skip to content

Commit 39b6966

Browse files
chore: release 1.10.2 (#3339) (#3340)
* chore: release 1.10.2 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent da8d2ae commit 39b6966

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ toc: false
55
docClass: timeline
66
---
77

8+
## 🌈 1.10.2 `2024-09-24`
9+
### 🐞 Bug Fixes
10+
- 修复`1.10.1`版本中构建产物异常的问题
11+
812
## 🌈 1.10.1 `2024-09-24`
913

1014
### 🚀 Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tdesign-vue",
33
"purename": "tdesign",
4-
"version": "1.10.1-naruto",
4+
"version": "1.10.2-naruto",
55
"description": "tdesign-vue",
66
"title": "tdesign-vue",
77
"keywords": [

src/select/hooks/style/css.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import '../../style/index.css';

src/select/hooks/style/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import '../../style/index.js';

0 commit comments

Comments
 (0)