Skip to content

Commit 06e20c2

Browse files
chore: release 0.13.1 (#853)
* chore(deps): 升级依赖版本 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c374ead commit 06e20c2

File tree

3 files changed

+26
-14
lines changed

3 files changed

+26
-14
lines changed

CHANGELOG.md

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

8+
## 🌈 0.13.1 `2025-06-17`
9+
### 🚀 Features
10+
- `feat`: 使用 `defineOptions` 定义组件 @liweijie0812 ([#849](https://github.com/Tencent/tdesign-vue-next-starter/pull/849))
11+
### 🐞 Bug Fixes
12+
- `types`: 修复 @select-change 的事件类型 @calandnong ([#825](https://github.com/Tencent/tdesign-vue-next-starter/pull/825))
13+
- `Breadcrumb`: 修复面包屑的状态异常 @izoyo ([#840](https://github.com/Tencent/tdesign-vue-next-starter/pull/840))
14+
- `frame`: 修复内嵌网页时不能正常显示的问题 @timi137137 ([#851](https://github.com/Tencent/tdesign-vue-next-starter/pull/851))
15+
### 📈 Performance
16+
- `ESLint`: 迁移ESLint至v9 @timi137137 ([#826](https://github.com/Tencent/tdesign-vue-next-starter/pull/826))
17+
### 🚧 Others
18+
- `deps`: 升级组件库版本 @calandnong ([#825](https://github.com/Tencent/tdesign-vue-next-starter/pull/825))
19+
820
## 🌈 0.12.0 `2025-01-06`
921
### 🐞 Bug Fixes
1022
- `Vue`: 修复升级至 Vue 3.4 及 3.5 的生产模式下的问题 @uyarn ([#796](https://github.com/Tencent/tdesign-vue-next-starter/pull/796))

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tencent/tdesign-vue-next-starter",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"type": "module",
55
"scripts": {
66
"dev:mock": "vite --open --mode mock",
@@ -31,8 +31,8 @@
3131
"pinia-plugin-persistedstate": "^3.2.0",
3232
"qrcode.vue": "^3.4.1",
3333
"qs": "^6.13.1",
34-
"tdesign-icons-vue-next": "^0.3.4",
35-
"tdesign-vue-next": "^1.11.5",
34+
"tdesign-icons-vue-next": "^0.3.6",
35+
"tdesign-vue-next": "^1.13.2",
3636
"tvision-color": "^1.6.0",
3737
"vue": "^3.5.13",
3838
"vue-i18n": "^9.9.1",

0 commit comments

Comments
 (0)