Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
winixt committed Mar 1, 2021
1 parent 6980045 commit 92ba3a3
Show file tree
Hide file tree
Showing 15 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0-alpha.8",
"version": "2.0.0-rc.0",
"changelog": {
"repo": "WeBankFinTech/fes.js",
"cacheDir": ".changelog",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-fes-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webank/create-fes-app",
"version": "2.0.0-alpha.8",
"version": "2.0.0-rc.0",
"description": "create a app base on fes.js",
"main": "lib/index.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/fes-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webank/fes-compiler",
"version": "2.0.0-alpha.8",
"version": "2.0.0-rc.0",
"description": "@webank/fes-compiler",
"main": "lib/index.js",
"files": [
Expand All @@ -24,8 +24,8 @@
"access": "public"
},
"dependencies": {
"@babel/register": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@babel/register": "^7.12.13",
"@umijs/utils": "3.3.3",
"commander": "^7.0.0",
"dotenv": "8.2.0",
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": "@webank/fes-plugin-access",
"version": "2.0.0-alpha.8",
"version": "2.0.0-rc.0",
"description": "@webank/fes-plugin-access",
"main": "lib/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/fes-plugin-enums/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webank/fes-plugin-enums",
"version": "2.0.0-alpha.8",
"version": "2.0.0-rc.0",
"description": "@webank/fes-plugin-enums",
"main": "lib/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/fes-plugin-icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webank/fes-plugin-icon",
"version": "2.0.0-alpha.8",
"version": "2.0.0-rc.0",
"description": "@webank/fes-plugin-icon",
"main": "lib/index.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/fes-plugin-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webank/fes-plugin-jest",
"version": "2.0.0-alpha.8",
"version": "2.0.0-rc.0",
"description": "@webank/fes-plugin-jest",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@babel/core": "7.11.6",
"@umijs/babel-preset-umi": "3.2.24",
"@webank/fes-compiler": "^2.0.0-alpha.8",
"@webank/fes-compiler": "^2.0.0-rc.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^26.6.3",
"core-js": "3.6.5",
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": "@webank/fes-plugin-layout",
"version": "2.0.0-alpha.8",
"version": "2.0.0-rc.0",
"description": "@webank/fes-plugin-layout",
"main": "lib/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/fes-plugin-locale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webank/fes-plugin-locale",
"version": "2.0.0-alpha.8",
"version": "2.0.0-rc.0",
"description": "@webank/fes-plugin-locale",
"main": "lib/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/fes-plugin-model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webank/fes-plugin-model",
"version": "2.0.0-alpha.8",
"version": "2.0.0-rc.0",
"description": "@webank/fes-plugin-model",
"main": "lib/index.js",
"files": [
Expand Down
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": "@webank/fes-plugin-request",
"version": "2.0.0-alpha.8",
"version": "2.0.0-rc.0",
"description": "@webank/fes-plugin-request",
"main": "lib/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/fes-plugin-vuex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webank/fes-plugin-vuex",
"version": "2.0.0-alpha.8",
"version": "2.0.0-rc.0",
"description": "@webank/fes-plugin-vuex",
"main": "lib/index.js",
"files": [
Expand Down
56 changes: 28 additions & 28 deletions packages/fes-preset-built-in/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webank/fes-preset-built-in",
"version": "2.0.0-alpha.8",
"version": "2.0.0-rc.0",
"description": "@webank/fes-preset-built-in",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -26,49 +26,49 @@
},
"dependencies": {
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@babel/plugin-proposal-export-default-from": "^7.12.13",
"@babel/plugin-proposal-pipeline-operator": "^7.12.13",
"@babel/plugin-proposal-do-expressions": "^7.12.13",
"@babel/plugin-proposal-export-default-from": "^7.12.13",
"@babel/plugin-proposal-function-bind": "^7.12.13",
"@babel/plugin-proposal-pipeline-operator": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@soda/friendly-errors-webpack-plugin": "^1.8.0",
"@umijs/utils": "3.3.3",
"@vue/babel-plugin-jsx": "^1.0.2",
"@vue/compiler-sfc": "^3.0.4",
"@webank/fes-compiler": "^2.0.0-rc.0",
"autoprefixer": "^10.2.4",
"babel-loader": "^8.2.2",
"core-js": "^3.8.3",
"cliui": "7.0.4",
"html-webpack-plugin": "^5.0.0",
"html-webpack-tags-plugin": "^3.0.0",
"webpackbar": "^5.0.0-3",
"@soda/friendly-errors-webpack-plugin": "^1.8.0",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-dev-server": "^3.11.2",
"babel-plugin-import": "1.13.3",
"file-loader": "^6.2.0",
"url-loader": "^4.1.1",
"raw-loader": "^4.0.2",
"body-parser": "^1.19.0",
"cli-highlight": "^2.1.4",
"cliui": "7.0.4",
"cookie-parser": "^1.4.5",
"copy-webpack-plugin": "^7.0.0",
"core-js": "^3.8.3",
"css-loader": "^5.0.1",
"style-loader": "^2.0.0",
"mini-css-extract-plugin": "^1.3.5",
"css-minimizer-webpack-plugin": "^1.2.0",
"deepmerge": "^4.2.2",
"envinfo": "^7.7.3",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.0.0",
"html-webpack-tags-plugin": "^3.0.0",
"less": "3.9.0",
"less-loader": "^8.0.0",
"autoprefixer": "^10.2.4",
"postcss-loader": "^4.2.0",
"mini-css-extract-plugin": "^1.3.5",
"mockjs": "^1.1.0",
"postcss": "^8.2.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^4.2.0",
"postcss-safe-parser": "^5.0.2",
"copy-webpack-plugin": "^7.0.0",
"webpack": "^5.21.0",
"deepmerge": "^4.2.2",
"@webank/fes-compiler": "^2.0.0-alpha.8",
"envinfo": "^7.7.3",
"raw-loader": "^4.0.2",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1",
"vue-loader": "^16.1.2",
"cli-highlight": "^2.1.4",
"webpack": "^5.21.0",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-chain": "^6.5.1",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"mockjs": "^1.1.0"
"webpack-dev-server": "^3.11.2",
"webpackbar": "^5.0.0-3"
}
}
2 changes: 1 addition & 1 deletion packages/fes-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webank/fes-runtime",
"version": "2.0.0-alpha.8",
"version": "2.0.0-rc.0",
"description": "@webank/fes-runtime",
"main": "dist/index.js",
"files": [
Expand Down
8 changes: 4 additions & 4 deletions packages/fes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webank/fes",
"version": "2.0.0-alpha.8",
"version": "2.0.0-rc.0",
"description": "一个好用的前端管理台快速开发框架",
"preferGlobal": true,
"scripts": {
Expand Down Expand Up @@ -40,9 +40,9 @@
],
"dependencies": {
"@umijs/utils": "3.3.3",
"@webank/fes-compiler": "^2.0.0-alpha.8",
"@webank/fes-preset-built-in": "^2.0.0-alpha.8",
"@webank/fes-runtime": "^2.0.0-alpha.8",
"@webank/fes-compiler": "^2.0.0-rc.0",
"@webank/fes-preset-built-in": "^2.0.0-rc.0",
"@webank/fes-runtime": "^2.0.0-rc.0",
"resolve-cwd": "^3.0.0"
},
"engines": {
Expand Down

0 comments on commit 92ba3a3

Please sign in to comment.