Skip to content

Commit

Permalink
chore: v3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
winixt committed May 6, 2024
1 parent c7e7efa commit c072399
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 94 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [3.1.8](https://github.com/WeBankFinTech/fes.js/compare/v3.1.7...v3.1.8) (2024-5-6)


### Bug Fixes

* login 兼容不同的 request 版本 ([#242](https://github.com/WeBankFinTech/fes.js/issues/242)) ([c7e7efa](https://github.com/WeBankFinTech/fes.js/commit/c7e7efaa316986bbd65d64fc9b6ce2102fa792ca))
* **plugin-access:** 修复切换角色时,getAccess 不正确 ([#240](https://github.com/WeBankFinTech/fes.js/issues/240)) ([1b0d340](https://github.com/WeBankFinTech/fes.js/commit/1b0d3409bb9da3f9b4f91121fbc1035fc0b7df7b))



## [3.1.7](https://github.com/WeBankFinTech/fes.js/compare/v3.1.6...v3.1.7) (2024-3-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fes.js",
"type": "module",
"version": "3.1.7",
"version": "3.1.8",
"private": true,
"description": "一个好用的前端管理台快速开发框架",
"preferGlobal": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/fes-plugin-access/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fesjs/plugin-access",
"version": "3.1.4",
"version": "3.1.5",
"description": "@fesjs/plugin-access",
"main": "lib/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/fes-plugin-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fesjs/plugin-layout",
"version": "5.1.10",
"version": "5.1.11",
"description": "@fesjs/plugin-layout",
"author": "harrywan",
"license": "MIT",
Expand Down
68 changes: 34 additions & 34 deletions packages/fes-plugin-login/package.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"name": "@fesjs/plugin-login",
"version": "3.0.0",
"description": "@fesjs/plugin-login",
"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-login"
},
"keywords": [
"fes"
],
"author": "qlin",
"license": "MIT",
"bugs": {
"url": "https://github.com/WeBankFinTech/fes.js/issues"
},
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@fesjs/fes": "^3.0.0",
"@fesjs/plugin-request": "^3.0.0",
"vue": "^3.2.47"
},
"typings": "./types.d.ts"
"name": "@fesjs/plugin-login",
"version": "3.0.1",
"description": "@fesjs/plugin-login",
"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-login"
},
"keywords": [
"fes"
],
"author": "qlin",
"license": "MIT",
"bugs": {
"url": "https://github.com/WeBankFinTech/fes.js/issues"
},
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@fesjs/fes": "^3.0.0",
"@fesjs/plugin-request": "^4.0.0-rc.3",
"vue": "^3.2.47"
},
"typings": "./types.d.ts"
}
2 changes: 1 addition & 1 deletion packages/fes-plugin-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fesjs/plugin-request",
"version": "4.0.0-rc.2",
"version": "4.0.0-rc.3",
"description": "@fesjs/plugin-request",
"author": "qlin",
"license": "MIT",
Expand Down
58 changes: 2 additions & 56 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c072399

Please sign in to comment.