chore: v3.0.0-rc.8

This commit is contained in:
winixt 2023-01-11 15:54:29 +08:00
parent b0797260fc
commit b210d149fd
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)

View File

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

View File

@ -1,6 +1,6 @@
{
"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",
"main": "lib/index.js",
"files": [

View File

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

View File

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

View File

@ -1,36 +1,36 @@
{
"name": "@fesjs/plugin-login",
"version": "3.0.0-rc.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-rc.2",
"@fesjs/plugin-request": "3.0.0-rc.6",
"vue": "^3.2.37"
},
"typings": "./types.d.ts"
"name": "@fesjs/plugin-login",
"version": "3.0.0-rc.2",
"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-rc.4",
"@fesjs/plugin-request": "3.0.0-rc.6",
"vue": "^3.2.37"
},
"typings": "./types.d.ts"
}

View File

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

View File

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

View File

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

View File

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