Skip to content

Commit b5e81f7

Browse files
committed
release: v6.4.3
1 parent b31980f commit b5e81f7

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

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

3+
## [6.4.3](https://github.com/mx-space/admin-vue3/compare/v6.5.0...v6.4.3) (2026-04-07)
4+
5+
6+
### Bug Fixes
7+
8+
* bump @haklex/* to 0.0.104 — fix Ask AI button click timing ([ed02bd3](https://github.com/mx-space/admin-vue3/commit/ed02bd3405702c2b02bf2b5428ce1bb11ceb20a7))
9+
* **editor:** prevent double unmount crash when publishing with agent panel open ([3842090](https://github.com/mx-space/admin-vue3/commit/3842090a2b922aeb23470d4e4f66988f68263054))
10+
* **snippets:** prevent type watcher from overwriting fetched editor data ([4bcf417](https://github.com/mx-space/admin-vue3/commit/4bcf417c1e8d2d779976a432d41e89dc9923c11f))
11+
12+
13+
### Features
14+
15+
* add pinned selection indicator to agent chat input ([02e3d48](https://github.com/mx-space/admin-vue3/commit/02e3d48085bd4a783c23d524790c66546eb5ef28))
16+
* **agent-chat:** remember recent models and simplify editor bridges ([e6a7300](https://github.com/mx-space/admin-vue3/commit/e6a730060d62ad9613105bec006153b08f5dc473))
17+
* integrate agent selection awareness from @haklex/* 0.0.102 ([12c455d](https://github.com/mx-space/admin-vue3/commit/12c455deb831b9281a582c6ad07d9a7b90c7d008))
18+
19+
20+
321
# [6.5.0](https://github.com/mx-space/admin-vue3/compare/v6.4.2...v6.5.0) (2026-04-05)
422

523

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.4.2",
3+
"version": "6.4.3",
44
"bump": {
55
"before": [
66
"git pull --rebase"
@@ -146,4 +146,4 @@
146146
"vite-plugin-vue-inspector": "5.4.0"
147147
},
148148
"packageManager": "pnpm@10.28.2"
149-
}
149+
}

0 commit comments

Comments
 (0)