mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 11:18:54 +08:00
chore: v3.1.5
This commit is contained in:
parent
91f752b29c
commit
5fad4c2a24
@ -1,3 +1,12 @@
|
|||||||
|
## [3.1.5](https://github.com/WeBankFinTech/fes.js/compare/v3.1.4...v3.1.5) (2024-3-13)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* 修复 webpack 构建 publicPath 使用相对路径,导致 css 里面依赖资源路径异常问题 ([#237](https://github.com/WeBankFinTech/fes.js/issues/237)) ([ad9de02](https://github.com/WeBankFinTech/fes.js/commit/ad9de027b416412c64e50bdc1625de3826a6afb3))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [3.1.4](https://github.com/WeBankFinTech/fes.js/compare/v3.1.3...v3.1.4) (2024-2-27)
|
## [3.1.4](https://github.com/WeBankFinTech/fes.js/compare/v3.1.3...v3.1.4) (2024-2-27)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "fes.js",
|
"name": "fes.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "3.1.4",
|
"version": "3.1.5",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "一个好用的前端管理台快速开发框架",
|
"description": "一个好用的前端管理台快速开发框架",
|
||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@fesjs/builder-webpack",
|
"name": "@fesjs/builder-webpack",
|
||||||
"version": "3.0.10",
|
"version": "3.0.11",
|
||||||
"description": "@fesjs/builder-webpack",
|
"description": "@fesjs/builder-webpack",
|
||||||
"author": "qlin",
|
"author": "qlin",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@fesjs/plugin-layout",
|
"name": "@fesjs/plugin-layout",
|
||||||
"version": "5.1.9",
|
"version": "5.1.10",
|
||||||
"description": "@fesjs/plugin-layout",
|
"description": "@fesjs/plugin-layout",
|
||||||
"author": "harrywan",
|
"author": "harrywan",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user