diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c7538f..8d11d0e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [4.3.5](https://github.com/shopeX-2002/ECShopX_AdminFrontend/compare/v4.3.4...v4.3.5) (2026-03-23) + + +### Bug Fixes + +* **decorate:** cap slider dialog preview height with viewport-based max-height ([2f20aeb](https://github.com/shopeX-2002/ECShopX_AdminFrontend/commit/2f20aeb5d11fb84ce9d2afdf5a117ef4fb50ae25)) +* **decorate:** show page settings header for custom page scene (1004) ([32bf2ae](https://github.com/shopeX-2002/ECShopX_AdminFrontend/commit/32bf2ae4948f37bc52b7c997567610959fbc0e22)) + ### [4.3.4](https://github.com/shopeX-2002/ECShopX_AdminFrontend/compare/v4.3.3...v4.3.4) (2026-03-17) diff --git a/package-lock.json b/package-lock.json index b4646c6..428a114 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ecshopx-admin", - "version": "4.3.4", + "version": "4.3.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ecshopx-admin", - "version": "4.3.4", + "version": "4.3.5", "dependencies": { "@antv/g2plot": "^2.4.31", "@icon-park/vue": "^1.4.2", diff --git a/package.json b/package.json index be4d517..553e16e 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ecshopx-admin", - "version": "4.3.4", + "version": "4.3.5", "description": "ecshopx admin", "author": "shopex", "private": true,