Skip to content

Commit 13f4f02

Browse files
committed
release: v6.1.1
1 parent ee77538 commit 13f4f02

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# CHANGELOG
22

3+
## [6.1.1](https://github.com/mx-space/admin-vue3/compare/v6.1.0...v6.1.1) (2026-03-01)
4+
5+
6+
### Bug Fixes
7+
8+
* lexical editor debug editor ([7f5f37e](https://github.com/mx-space/admin-vue3/commit/7f5f37e3241ceacc7107052a46afb379aa2c7723))
9+
10+
11+
### Features
12+
13+
* **ai-tasks:** show failed languages and smart retry label for partial-failed tasks ([ee77538](https://github.com/mx-space/admin-vue3/commit/ee775381cb98bcf684222facb1e662d6b5539ce3))
14+
* enhance RichEditor and RichWriteEditor with focus functionality ([0fee4d9](https://github.com/mx-space/admin-vue3/commit/0fee4d9b242a70fbd1136ceb013c7e48d8ec7207))
15+
16+
17+
318
# [6.1.0](https://github.com/mx-space/admin-vue3/compare/v6.0.8...v6.1.0) (2026-02-28)
419

520

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mx-admin",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"bump": {
55
"before": [
66
"git pull --rebase"
@@ -140,4 +140,4 @@
140140
"vite-tsconfig-paths": "6.0.5"
141141
},
142142
"packageManager": "pnpm@10.28.2"
143-
}
143+
}

0 commit comments

Comments
 (0)