release: v8.4.0
This commit is contained in:
@@ -1,5 +1,21 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
# [8.4.0](https://github.com/mx-space/core/compare/v8.3.2...v8.4.0) (2025-07-10)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* remove patch ([14fe84c](https://github.com/mx-space/core/commit/14fe84c0bf20209d0a05f3d8f68903c67ca3b690))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **ai:** integrate new AI SDK and refactor AI services ([3e12044](https://github.com/mx-space/core/commit/3e12044fcebdf8b13aa6a7d28f7b4ba3037d7353))
|
||||||
|
* **core:** 实现文章的发布/取消发布功能 ([#2443](https://github.com/mx-space/core/issues/2443)) ([00b66be](https://github.com/mx-space/core/commit/00b66bef7ea49d7fa7097362dabfcc12cc2db6e9))
|
||||||
|
* **server-time:** enhance middleware configuration and import context ([a463551](https://github.com/mx-space/core/commit/a4635519b8846bc32d42611835c40d6d9ddc4819))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [8.3.2](https://github.com/mx-space/core/compare/v8.3.1...v8.3.2) (2025-05-26)
|
## [8.3.2](https://github.com/mx-space/core/compare/v8.3.1...v8.3.2) (2025-05-26)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@mx-space/core",
|
"name": "@mx-space/core",
|
||||||
"version": "8.3.2",
|
"version": "8.4.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "AGPLv3",
|
"license": "AGPLv3",
|
||||||
"homepage": "https://github.com/mx-space/core/tree/master/apps/core#readme",
|
"homepage": "https://github.com/mx-space/core/tree/master/apps/core#readme",
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
"author": "Innei <https://innei.in>",
|
"author": "Innei <https://innei.in>",
|
||||||
"dashboard": {
|
"dashboard": {
|
||||||
"repo": "mx-space/mx-admin",
|
"repo": "mx-space/mx-admin",
|
||||||
"version": "4.9.0"
|
"version": "4.10.1"
|
||||||
},
|
},
|
||||||
"issues": "https://github.com/mx-space/core/issues",
|
"issues": "https://github.com/mx-space/core/issues",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user