chore: v3.4.0

This commit is contained in:
harrywan 2024-10-24 09:36:24 +08:00
parent 32dbd1ecf9
commit 6b1bf23aff
4 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,12 @@
# [3.4.0](https://github.com/WeBankFinTech/fes.js/compare/v3.3.2...v3.4.0) (2024-10-24)
### Features
* 暴露语言变化事件 & layout的title支持配置国际化 ([#255](https://github.com/WeBankFinTech/fes.js/issues/255)) ([a303e17](https://github.com/WeBankFinTech/fes.js/commit/a303e171c98371eb331fd834ca55f600b89f29d1))
## [3.3.2](https://github.com/WeBankFinTech/fes.js/compare/v3.3.1...v3.3.2) (2024-10-23) ## [3.3.2](https://github.com/WeBankFinTech/fes.js/compare/v3.3.1...v3.3.2) (2024-10-23)

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@fesjs/plugin-layout", "name": "@fesjs/plugin-layout",
"version": "5.3.2", "version": "5.4.0",
"description": "@fesjs/plugin-layout", "description": "@fesjs/plugin-layout",
"author": "harrywan", "author": "harrywan",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "@fesjs/plugin-locale", "name": "@fesjs/plugin-locale",
"version": "4.3.1", "version": "4.4.0",
"description": "@fesjs/plugin-locale", "description": "@fesjs/plugin-locale",
"main": "lib/index.js", "main": "lib/index.js",
"files": [ "files": [