mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-11-29 18:28:09 +08:00
chore: v3.2.1
This commit is contained in:
parent
95a1e07c6a
commit
ebecd859b6
14
CHANGELOG.md
14
CHANGELOG.md
@ -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)
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "fes.js",
|
||||
"type": "module",
|
||||
"version": "3.2.0",
|
||||
"version": "3.2.1",
|
||||
"private": true,
|
||||
"description": "一个好用的前端管理台快速开发框架",
|
||||
"preferGlobal": true,
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fesjs/plugin-layout",
|
||||
"version": "5.2.0",
|
||||
"version": "5.2.1",
|
||||
"description": "@fesjs/plugin-layout",
|
||||
"author": "harrywan",
|
||||
"license": "MIT",
|
||||
|
Loading…
Reference in New Issue
Block a user