Skip to content

Commit 218112e

Browse files
committed
chore(release): publish v2.3.0
1 parent 1e14aab commit 218112e

File tree

36 files changed

+97
-97
lines changed

36 files changed

+97
-97
lines changed

examples/advanced/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beidou-example-advanced",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"description": "beidou example advanced",
55
"scripts": {
66
"start": "beidou start",
@@ -21,8 +21,8 @@
2121
},
2222
"dependencies": {
2323
"babel-polyfill": "^6.26.0",
24-
"beidou": "^2.2.1",
25-
"beidou-cli": "^2.1.1",
24+
"beidou": "^2.3.0",
25+
"beidou-cli": "^2.3.0",
2626
"react": "^16.2.0",
2727
"react-dom": "^16.2.0"
2828
},

examples/antd-admin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beidou-example-antd-admin",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"description": "beidou antd template",
55
"scripts": {
66
"start": "beidou start",
@@ -16,8 +16,8 @@
1616
"antd": "3.13.6",
1717
"axios": "^0.18.1",
1818
"babel-polyfill": "^6.26.0",
19-
"beidou": "^2.2.1",
20-
"beidou-cli": "^2.1.1",
19+
"beidou": "^2.3.0",
20+
"beidou-cli": "^2.3.0",
2121
"classnames": "^2.2.3",
2222
"color": "^2.0.1",
2323
"diskdb": "^0.1.17",

examples/antd-components/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beidou-example-antd-components",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"description": "Beidou Example AntD Components",
55
"license": "MIT",
66
"scripts": {
@@ -15,8 +15,8 @@
1515
"antd": "^3.10.9",
1616
"babel-eslint": "^8.1.2",
1717
"babel-polyfill": "^6.26.0",
18-
"beidou": "^2.2.1",
19-
"beidou-cli": "^2.1.1",
18+
"beidou": "^2.3.0",
19+
"beidou-cli": "^2.3.0",
2020
"eslint": "^4.11.0",
2121
"eslint-config-beidou": "^2.0.1",
2222
"eslint-plugin-import": "^2.8.0",

examples/auto-router/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beidou-example-auto-router",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"description": "Beidou example auto router",
55
"license": "MIT",
66
"scripts": {
@@ -14,8 +14,8 @@
1414
"dependencies": {
1515
"babel-eslint": "^8.1.2",
1616
"babel-polyfill": "^6.26.0",
17-
"beidou": "^2.2.1",
18-
"beidou-cli": "^2.1.1",
17+
"beidou": "^2.3.0",
18+
"beidou-cli": "^2.3.0",
1919
"eslint": "^4.11.0",
2020
"eslint-config-beidou": "^2.0.1",
2121
"eslint-plugin-import": "^2.8.0",

examples/benchmark/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beidou-benchmark",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"description": "beidou benchmark",
55
"scripts": {
66
"start": "beidou start",
@@ -25,8 +25,8 @@
2525
},
2626
"dependencies": {
2727
"babel-polyfill": "^6.26.0",
28-
"beidou": "^2.2.1",
29-
"beidou-cli": "^2.1.1",
28+
"beidou": "^2.3.0",
29+
"beidou-cli": "^2.3.0",
3030
"classnames": "^2.2.6",
3131
"react": "^16.2.0",
3232
"react-dom": "^16.2.0",

examples/css-modules/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beidou-example-css-modules",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"description": "beidou css modules example",
55
"scripts": {
66
"start": "beidou start",
@@ -23,8 +23,8 @@
2323
"@babel/polyfill": "^7.2.5",
2424
"babel-preset-beidou-client": "^2.1.0",
2525
"babel-preset-beidou-server": "^2.0.1",
26-
"beidou": "^2.2.1",
27-
"beidou-cli": "^2.1.1",
26+
"beidou": "^2.3.0",
27+
"beidou-cli": "^2.3.0",
2828
"classnames": "^2.2.3",
2929
"enums": "^1.0.0",
3030
"extend": "^3.0.0",

examples/material-ui-admin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "beidou-example-material-ui-admin",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"description": "Beidou example material ui admin",
55
"dependencies": {
6-
"beidou": "^2.2.1",
7-
"beidou-cli": "^2.1.1",
6+
"beidou": "^2.3.0",
7+
"beidou-cli": "^2.3.0",
88
"chartist": "^0.10.1",
99
"classnames": "^2.2.5",
1010
"material-ui": "1.0.0-beta.34",

examples/performance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beidou-example-performance",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"private": true,
55
"description": "beidou example of performance",
66
"scripts": {

examples/react-redux-router-typescript/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-redux-router-typescript",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"description": "react-redux-router-typescript",
55
"scripts": {
66
"start": "beidou start",
@@ -13,8 +13,8 @@
1313
"dependencies": {
1414
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
1515
"babel-plugin-dynamic-import-node": "^2.2.0",
16-
"beidou": "^2.2.1",
17-
"beidou-cli": "^2.1.1",
16+
"beidou": "^2.3.0",
17+
"beidou-cli": "^2.3.0",
1818
"react": "^16.2.0",
1919
"react-dom": "^16.2.0",
2020
"react-hot-loader": "^4.3.3",

examples/redux/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beidou-example-redux",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"description": "beidou css modules template",
55
"scripts": {
66
"start": "beidou start",
@@ -13,8 +13,8 @@
1313
},
1414
"dependencies": {
1515
"babel-polyfill": "6.26.0",
16-
"beidou": "^2.2.1",
17-
"beidou-cli": "^2.1.1",
16+
"beidou": "^2.3.0",
17+
"beidou-cli": "^2.3.0",
1818
"classnames": "^2.2.3",
1919
"react": "^16.2.0",
2020
"react-dom": "^16.2.0",

0 commit comments

Comments
 (0)