1
0
mirror of https://github.com/WeBankFinTech/fes.js.git synced 2025-04-06 03:59:53 +08:00

chore: v3.4.10

This commit is contained in:
winixt 2025-03-14 18:04:33 +08:00
parent 4f07de0df0
commit 677a25d00d
3 changed files with 11 additions and 2 deletions
CHANGELOG.mdpackage.json
packages/fes-plugin-request

@ -1,3 +1,12 @@
## [3.4.10](https://github.com/WeBankFinTech/fes.js/compare/v3.4.9...v3.4.10) (2025-03-14)
### Bug Fixes
* 修复 request 属性挂载问题 ([6649e06](https://github.com/WeBankFinTech/fes.js/commit/6649e0615b5141fe8fccfeaa0565b961ba360fde))
## [3.4.9](https://github.com/WeBankFinTech/fes.js/compare/v3.4.8...v3.4.9) (2025-03-10)

@ -1,7 +1,7 @@
{
"name": "fes.js",
"type": "module",
"version": "3.4.9",
"version": "3.4.10",
"private": true,
"packageManager": "pnpm@8.6.6",
"description": "一个好用的前端管理台快速开发框架",

@ -1,6 +1,6 @@
{
"name": "@fesjs/plugin-request",
"version": "4.0.0-rc.7",
"version": "4.0.0",
"description": "@fesjs/plugin-request",
"author": "qlin",
"license": "MIT",