Skip to content

Commit

Permalink
chore(release): publish v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devrsi0n committed Mar 23, 2018
1 parent f78e8d9 commit 17c98e4
Show file tree
Hide file tree
Showing 33 changed files with 96 additions and 96 deletions.
8 changes: 4 additions & 4 deletions examples/advanced/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beidou-example-advanced",
"version": "1.0.0-beta.3",
"version": "1.0.0",
"description": "beidou example advanced",
"scripts": {
"start": "beidou start",
Expand All @@ -14,14 +14,14 @@
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.15.0",
"eslint-config-beidou": "^1.0.0-beta.3",
"eslint-config-beidou": "^1.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.5.1"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"beidou-cli": "^1.0.0-beta.3",
"beidou-core": "^1.0.0-beta.3",
"beidou-cli": "^1.0.0",
"beidou-core": "^1.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
Expand Down
8 changes: 4 additions & 4 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": "1.0.0-beta.3",
"version": "1.0.0",
"description": "beidou antd template",
"scripts": {
"start": "beidou start",
Expand All @@ -16,8 +16,8 @@
"antd": "^3.1.3",
"axios": "^0.17.1",
"babel-polyfill": "^6.26.0",
"beidou-cli": "^1.0.0-beta.3",
"beidou-core": "^1.0.0-beta.3",
"beidou-cli": "^1.0.0",
"beidou-core": "^1.0.0",
"classnames": "^2.2.3",
"color": "^2.0.1",
"diskdb": "^0.1.17",
Expand Down Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"babel-eslint": "^8.1.2",
"eslint": "^4.11.0",
"eslint-config-beidou": "^1.0.0-beta.3",
"eslint-config-beidou": "^1.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.5.1",
"globby": "^6.1.0"
Expand Down
8 changes: 4 additions & 4 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": "1.0.0-beta.3",
"version": "1.0.0",
"description": "Beidou Example AntD Components",
"license": "MIT",
"scripts": {
Expand All @@ -15,10 +15,10 @@
"antd": "^3.2.3",
"babel-eslint": "^8.1.2",
"babel-polyfill": "^6.26.0",
"beidou-cli": "^1.0.0-beta.3",
"beidou-core": "^1.0.0-beta.3",
"beidou-cli": "^1.0.0",
"beidou-core": "^1.0.0",
"eslint": "^4.11.0",
"eslint-config-beidou": "^1.0.0-beta.3",
"eslint-config-beidou": "^1.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.5.1",
"fetch-jsonp": "^1.1.3",
Expand Down
8 changes: 4 additions & 4 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": "1.0.0-beta.3",
"version": "1.0.0",
"description": "Beidou example auto router",
"license": "MIT",
"scripts": {
Expand All @@ -14,10 +14,10 @@
"dependencies": {
"babel-eslint": "^8.1.2",
"babel-polyfill": "^6.26.0",
"beidou-cli": "^1.0.0-beta.3",
"beidou-core": "^1.0.0-beta.3",
"beidou-cli": "^1.0.0",
"beidou-core": "^1.0.0",
"eslint": "^4.11.0",
"eslint-config-beidou": "^1.0.0-beta.3",
"eslint-config-beidou": "^1.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.5.1",
"react": "^16.2.0",
Expand Down
12 changes: 6 additions & 6 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": "1.0.0-beta.3",
"version": "1.0.0",
"description": "beidou css modules example",
"scripts": {
"start": "beidou start",
Expand All @@ -18,7 +18,7 @@
"babel-loader": "^7.1.1",
"css-loader": "^0.28.10",
"eslint": "^4.11.0",
"eslint-config-beidou": "^1.0.0-beta.3",
"eslint-config-beidou": "^1.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.5.1",
"extract-text-webpack-plugin": "^3.0.2",
Expand All @@ -34,10 +34,10 @@
"babel": "^6.5.2",
"babel-core": "^6.25.0",
"babel-polyfill": "^6.26.0",
"babel-preset-beidou-client": "^1.0.0-beta.3",
"babel-preset-beidou-server": "^1.0.0-beta.3",
"beidou-cli": "^1.0.0-beta.3",
"beidou-core": "^1.0.0-beta.3",
"babel-preset-beidou-client": "^1.0.0",
"babel-preset-beidou-server": "^1.0.0",
"beidou-cli": "^1.0.0",
"beidou-core": "^1.0.0",
"classnames": "^2.2.3",
"enums": "^1.0.0",
"extend": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/material-ui-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "beidou-example-material-ui-admin",
"version": "1.0.0-beta.3",
"version": "1.0.0",
"description": "Beidou example material ui admin",
"dependencies": {
"beidou-cli": "^1.0.0-beta.3",
"beidou-core": "^1.0.0-beta.3",
"beidou-cli": "^1.0.0",
"beidou-core": "^1.0.0",
"chartist": "^0.10.1",
"classnames": "^2.2.5",
"material-ui": "1.0.0-beta.34",
Expand Down
2 changes: 1 addition & 1 deletion examples/performance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beidou-example-performance",
"version": "1.0.0-beta.3",
"version": "1.0.0",
"private": true,
"description": "beidou example of performance",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions examples/redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beidou-example-redux",
"version": "1.0.0-beta.3",
"version": "1.0.0",
"description": "beidou css modules template",
"scripts": {
"start": "beidou start",
Expand All @@ -13,8 +13,8 @@
},
"dependencies": {
"babel-polyfill": "6.26.0",
"beidou-cli": "^1.0.0-beta.3",
"beidou-core": "^1.0.0-beta.3",
"beidou-cli": "^1.0.0",
"beidou-core": "^1.0.0",
"classnames": "^2.2.3",
"react": "^16.2.0",
"react-dom": "^16.2.0",
Expand All @@ -28,7 +28,7 @@
"autoprefixer": "^6.5.3",
"babel-eslint": "^7.1.1",
"eslint": "^4.11.0",
"eslint-config-beidou": "^1.0.0-beta.3",
"eslint-config-beidou": "^1.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.5.1"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/simple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beidou-example-simple",
"version": "1.0.0-beta.3",
"version": "1.0.0",
"description": "beidou example simple",
"scripts": {
"start": "beidou start",
Expand All @@ -15,14 +15,14 @@
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^4.11.0",
"eslint-config-beidou": "^1.0.0-beta.3",
"eslint-config-beidou": "^1.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.5.1"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"beidou-cli": "^1.0.0-beta.3",
"beidou-core": "^1.0.0-beta.3",
"beidou-cli": "^1.0.0",
"beidou-core": "^1.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/view-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beidou-example-view-middleware",
"version": "1.0.0-beta.3",
"version": "1.0.0",
"description": "Beidou example view middleware",
"license": "MIT",
"scripts": {
Expand All @@ -13,8 +13,8 @@
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"beidou-cli": "^1.0.0-beta.3",
"beidou-core": "^1.0.0-beta.3",
"beidou-cli": "^1.0.0",
"beidou-core": "^1.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/with-dva/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beidou-example-with-dva",
"version": "1.0.0-beta.3",
"version": "1.0.0",
"description": "Beidou example with dva",
"scripts": {
"start": "beidou start",
Expand All @@ -13,8 +13,8 @@
"license": "MIT",
"dependencies": {
"babel-polyfill": "^6.26.0",
"beidou-cli": "^1.0.0-beta.3",
"beidou-core": "^1.0.0-beta.3",
"beidou-cli": "^1.0.0",
"beidou-core": "^1.0.0",
"dva": "^2.1.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/with-less/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beidou-example-with-less",
"version": "1.0.0-beta.3",
"version": "1.0.0",
"description": "Beidou example with less",
"scripts": {
"start": "beidou start",
Expand All @@ -13,8 +13,8 @@
"license": "MIT",
"dependencies": {
"babel-polyfill": "^6.26.0",
"beidou-cli": "^1.0.0-beta.3",
"beidou-core": "^1.0.0-beta.3",
"beidou-cli": "^1.0.0",
"beidou-core": "^1.0.0",
"css-loader": "^0.28.10",
"less": "^3.0.1",
"less-loader": "^4.0.5",
Expand Down
8 changes: 4 additions & 4 deletions examples/with-mobx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beidou-example-with-mobx",
"version": "1.0.0-beta.3",
"version": "1.0.0",
"description": "beidou example with mobx",
"scripts": {
"start": "beidou start",
Expand All @@ -12,8 +12,8 @@
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"beidou-cli": "^1.0.0-beta.3",
"beidou-core": "^1.0.0-beta.3",
"beidou-cli": "^1.0.0",
"beidou-core": "^1.0.0",
"director": "^1.2.8",
"js-cookie": "^2.2.0",
"mobx": "^3.5.1",
Expand All @@ -30,7 +30,7 @@
"babel-eslint": "^7.1.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"eslint": "^4.11.0",
"eslint-config-beidou": "^1.0.0-beta.3",
"eslint-config-beidou": "^1.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.5.1"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/with-rax-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beidou-example-with-rax-redux",
"version": "1.0.0-beta.3",
"version": "1.0.0",
"description": "Beidou example with rax redux",
"license": "MIT",
"scripts": {
Expand All @@ -13,9 +13,9 @@
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"beidou-cli": "^1.0.0-beta.3",
"beidou-core": "^1.0.0-beta.3",
"beidou-view-rax": "^1.0.0-beta.3",
"beidou-cli": "^1.0.0",
"beidou-core": "^1.0.0",
"beidou-view-rax": "^1.0.0",
"rax": "^0.5.0",
"rax-dom": "^0.5.2",
"rax-redux": "^0.5.2",
Expand Down
8 changes: 4 additions & 4 deletions examples/with-rax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beidou-example-with-rax",
"version": "1.0.0-beta.3",
"version": "1.0.0",
"description": "Beidou example with rax",
"license": "MIT",
"scripts": {
Expand All @@ -13,9 +13,9 @@
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"beidou-cli": "^1.0.0-beta.3",
"beidou-core": "^1.0.0-beta.3",
"beidou-view-rax": "^1.0.0-beta.3",
"beidou-cli": "^1.0.0",
"beidou-core": "^1.0.0",
"beidou-view-rax": "^1.0.0",
"rax": "^0.5.0",
"rax-server-renderer": "^0.5.0",
"rax-text": "^0.5.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/with-react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beidou-example-with-react-router",
"version": "1.0.0-beta.3",
"version": "1.0.0",
"description": "Beidou example with react router",
"license": "MIT",
"scripts": {
Expand All @@ -14,10 +14,10 @@
"dependencies": {
"babel-eslint": "^8.1.2",
"babel-polyfill": "^6.26.0",
"beidou-cli": "^1.0.0-beta.3",
"beidou-core": "^1.0.0-beta.3",
"beidou-cli": "^1.0.0",
"beidou-core": "^1.0.0",
"eslint": "^4.11.0",
"eslint-config-beidou": "^1.0.0-beta.3",
"eslint-config-beidou": "^1.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.5.1",
"react": "^16.2.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/with-redux-observable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beidou-example-with-redux-observable",
"version": "1.0.0-beta.3",
"version": "1.0.0",
"description": "Beidou example with redux-observable",
"scripts": {
"start": "beidou start",
Expand All @@ -13,8 +13,8 @@
"license": "MIT",
"dependencies": {
"babel-polyfill": "^6.26.0",
"beidou-cli": "^1.0.0-beta.3",
"beidou-core": "^1.0.0-beta.3",
"beidou-cli": "^1.0.0",
"beidou-core": "^1.0.0",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/with-redux-saga/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beidou-example-with-redux-saga",
"version": "1.0.0-beta.3",
"version": "1.0.0",
"description": "Beidou example with redux saga",
"scripts": {
"start": "beidou start",
Expand All @@ -14,8 +14,8 @@
"license": "MIT",
"dependencies": {
"babel-polyfill": "^6.26.0",
"beidou-cli": "^1.0.0-beta.3",
"beidou-core": "^1.0.0-beta.3",
"beidou-cli": "^1.0.0",
"beidou-core": "^1.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
Expand Down
Loading

0 comments on commit 17c98e4

Please sign in to comment.