Skip to content

Commit

Permalink
chore: v3.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
wanchun committed Jun 29, 2023
1 parent 365f1ef commit 9d6b44d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.0.10](https://github.com/WeBankFinTech/fes.js/compare/v3.0.9...v3.0.10) (2023-06-29)


### Bug Fixes

* 修复plugin-layout中body的top计算问题 ([#202](https://github.com/WeBankFinTech/fes.js/issues/202)) ([c5a6e7b](https://github.com/WeBankFinTech/fes.js/commit/c5a6e7b34894c3d12b468fdaf05b0b4dd25ccc28))



## [3.0.9](https://github.com/WeBankFinTech/fes.js/compare/v3.0.8...v3.0.9) (2023-06-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fes.js",
"version": "3.0.9",
"version": "3.0.10",
"description": "一个好用的前端管理台快速开发框架",
"preferGlobal": true,
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/fes-plugin-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fesjs/plugin-layout",
"version": "5.1.3",
"version": "5.1.4",
"description": "@fesjs/plugin-layout",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 9d6b44d

Please sign in to comment.