release: v3.43.7

This commit is contained in:
Innei
2023-04-30 22:39:57 +08:00
parent e577109b86
commit 307cf3a907
2 changed files with 17 additions and 2 deletions

View File

@@ -1,5 +1,20 @@
# CHANGELOG # CHANGELOG
## [3.43.7](https://github.com/mx-space/core/compare/v3.43.6...v3.43.7) (2023-04-30)
### Bug Fixes
* image record filter ([fa2f72a](https://github.com/mx-space/core/commit/fa2f72a229a1baf9494350a060691b9f91942566))
* images uniq ([9f62272](https://github.com/mx-space/core/commit/9f6227273df305f10f840e472b31ffd235a8251f))
### Features
* support page reorder ([e577109](https://github.com/mx-space/core/commit/e577109b862154b784ef295d58f4dc39d59b098c))
## [3.43.6](https://github.com/mx-space/core/compare/v3.43.5...v3.43.6) (2023-04-30) ## [3.43.6](https://github.com/mx-space/core/compare/v3.43.5...v3.43.6) (2023-04-30)

View File

@@ -1,12 +1,12 @@
{ {
"name": "@mx-space/core", "name": "@mx-space/core",
"version": "3.43.6", "version": "3.43.7",
"author": "Innei <https://innei.ren>", "author": "Innei <https://innei.ren>",
"private": true, "private": true,
"license": "AGPLv3", "license": "AGPLv3",
"dashboard": { "dashboard": {
"repo": "mx-space/mx-admin", "repo": "mx-space/mx-admin",
"version": "3.29.8" "version": "3.30.0"
}, },
"husky": { "husky": {
"hooks": { "hooks": {