Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sakitam-fdd committed Feb 29, 2020
1 parent 03574c2 commit dbc0535
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 23 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "0.1.1",
"version": "1.0.0-alpha.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand All @@ -14,7 +14,9 @@
},
"publish": {
"npmClient": "yarn",
"ignoreChanges": ["*.md"],
"ignoreChanges": [
"*.md"
],
"verifyAccess": false,
"verifyRegistry": false,
"allowBranch": [
Expand Down
4 changes: 2 additions & 2 deletions packages/amap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amap-wind",
"version": "1.0.0",
"version": "1.0.0-alpha.0",
"description": "amap(gaode) wind",
"keywords": [],
"author": "sakitam-fdd <smilefdd@gmail.com>",
Expand Down Expand Up @@ -40,6 +40,6 @@
},
"homepage": "https://github.com/sakitam-fdd/wind-layer#readme",
"dependencies": {
"wind-core": "^1.0.0"
"wind-core": "^1.0.0-alpha.0"
}
}
4 changes: 2 additions & 2 deletions packages/bmap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bmap-wind",
"version": "1.0.0",
"version": "1.0.0-alpha.0",
"description": "baidu map wind",
"keywords": [],
"author": "sakitam-fdd <smilefdd@gmail.com>",
Expand Down Expand Up @@ -40,6 +40,6 @@
},
"homepage": "https://github.com/sakitam-fdd/wind-layer#readme",
"dependencies": {
"wind-core": "^1.0.0"
"wind-core": "^1.0.0-alpha.0"
}
}
5 changes: 2 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wind-core",
"version": "1.0.0",
"version": "1.0.0-alpha.0",
"description": "wind layer core",
"keywords": [],
"author": "sakitam-fdd <smilefdd@gmail.com>",
Expand Down Expand Up @@ -38,6 +38,5 @@
"bugs": {
"url": "https://github.com/sakitam-fdd/wind-layer/issues"
},
"homepage": "https://github.com/sakitam-fdd/wind-layer#readme",
"dependencies": {}
"homepage": "https://github.com/sakitam-fdd/wind-layer#readme"
}
4 changes: 2 additions & 2 deletions packages/maptalks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maptalks-wind",
"version": "1.0.0",
"version": "1.0.0-alpha.0",
"description": "maptalks wind",
"keywords": [],
"author": "sakitam-fdd <smilefdd@gmail.com>",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"homepage": "https://github.com/sakitam-fdd/wind-layer#readme",
"dependencies": {
"wind-core": "^1.0.0"
"wind-core": "^1.0.0-alpha.0"
},
"peerDependencies": {
"maptalks": ">=0.40.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/ol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ol-wind",
"version": "1.0.0",
"version": "1.0.0-alpha.0",
"description": "ol wind",
"keywords": [],
"author": "sakitam-fdd <smilefdd@gmail.com>",
Expand Down Expand Up @@ -40,13 +40,13 @@
},
"homepage": "https://github.com/sakitam-fdd/wind-layer#readme",
"dependencies": {
"wind-core": "^1.0.0"
"wind-core": "^1.0.0-alpha.0"
},
"peerDependencies": {
"ol": ">=6.0.0"
},
"devDependencies": {
"ol": "^6.0.0",
"@types/ol": "^6.1.0"
"@types/ol": "^6.1.0",
"ol": "^6.0.0"
}
}
8 changes: 4 additions & 4 deletions packages/ol5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ol5-wind",
"version": "1.0.0",
"version": "1.0.0-alpha.0",
"description": "ol5 wind",
"keywords": [],
"author": "sakitam-fdd <smilefdd@gmail.com>",
Expand Down Expand Up @@ -40,13 +40,13 @@
},
"homepage": "https://github.com/sakitam-fdd/wind-layer#readme",
"dependencies": {
"wind-core": "^1.0.0"
"wind-core": "^1.0.0-alpha.0"
},
"peerDependencies": {
"ol": ">=5.0.0"
},
"devDependencies": {
"ol": "^5.0.3",
"@types/ol": "^5.3.0"
"@types/ol": "^5.3.0",
"ol": "^5.0.3"
}
}
8 changes: 4 additions & 4 deletions packages/openlayers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openlayers-wind",
"version": "1.0.0",
"version": "1.0.0-alpha.0",
"description": "ol3-ol4 wind",
"keywords": [],
"author": "sakitam-fdd <smilefdd@gmail.com>",
Expand Down Expand Up @@ -40,13 +40,13 @@
},
"homepage": "https://github.com/sakitam-fdd/wind-layer#readme",
"dependencies": {
"wind-core": "^1.0.0"
"wind-core": "^1.0.0-alpha.0"
},
"peerDependencies": {
"openlayers": ">=3.0.0"
},
"devDependencies": {
"openlayers": "^4.6.5",
"@types/openlayers": "^4.6.17"
"@types/openlayers": "^4.6.17",
"openlayers": "^4.6.5"
}
}

0 comments on commit dbc0535

Please sign in to comment.