chore(release): publish

This commit is contained in:
万纯 2021-01-18 11:15:26 +08:00
parent 342670c878
commit 8934c03f8e
12 changed files with 22 additions and 22 deletions

View File

@ -1,5 +1,5 @@
{ {
"version": "2.0.0-alpha.1", "version": "2.0.0-alpha.2",
"changelog": { "changelog": {
"repo": "WeBankFinTech/fes.js", "repo": "WeBankFinTech/fes.js",
"cacheDir": ".changelog", "cacheDir": ".changelog",

View File

@ -1,6 +1,6 @@
{ {
"name": "@webank/create-fes-app", "name": "@webank/create-fes-app",
"version": "2.0.0-alpha.0", "version": "2.0.0-alpha.2",
"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": [
@ -28,10 +28,10 @@
"homepage": "https://github.com/WeBankFinTech/fes.js#readme", "homepage": "https://github.com/WeBankFinTech/fes.js#readme",
"dependencies": { "dependencies": {
"@umijs/utils": "3.3.3", "@umijs/utils": "3.3.3",
"inquirer": "^7.3.3",
"tar": "^6.1.0",
"validate-npm-package-name": "^3.0.0",
"fs-extra": "^9.0.1", "fs-extra": "^9.0.1",
"readline": "^1.3.0" "inquirer": "^7.3.3",
"readline": "^1.3.0",
"tar": "^6.1.0",
"validate-npm-package-name": "^3.0.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@webank/fes-compiler", "name": "@webank/fes-compiler",
"version": "2.0.0-alpha.0", "version": "2.0.0-alpha.2",
"description": "@webank/fes-compiler", "description": "@webank/fes-compiler",
"main": "lib/index.js", "main": "lib/index.js",
"files": [ "files": [

View File

@ -1,6 +1,6 @@
{ {
"name": "@webank/fes-plugin-access", "name": "@webank/fes-plugin-access",
"version": "2.0.0-alpha.1", "version": "2.0.0-alpha.2",
"description": "@webank/fes-plugin-access", "description": "@webank/fes-plugin-access",
"main": "lib/index.js", "main": "lib/index.js",
"files": [ "files": [

View File

@ -1,6 +1,6 @@
{ {
"name": "@webank/fes-plugin-icon", "name": "@webank/fes-plugin-icon",
"version": "2.0.0-alpha.1", "version": "2.0.0-alpha.2",
"description": "@webank/fes-plugin-icon", "description": "@webank/fes-plugin-icon",
"main": "lib/index.js", "main": "lib/index.js",
"files": [ "files": [

View File

@ -1,6 +1,6 @@
{ {
"name": "@webank/fes-plugin-layout", "name": "@webank/fes-plugin-layout",
"version": "2.0.0-alpha.1", "version": "2.0.0-alpha.2",
"description": "@webank/fes-plugin-layout", "description": "@webank/fes-plugin-layout",
"main": "lib/index.js", "main": "lib/index.js",
"files": [ "files": [

View File

@ -1,6 +1,6 @@
{ {
"name": "@webank/fes-plugin-locale", "name": "@webank/fes-plugin-locale",
"version": "2.0.0-alpha.1", "version": "2.0.0-alpha.2",
"description": "@webank/fes-plugin-locale", "description": "@webank/fes-plugin-locale",
"main": "lib/index.js", "main": "lib/index.js",
"files": [ "files": [

View File

@ -1,6 +1,6 @@
{ {
"name": "@webank/fes-plugin-model", "name": "@webank/fes-plugin-model",
"version": "2.0.0-alpha.1", "version": "2.0.0-alpha.2",
"description": "@webank/fes-plugin-model", "description": "@webank/fes-plugin-model",
"main": "lib/index.js", "main": "lib/index.js",
"files": [ "files": [

View File

@ -1,6 +1,6 @@
{ {
"name": "@webank/fes-plugin-request", "name": "@webank/fes-plugin-request",
"version": "2.0.0-alpha.1", "version": "2.0.0-alpha.2",
"description": "@webank/fes-plugin-request", "description": "@webank/fes-plugin-request",
"main": "lib/index.js", "main": "lib/index.js",
"files": [ "files": [
@ -27,8 +27,8 @@
"access": "public" "access": "public"
}, },
"peerDependencies": { "peerDependencies": {
"vue": "^3.0.4", "@webank/fes": "^2.0.0-alpha.0",
"@webank/fes": "^2.0.0-alpha.0" "vue": "^3.0.4"
}, },
"dependencies": { "dependencies": {
"axios": "0.21.1" "axios": "0.21.1"

View File

@ -1,6 +1,6 @@
{ {
"name": "@webank/fes-preset-built-in", "name": "@webank/fes-preset-built-in",
"version": "2.0.0-alpha.0", "version": "2.0.0-alpha.2",
"description": "@webank/fes-preset-built-in", "description": "@webank/fes-preset-built-in",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
@ -31,7 +31,7 @@
"@vue/babel-plugin-jsx": "^1.0.0-rc.5", "@vue/babel-plugin-jsx": "^1.0.0-rc.5",
"@vue/compiler-sfc": "^3.0.4", "@vue/compiler-sfc": "^3.0.4",
"@vue/preload-webpack-plugin": "1.1.2", "@vue/preload-webpack-plugin": "1.1.2",
"@webank/fes-compiler": "^2.0.0-alpha.0", "@webank/fes-compiler": "^2.0.0-alpha.2",
"cliui": "6.0.0", "cliui": "6.0.0",
"html-webpack-plugin": "^3.2.0", "html-webpack-plugin": "^3.2.0",
"html-webpack-tags-plugin": "2.0.17", "html-webpack-tags-plugin": "2.0.17",

View File

@ -1,6 +1,6 @@
{ {
"name": "@webank/fes-runtime", "name": "@webank/fes-runtime",
"version": "2.0.0-alpha.0", "version": "2.0.0-alpha.2",
"description": "@webank/fes-runtime", "description": "@webank/fes-runtime",
"main": "dist/index.js", "main": "dist/index.js",
"files": [ "files": [

View File

@ -1,6 +1,6 @@
{ {
"name": "@webank/fes", "name": "@webank/fes",
"version": "2.0.0-alpha.1", "version": "2.0.0-alpha.2",
"description": "一个好用的前端管理台快速开发框架", "description": "一个好用的前端管理台快速开发框架",
"preferGlobal": true, "preferGlobal": true,
"scripts": { "scripts": {
@ -39,9 +39,9 @@
], ],
"dependencies": { "dependencies": {
"@umijs/utils": "3.3.3", "@umijs/utils": "3.3.3",
"@webank/fes-compiler": "^2.0.0-alpha.0", "@webank/fes-compiler": "^2.0.0-alpha.2",
"@webank/fes-preset-built-in": "^2.0.0-alpha.0", "@webank/fes-preset-built-in": "^2.0.0-alpha.2",
"@webank/fes-runtime": "^2.0.0-alpha.0", "@webank/fes-runtime": "^2.0.0-alpha.2",
"commander": "^6.2.1", "commander": "^6.2.1",
"envinfo": "^7.7.3", "envinfo": "^7.7.3",
"leven": "^3.1.0", "leven": "^3.1.0",