chore: v3.0.0-rc.8

This commit is contained in:
winixt 2023-01-11 15:54:29 +08:00
parent 8332b1114c
commit ae61e7660a
10 changed files with 126 additions and 117 deletions

View File

@ -1,3 +1,12 @@
# [3.0.0-rc.8](https://github.com/WeBankFinTech/fes.js/compare/v3.0.0-rc.7...v3.0.0-rc.8) (2023-01-11)
### Features
* 添加 login 插件 ([#168](https://github.com/WeBankFinTech/fes.js/issues/168)) ([8332b11](https://github.com/WeBankFinTech/fes.js/commit/8332b1114ce73b49a5facb251a045edef019b232))
# [3.0.0-rc.7](https://github.com/WeBankFinTech/fes.js/compare/v3.0.0-rc.6...v3.0.0-rc.7) (2023-01-06) # [3.0.0-rc.7](https://github.com/WeBankFinTech/fes.js/compare/v3.0.0-rc.6...v3.0.0-rc.7) (2023-01-06)

View File

@ -1,74 +1,74 @@
{ {
"name": "fes.js", "name": "fes.js",
"version": "3.0.0-rc.7", "version": "3.0.0-rc.8",
"description": "一个好用的前端管理台快速开发框架", "description": "一个好用的前端管理台快速开发框架",
"preferGlobal": true, "preferGlobal": true,
"private": true, "private": true,
"workspaces": [ "workspaces": [
"packages/*" "packages/*"
], ],
"scripts": { "scripts": {
"dev": "node scripts/build.mjs --watch", "dev": "node scripts/build.mjs --watch",
"build": "node scripts/build.mjs", "build": "node scripts/build.mjs",
"release": "node scripts/release.mjs", "release": "node scripts/release.mjs",
"docs:dev": "vuepress dev docs --clean-cache", "docs:dev": "vuepress dev docs --clean-cache",
"docs:build": "vuepress build docs --clean-cache", "docs:build": "vuepress build docs --clean-cache",
"test": "fes test", "test": "fes test",
"lint": "eslint -c ./.eslintrc.js --ignore-pattern='templates' --ext .js,.jsx,.vue,.ts", "lint": "eslint -c ./.eslintrc.js --ignore-pattern='templates' --ext .js,.jsx,.vue,.ts",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
}, },
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
"管理端", "管理端",
"fes", "fes",
"fast", "fast",
"easy", "easy",
"strong" "strong"
], ],
"dependencies": { "dependencies": {
"chalk": "^5.0.1", "chalk": "^5.0.1",
"conventional-changelog-cli": "^2.2.2", "conventional-changelog-cli": "^2.2.2",
"enquirer": "^2.3.6", "enquirer": "^2.3.6",
"execa": "^6.1.0", "execa": "^6.1.0",
"minimist": "^1.2.6", "minimist": "^1.2.6",
"semver": "^7.3.6", "semver": "^7.3.6",
"vuepress": "2.0.0-beta.53" "vuepress": "2.0.0-beta.53"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.15.0", "@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0", "@babel/preset-env": "^7.15.0",
"@commitlint/cli": "^11.0.0", "@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0", "@commitlint/config-conventional": "^11.0.0",
"@vuepress/plugin-back-to-top": "2.0.0-beta.53", "@vuepress/plugin-back-to-top": "2.0.0-beta.53",
"@vuepress/plugin-docsearch": "2.0.0-beta.53", "@vuepress/plugin-docsearch": "2.0.0-beta.53",
"@vuepress/plugin-pwa": "2.0.0-beta.53", "@vuepress/plugin-pwa": "2.0.0-beta.53",
"@vuepress/plugin-pwa-popup": "2.0.0-beta.53", "@vuepress/plugin-pwa-popup": "2.0.0-beta.53",
"@webank/eslint-config-webank": "1.2.7", "@webank/eslint-config-webank": "1.2.7",
"chokidar": "^3.5.2", "chokidar": "^3.5.2",
"commitizen": "^4.2.1", "commitizen": "^4.2.1",
"cz-conventional-changelog": "^3.3.0", "cz-conventional-changelog": "^3.3.0",
"deepmerge": "^4.2.2", "deepmerge": "^4.2.2",
"fs-extra": "^10.0.0", "fs-extra": "^10.0.0",
"husky": "^4.3.0", "husky": "^4.3.0",
"lint-staged": "^10.4.0", "lint-staged": "^10.4.0",
"postcss": "^8.0.0", "postcss": "^8.0.0",
"postcss-loader": "^5.0.0", "postcss-loader": "^5.0.0",
"yargs-parser": "^20.2.9" "yargs-parser": "^20.2.9"
}, },
"lint-staged": { "lint-staged": {
"*.{js,jsx,vue,ts}": [ "*.{js,jsx,vue,ts}": [
"npm run lint" "npm run lint"
] ]
}, },
"husky": { "husky": {
"hooks": { "hooks": {
"pre-commit": "lint-staged", "pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS" "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
} }
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@fesjs/create-fes-app", "name": "@fesjs/create-fes-app",
"version": "3.0.0-rc.3", "version": "3.0.0-rc.4",
"description": "create a app base on fes.js", "description": "create a app base on fes.js",
"main": "lib/index.js", "main": "lib/index.js",
"files": [ "files": [

View File

@ -1,6 +1,6 @@
{ {
"name": "@fesjs/builder-webpack", "name": "@fesjs/builder-webpack",
"version": "3.0.0-rc.3", "version": "3.0.0-rc.4",
"description": "@fesjs/builder-webpack", "description": "@fesjs/builder-webpack",
"main": "lib/index.js", "main": "lib/index.js",
"types": "types.d.ts", "types": "types.d.ts",
@ -65,7 +65,7 @@
"webpackbar": "^5.0.2" "webpackbar": "^5.0.2"
}, },
"peerDependencies": { "peerDependencies": {
"@fesjs/fes": "3.0.0-rc.2", "@fesjs/fes": "3.0.0-rc.4",
"core-js": "^3.27.0" "core-js": "^3.27.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@fesjs/plugin-access", "name": "@fesjs/plugin-access",
"version": "3.0.0-rc.2", "version": "3.0.0-rc.3",
"description": "@fesjs/plugin-access", "description": "@fesjs/plugin-access",
"main": "lib/index.js", "main": "lib/index.js",
"files": [ "files": [
@ -32,7 +32,7 @@
"lodash-es": "^4.17.15" "lodash-es": "^4.17.15"
}, },
"peerDependencies": { "peerDependencies": {
"@fesjs/fes": "3.0.0-rc.2", "@fesjs/fes": "3.0.0-rc.4",
"vue": "^3.2.37", "vue": "^3.2.37",
"vue-router": "^4.0.1" "vue-router": "^4.0.1"
}, },

View File

@ -1,36 +1,36 @@
{ {
"name": "@fesjs/plugin-login", "name": "@fesjs/plugin-login",
"version": "3.0.0-rc.1", "version": "3.0.0-rc.2",
"description": "@fesjs/plugin-login", "description": "@fesjs/plugin-login",
"main": "lib/index.js", "main": "lib/index.js",
"files": [ "files": [
"lib", "lib",
"types.d.ts" "types.d.ts"
], ],
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/WeBankFinTech/fes.js.git", "url": "git+https://github.com/WeBankFinTech/fes.js.git",
"directory": "packages/fes-plugin-login" "directory": "packages/fes-plugin-login"
}, },
"keywords": [ "keywords": [
"fes" "fes"
], ],
"author": "qlin", "author": "qlin",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/WeBankFinTech/fes.js/issues" "url": "https://github.com/WeBankFinTech/fes.js/issues"
}, },
"homepage": "https://github.com/WeBankFinTech/fes.js#readme", "homepage": "https://github.com/WeBankFinTech/fes.js#readme",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"peerDependencies": { "peerDependencies": {
"@fesjs/fes": "3.0.0-rc.2", "@fesjs/fes": "3.0.0-rc.4",
"@fesjs/plugin-request": "3.0.0-rc.6", "@fesjs/plugin-request": "3.0.0-rc.6",
"vue": "^3.2.37" "vue": "^3.2.37"
}, },
"typings": "./types.d.ts" "typings": "./types.d.ts"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@fesjs/plugin-pinia", "name": "@fesjs/plugin-pinia",
"version": "3.0.0-rc.2", "version": "3.0.0-rc.3",
"description": "@fesjs/plugin-pinia", "description": "@fesjs/plugin-pinia",
"main": "lib/index.js", "main": "lib/index.js",
"files": [ "files": [
@ -31,7 +31,7 @@
"@fesjs/utils": "3.0.0-rc.2" "@fesjs/utils": "3.0.0-rc.2"
}, },
"peerDependencies": { "peerDependencies": {
"@fesjs/fes": "3.0.0-rc.2", "@fesjs/fes": "3.0.0-rc.4",
"pinia": "^2.0.11", "pinia": "^2.0.11",
"vue": "^3.2.37" "vue": "^3.2.37"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@fesjs/preset-built-in", "name": "@fesjs/preset-built-in",
"version": "3.0.0-rc.3", "version": "3.0.0-rc.4",
"description": "@fesjs/preset-built-in", "description": "@fesjs/preset-built-in",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",

View File

@ -1,6 +1,6 @@
{ {
"name": "@fesjs/runtime", "name": "@fesjs/runtime",
"version": "3.0.0-rc.1", "version": "3.0.0-rc.2",
"description": "@fesjs/runtime", "description": "@fesjs/runtime",
"main": "es/index.js", "main": "es/index.js",
"module": "es/index.js", "module": "es/index.js",

View File

@ -1,6 +1,6 @@
{ {
"name": "@fesjs/fes", "name": "@fesjs/fes",
"version": "3.0.0-rc.3", "version": "3.0.0-rc.4",
"description": "一个好用的前端管理台快速开发框架", "description": "一个好用的前端管理台快速开发框架",
"preferGlobal": true, "preferGlobal": true,
"scripts": { "scripts": {
@ -39,8 +39,8 @@
], ],
"dependencies": { "dependencies": {
"@fesjs/compiler": "3.0.0-rc.3", "@fesjs/compiler": "3.0.0-rc.3",
"@fesjs/preset-built-in": "3.0.0-rc.3", "@fesjs/preset-built-in": "3.0.0-rc.4",
"@fesjs/runtime": "3.0.0-rc.1", "@fesjs/runtime": "3.0.0-rc.2",
"@fesjs/utils": "3.0.0-rc.2", "@fesjs/utils": "3.0.0-rc.2",
"pirates": "^4.0.5", "pirates": "^4.0.5",
"resolve-cwd": "^3.0.0", "resolve-cwd": "^3.0.0",