diff --git a/CHANGELOG.md b/CHANGELOG.md index 2179e9d9..1a04a640 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [3.1.3](https://github.com/WeBankFinTech/fes.js/compare/v3.1.2...v3.1.3) (2024-1-24) + + +### Bug Fixes + +* webpack 丢失 publicPath ([#229](https://github.com/WeBankFinTech/fes.js/issues/229)) ([20303cf](https://github.com/WeBankFinTech/fes.js/commit/20303cfec9f1109cafb1e7f925369481898a7a03)) + + +### Features + +* [plugin-local] 添加 getLocal API 获取当前用户选择的语言 ([#228](https://github.com/WeBankFinTech/fes.js/issues/228)) ([5c7bdca](https://github.com/WeBankFinTech/fes.js/commit/5c7bdca371433d65ac3ca0cb995795e0b28e0a11)) + + + ## [3.1.2](https://github.com/WeBankFinTech/fes.js/compare/v3.1.1...v3.1.2) (2024-01-13) diff --git a/package.json b/package.json index 5529c593..3b0e4249 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fes.js", "type": "module", - "version": "3.1.2", + "version": "3.1.3", "private": true, "description": "一个好用的前端管理台快速开发框架", "preferGlobal": true, diff --git a/packages/fes-builder-webpack/package.json b/packages/fes-builder-webpack/package.json index b4db429a..fcad1f5b 100644 --- a/packages/fes-builder-webpack/package.json +++ b/packages/fes-builder-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@fesjs/builder-webpack", - "version": "3.0.9", + "version": "3.0.10", "description": "@fesjs/builder-webpack", "author": "qlin", "license": "MIT", diff --git a/packages/fes-plugin-locale/package.json b/packages/fes-plugin-locale/package.json index d4377302..c6cf021d 100644 --- a/packages/fes-plugin-locale/package.json +++ b/packages/fes-plugin-locale/package.json @@ -1,41 +1,41 @@ { - "name": "@fesjs/plugin-locale", - "version": "4.2.0", - "description": "@fesjs/plugin-locale", - "main": "lib/index.js", - "files": [ - "lib", - "types.d.ts" - ], - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/WeBankFinTech/fes.js.git", - "directory": "packages/fes-plugin-locale" - }, - "keywords": [ - "fes" - ], - "author": "harrywan", - "license": "MIT", - "bugs": { - "url": "https://github.com/WeBankFinTech/fes.js/issues" - }, - "homepage": "https://github.com/WeBankFinTech/fes.js#readme", - "publishConfig": { - "access": "public" - }, - "dependencies": { - "@fesjs/utils": "^3.0.1", - "vue-i18n": "^9.0.0", - "lodash-es": "^4.17.21" - }, - "peerDependencies": { - "@fesjs/fes": "^3.1.4", - "@fesjs/fes-design": ">=0.7.0", - "vue": "^3.2.47" - }, - "typings": "./types.d.ts" + "name": "@fesjs/plugin-locale", + "version": "4.2.1", + "description": "@fesjs/plugin-locale", + "main": "lib/index.js", + "files": [ + "lib", + "types.d.ts" + ], + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/WeBankFinTech/fes.js.git", + "directory": "packages/fes-plugin-locale" + }, + "keywords": [ + "fes" + ], + "author": "harrywan", + "license": "MIT", + "bugs": { + "url": "https://github.com/WeBankFinTech/fes.js/issues" + }, + "homepage": "https://github.com/WeBankFinTech/fes.js#readme", + "publishConfig": { + "access": "public" + }, + "dependencies": { + "@fesjs/utils": "^3.0.1", + "vue-i18n": "^9.0.0", + "lodash-es": "^4.17.21" + }, + "peerDependencies": { + "@fesjs/fes": "^3.1.4", + "@fesjs/fes-design": ">=0.7.0", + "vue": "^3.2.47" + }, + "typings": "./types.d.ts" }