From ae61e7660ad3572be91f4c0551fc949130d64c4c Mon Sep 17 00:00:00 2001 From: winixt Date: Wed, 11 Jan 2023 15:54:29 +0800 Subject: [PATCH] chore: v3.0.0-rc.8 --- CHANGELOG.md | 9 ++ package.json | 142 +++++++++++----------- packages/create-fes-app/package.json | 2 +- packages/fes-builder-webpack/package.json | 4 +- packages/fes-plugin-access/package.json | 4 +- packages/fes-plugin-login/package.json | 68 +++++------ packages/fes-plugin-pinia/package.json | 4 +- packages/fes-preset-built-in/package.json | 2 +- packages/fes-runtime/package.json | 2 +- packages/fes/package.json | 6 +- 10 files changed, 126 insertions(+), 117 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 500e022b..799a925d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 14c2cf79..3caf2a74 100644 --- a/package.json +++ b/package.json @@ -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" + } + } } diff --git a/packages/create-fes-app/package.json b/packages/create-fes-app/package.json index 71c74ede..3ed5f071 100644 --- a/packages/create-fes-app/package.json +++ b/packages/create-fes-app/package.json @@ -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": [ diff --git a/packages/fes-builder-webpack/package.json b/packages/fes-builder-webpack/package.json index d2972168..f391ccfb 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.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" } } diff --git a/packages/fes-plugin-access/package.json b/packages/fes-plugin-access/package.json index 15d5e98e..bd9d972c 100644 --- a/packages/fes-plugin-access/package.json +++ b/packages/fes-plugin-access/package.json @@ -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" }, diff --git a/packages/fes-plugin-login/package.json b/packages/fes-plugin-login/package.json index f5fade15..71c0d95e 100644 --- a/packages/fes-plugin-login/package.json +++ b/packages/fes-plugin-login/package.json @@ -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" } diff --git a/packages/fes-plugin-pinia/package.json b/packages/fes-plugin-pinia/package.json index 124bf4dc..0375e4b1 100644 --- a/packages/fes-plugin-pinia/package.json +++ b/packages/fes-plugin-pinia/package.json @@ -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" }, diff --git a/packages/fes-preset-built-in/package.json b/packages/fes-preset-built-in/package.json index 0da82881..dbaee47b 100644 --- a/packages/fes-preset-built-in/package.json +++ b/packages/fes-preset-built-in/package.json @@ -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", diff --git a/packages/fes-runtime/package.json b/packages/fes-runtime/package.json index 260c58c8..f52f3cb9 100644 --- a/packages/fes-runtime/package.json +++ b/packages/fes-runtime/package.json @@ -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", diff --git a/packages/fes/package.json b/packages/fes/package.json index 08773e3a..48851cf6 100644 --- a/packages/fes/package.json +++ b/packages/fes/package.json @@ -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",