We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f3201 commit 4fa1333Copy full SHA for 4fa1333
2 files changed
CHANGELOG.md
@@ -5,6 +5,10 @@ toc: false
5
spline: explain
6
---
7
8
+## 🌈 1.0.2 `2025-05-27`
9
+### 🚧 Others
10
+- Feature/chatbot 修改类型定义,增加Chat前缀 @carolin913 ([#212](https://github.com/TDesignOteam/tdesign-web-components/pull/212))
11
+
12
## 🌈 1.0.1 `2025-05-27`
13
### 🚧 Others
14
- feat(chatbot): modify exported type @carolin913 ([#210](https://github.com/TDesignOteam/tdesign-web-components/pull/210))
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "tdesign-web-components",
3
"purename": "tdesign",
4
- "version": "1.0.1",
+ "version": "1.0.2",
"type": "module",
"main": "lib/index.js",
"module": "lib/index.js",
0 commit comments