Skip to content

Commit

Permalink
chore: release 0.12.0 (#806)
Browse files Browse the repository at this point in the history
* chore: release 0.12.0

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
liweijie0812 and github-actions[bot] authored Jan 6, 2025
1 parent 7a0a92c commit ad0dc2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ toc: false
docClass: timeline
---

## 🌈 0.12.0 `2025-01-06`
### 🐞 Bug Fixes
- `Vue`: 修复升级至 Vue 3.4 及 3.5 的生产模式下的问题 @uyarn ([#796](https://github.com/Tencent/tdesign-vue-next-starter/pull/796))
### 📈 Performance
- defineProps改为Vue3.5解构语法 @liect ([#799](https://github.com/Tencent/tdesign-vue-next-starter/pull/799))

## 🌈 0.11.0 `2024-11-06`
### 🚀 Features
- `feat`: 调整默认lock文件配置 @timi137137 ([#717](https://github.com/Tencent/tdesign-vue-next-starter/pull/717))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tencent/tdesign-vue-next-starter",
"version": "0.11.0",
"version": "0.12.0",
"type": "module",
"scripts": {
"dev:mock": "vite --open --mode mock",
Expand Down

0 comments on commit ad0dc2e

Please sign in to comment.