Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/WeBankFinTech/fes.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wanchun committed Sep 12, 2024
2 parents b665358 + ebecd85 commit aab25d5
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [3.2.1](https://github.com/WeBankFinTech/fes.js/compare/v3.2.0...v3.2.1) (2024-09-08)


### Bug Fixes

* fes layout 添加 route name, 用于动态路由创建 ([#249](https://github.com/WeBankFinTech/fes.js/issues/249)) ([95a1e07](https://github.com/WeBankFinTech/fes.js/commit/95a1e07c6a3abd9b3f95f91f2587bafb827250b6))


### Features

* 更新文档 ([e2e5fa9](https://github.com/WeBankFinTech/fes.js/commit/e2e5fa94960c3ce79560c9a1ba47b0851b4fe831))



# [3.2.0](https://github.com/WeBankFinTech/fes.js/compare/v3.1.16...v3.2.0) (2024-09-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fes.js",
"type": "module",
"version": "3.2.0",
"version": "3.2.1",
"private": true,
"packageManager": "pnpm@8.6.6",
"description": "一个好用的前端管理台快速开发框架",
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.2.0",
"version": "5.2.1",
"description": "@fesjs/plugin-layout",
"author": "harrywan",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions packages/fes-plugin-layout/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ export default (api) => {
return [
{
path: '/',
name: 'fesLayout',
component: winPath(join(api.paths.absTmpPath || '', absFilePath)),
children: routes,
},
Expand Down

0 comments on commit aab25d5

Please sign in to comment.