Skip to content

Commit

Permalink
chore(release): publish v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
njugray committed Jun 18, 2019
1 parent d69c060 commit f731763
Show file tree
Hide file tree
Showing 31 changed files with 223 additions and 88 deletions.
11 changes: 8 additions & 3 deletions examples/advanced/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beidou-example-advanced",
"version": "2.1.1",
"version": "2.2.0",
"description": "beidou example advanced",
"scripts": {
"start": "beidou start",
Expand All @@ -21,15 +21,20 @@
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"beidou": "^2.1.1",
"beidou": "^2.2.0",
"beidou-cli": "^2.1.1",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"engines": {
"node": ">= 8.0.0"
},
"browserslist": [">1%", "last 4 versions", "Firefox ESR", "not ie < 9"],
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
],
"license": "MIT",
"gitHead": "b601b857e2d005cdad7cb7b73462a7e02f23f8e9"
}
11 changes: 8 additions & 3 deletions examples/antd-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beidou-example-antd-admin",
"version": "2.1.1",
"version": "2.2.0",
"description": "beidou antd template",
"scripts": {
"start": "beidou start",
Expand All @@ -16,7 +16,7 @@
"antd": "3.13.6",
"axios": "^0.17.1",
"babel-polyfill": "^6.26.0",
"beidou": "^2.1.1",
"beidou": "^2.2.0",
"beidou-cli": "^2.1.1",
"classnames": "^2.2.3",
"color": "^2.0.1",
Expand Down Expand Up @@ -61,7 +61,12 @@
"engines": {
"node": ">= 8.0.0"
},
"browserslist": [">1%", "last 4 versions", "Firefox ESR", "not ie < 9"],
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
],
"license": "MIT",
"gitHead": "b601b857e2d005cdad7cb7b73462a7e02f23f8e9"
}
11 changes: 8 additions & 3 deletions examples/antd-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beidou-example-antd-components",
"version": "2.1.1",
"version": "2.2.0",
"description": "Beidou Example AntD Components",
"license": "MIT",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"antd": "^3.10.9",
"babel-eslint": "^8.1.2",
"babel-polyfill": "^6.26.0",
"beidou": "^2.1.1",
"beidou": "^2.2.0",
"beidou-cli": "^2.1.1",
"eslint": "^4.11.0",
"eslint-config-beidou": "^2.0.1",
Expand All @@ -35,7 +35,12 @@
"react-virtualized": "^9.18.5",
"reqwest": "^2.0.5"
},
"browserslist": [">1%", "last 4 versions", "Firefox ESR", "not ie < 9"],
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
],
"engines": {
"node": ">= 8.0.0"
},
Expand Down
11 changes: 8 additions & 3 deletions examples/auto-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beidou-example-auto-router",
"version": "2.1.1",
"version": "2.2.0",
"description": "Beidou example auto router",
"license": "MIT",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"babel-eslint": "^8.1.2",
"babel-polyfill": "^6.26.0",
"beidou": "^2.1.1",
"beidou": "^2.2.0",
"beidou-cli": "^2.1.1",
"eslint": "^4.11.0",
"eslint-config-beidou": "^2.0.1",
Expand All @@ -23,7 +23,12 @@
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"browserslist": [">1%", "last 4 versions", "Firefox ESR", "not ie < 9"],
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
],
"engines": {
"node": ">= 8.0.0"
},
Expand Down
11 changes: 8 additions & 3 deletions examples/benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beidou-benchmark",
"version": "2.1.1",
"version": "2.2.0",
"description": "beidou benchmark",
"scripts": {
"start": "beidou start",
Expand All @@ -25,14 +25,19 @@
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"beidou": "^2.1.1",
"beidou": "^2.2.0",
"beidou-cli": "^2.1.1",
"classnames": "^2.2.6",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-hot-loader": "^4.1.2"
},
"browserslist": [">1%", "last 4 versions", "Firefox ESR", "not ie < 9"],
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
],
"engines": {
"node": ">= 8.0.0"
},
Expand Down
11 changes: 8 additions & 3 deletions examples/css-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beidou-example-css-modules",
"version": "2.1.1",
"version": "2.2.0",
"description": "beidou css modules example",
"scripts": {
"start": "beidou start",
Expand All @@ -23,7 +23,7 @@
"@babel/polyfill": "^7.2.5",
"babel-preset-beidou-client": "^2.1.0",
"babel-preset-beidou-server": "^2.0.1",
"beidou": "^2.1.1",
"beidou": "^2.2.0",
"beidou-cli": "^2.1.1",
"classnames": "^2.2.3",
"enums": "^1.0.0",
Expand All @@ -32,7 +32,12 @@
"react-dom": "^16.2.0",
"react-hot-loader": "^4.1.2"
},
"browserslist": [">1%", "last 4 versions", "Firefox ESR", "not ie < 9"],
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
],
"engines": {
"node": ">= 8.0.0"
},
Expand Down
11 changes: 8 additions & 3 deletions examples/material-ui-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "beidou-example-material-ui-admin",
"version": "2.1.1",
"version": "2.2.0",
"description": "Beidou example material ui admin",
"dependencies": {
"beidou": "^2.1.1",
"beidou": "^2.2.0",
"beidou-cli": "^2.1.1",
"chartist": "^0.10.1",
"classnames": "^2.2.5",
Expand All @@ -25,7 +25,12 @@
"dev": "beidou dev",
"build": "beidou build"
},
"browserslist": [">1%", "last 4 versions", "Firefox ESR", "not ie < 9"],
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
],
"license": "MIT",
"gitHead": "b601b857e2d005cdad7cb7b73462a7e02f23f8e9"
}
9 changes: 7 additions & 2 deletions examples/performance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beidou-example-performance",
"version": "2.0.3",
"version": "2.2.0",
"private": true,
"description": "beidou example of performance",
"scripts": {
Expand Down Expand Up @@ -54,7 +54,12 @@
"whatwg-fetch": "^1.0.0",
"xhr2": "^0.1.3"
},
"browserslist": [">1%", "last 4 versions", "Firefox ESR", "not ie < 9"],
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
],
"engines": {
"node": ">= 8.0.0"
},
Expand Down
11 changes: 8 additions & 3 deletions examples/react-redux-router-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-redux-router-typescript",
"version": "2.1.1",
"version": "2.2.0",
"description": "react-redux-router-typescript",
"scripts": {
"start": "beidou start",
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"babel-plugin-dynamic-import-node": "^2.2.0",
"beidou": "^2.1.1",
"beidou": "^2.2.0",
"beidou-cli": "^2.1.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
Expand All @@ -36,7 +36,12 @@
"source-map-loader": "^0.2.4",
"tslint": "^5.11.0"
},
"browserslist": [">1%", "last 4 versions", "Firefox ESR", "not ie < 9"],
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
],
"engines": {
"node": ">= 8.0.0"
},
Expand Down
11 changes: 8 additions & 3 deletions examples/redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beidou-example-redux",
"version": "2.1.1",
"version": "2.2.0",
"description": "beidou css modules template",
"scripts": {
"start": "beidou start",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"babel-polyfill": "6.26.0",
"beidou": "^2.1.1",
"beidou": "^2.2.0",
"beidou-cli": "^2.1.1",
"classnames": "^2.2.3",
"react": "^16.2.0",
Expand All @@ -33,7 +33,12 @@
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.5.1"
},
"browserslist": [">1%", "last 4 versions", "Firefox ESR", "not ie < 9"],
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
],
"engines": {
"node": ">= 8.0.0"
},
Expand Down
11 changes: 8 additions & 3 deletions examples/simple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beidou-example-simple",
"version": "2.1.1",
"version": "2.2.0",
"description": "beidou example simple",
"scripts": {
"start": "beidou start",
Expand All @@ -21,13 +21,18 @@
},
"dependencies": {
"@babel/polyfill": "^7.2.5",
"beidou": "^2.1.1",
"beidou": "^2.2.0",
"beidou-cli": "^2.1.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-hot-loader": "^4.1.2"
},
"browserslist": [">1%", "last 4 versions", "Firefox ESR", "not ie < 9"],
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
],
"engines": {
"node": ">= 8.0.0"
},
Expand Down
11 changes: 8 additions & 3 deletions examples/stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beidou-example-stream",
"version": "2.1.1",
"version": "2.2.0",
"description": "beidou example stream",
"scripts": {
"start": "beidou start",
Expand All @@ -20,13 +20,18 @@
"eslint-plugin-react": "^7.5.1"
},
"dependencies": {
"beidou": "^2.1.1",
"beidou": "^2.2.0",
"beidou-cli": "^2.1.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-hot-loader": "^4.1.2"
},
"browserslist": [">1%", "last 4 versions", "Firefox ESR", "not ie < 9"],
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
],
"engines": {
"node": ">= 8.0.0"
},
Expand Down
11 changes: 8 additions & 3 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beidou-example-typescript",
"version": "2.1.1",
"version": "2.2.0",
"description": "Beidou example with TypeScript",
"scripts": {
"start": "beidou start",
Expand All @@ -13,7 +13,7 @@
},
"license": "MIT",
"dependencies": {
"beidou": "^2.1.1",
"beidou": "^2.2.0",
"beidou-cli": "^2.1.1",
"react": "^16.2.0",
"react-dom": "^16.7.0",
Expand All @@ -24,7 +24,12 @@
"@types/react-dom": "^16.0.11",
"@types/webpack": "^4.4.20"
},
"browserslist": [">1%", "last 4 versions", "Firefox ESR", "not ie < 9"],
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
],
"config": {
"typescript": true
},
Expand Down

0 comments on commit f731763

Please sign in to comment.