mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-11-29 18:28:09 +08:00
chore: v3.0.12
This commit is contained in:
parent
7c6c662837
commit
862b229158
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,3 +1,14 @@
|
||||
## [3.0.12](https://github.com/WeBankFinTech/fes.js/compare/v3.0.11...v3.0.12) (2023-08-14)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **plugin-access:** 修复 useAccess 类型定义 ([#206](https://github.com/WeBankFinTech/fes.js/issues/206)) ([7c6c662](https://github.com/WeBankFinTech/fes.js/commit/7c6c662837bc477d4c4cc5ab4a3e5b457ba9b0d1))
|
||||
* **plugin-access:** 补充 RuntimeConfig['access'] 字段 ([#205](https://github.com/WeBankFinTech/fes.js/issues/205)) ([61fa8be](https://github.com/WeBankFinTech/fes.js/commit/61fa8be45ecc3b85854f99ba6cc86a0954f8807a))
|
||||
* **plugin-layout:** 修复 Menu、CustomNaviGuard 类型 ([#204](https://github.com/WeBankFinTech/fes.js/issues/204)) ([b0357e9](https://github.com/WeBankFinTech/fes.js/commit/b0357e9fdbe52362bba3a9fe087cc0a23454db80))
|
||||
|
||||
|
||||
|
||||
## [3.0.11](https://github.com/WeBankFinTech/fes.js/compare/v3.0.10...v3.0.11) (2023-07-10)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "fes.js",
|
||||
"version": "3.0.11",
|
||||
"version": "3.0.12",
|
||||
"description": "一个好用的前端管理台快速开发框架",
|
||||
"preferGlobal": true,
|
||||
"private": true,
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fesjs/plugin-access",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"description": "@fesjs/plugin-access",
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fesjs/plugin-layout",
|
||||
"version": "5.1.4",
|
||||
"version": "5.1.5",
|
||||
"description": "@fesjs/plugin-layout",
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fesjs/plugin-request",
|
||||
"version": "4.0.0-beta.2",
|
||||
"version": "4.0.0-beta.3",
|
||||
"description": "@fesjs/plugin-request",
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
@ -36,4 +36,4 @@
|
||||
"@qlin/request": "^0.1.2"
|
||||
},
|
||||
"typings": "./types.d.ts"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user