Skip to content

Commit 02ffa8f

Browse files
committed
release: v8.4.0
1 parent 3e57805 commit 02ffa8f

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

apps/core/CHANGELOG.md

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

3+
# [8.4.0](https://github.com/mx-space/core/compare/v8.3.2...v8.4.0) (2025-07-10)
4+
5+
6+
### Bug Fixes
7+
8+
* remove patch ([14fe84c](https://github.com/mx-space/core/commit/14fe84c0bf20209d0a05f3d8f68903c67ca3b690))
9+
10+
11+
### Features
12+
13+
* **ai:** integrate new AI SDK and refactor AI services ([3e12044](https://github.com/mx-space/core/commit/3e12044fcebdf8b13aa6a7d28f7b4ba3037d7353))
14+
* **core:** 实现文章的发布/取消发布功能 ([#2443](https://github.com/mx-space/core/issues/2443)) ([00b66be](https://github.com/mx-space/core/commit/00b66bef7ea49d7fa7097362dabfcc12cc2db6e9))
15+
* **server-time:** enhance middleware configuration and import context ([a463551](https://github.com/mx-space/core/commit/a4635519b8846bc32d42611835c40d6d9ddc4819))
16+
17+
18+
319
## [8.3.2](https://github.com/mx-space/core/compare/v8.3.1...v8.3.2) (2025-05-26)
420

521

apps/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mx-space/core",
3-
"version": "8.3.2",
3+
"version": "8.4.0",
44
"private": true,
55
"license": "AGPLv3",
66
"homepage": "https://github.com/mx-space/core/tree/master/apps/core#readme",
@@ -11,7 +11,7 @@
1111
"author": "Innei <https://innei.in>",
1212
"dashboard": {
1313
"repo": "mx-space/mx-admin",
14-
"version": "4.9.0"
14+
"version": "4.10.1"
1515
},
1616
"issues": "https://github.com/mx-space/core/issues",
1717
"scripts": {
@@ -164,4 +164,4 @@
164164
"vite-tsconfig-paths": "5.1.4",
165165
"vitest": "1.5.2"
166166
}
167-
}
167+
}

0 commit comments

Comments
 (0)