Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sakitam-fdd committed Mar 30, 2021
1 parent 52cd0cd commit 8d9cae3
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "1.1.1-alpha.1",
"version": "1.1.1-alpha.2",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/amap/package.json
@@ -1,6 +1,6 @@
{
"name": "amap-wind",
"version": "1.1.1-alpha.1",
"version": "1.1.1-alpha.2",
"description": "amap(gaode) wind",
"keywords": [],
"author": "sakitam-fdd <smilefdd@gmail.com>",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"homepage": "https://github.com/sakitam-fdd/wind-layer#readme",
"dependencies": {
"wind-core": "^1.1.1-alpha.1"
"wind-core": "^1.1.1-alpha.2"
},
"gitHead": "0cc9a01b20ab3e901d5ec7e9be3653892395d304"
}
4 changes: 2 additions & 2 deletions packages/bmap/package.json
@@ -1,6 +1,6 @@
{
"name": "bmap-wind",
"version": "1.1.1-alpha.1",
"version": "1.1.1-alpha.2",
"description": "baidu map wind",
"keywords": [],
"author": "sakitam-fdd <smilefdd@gmail.com>",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"homepage": "https://github.com/sakitam-fdd/wind-layer#readme",
"dependencies": {
"wind-core": "^1.1.1-alpha.1"
"wind-core": "^1.1.1-alpha.2"
},
"gitHead": "0cc9a01b20ab3e901d5ec7e9be3653892395d304"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "wind-core",
"version": "1.1.1-alpha.1",
"version": "1.1.1-alpha.2",
"description": "wind layer core",
"keywords": [],
"author": "sakitam-fdd <smilefdd@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/gl-core/package.json
@@ -1,6 +1,6 @@
{
"name": "wind-gl-core",
"version": "1.1.1-alpha.1",
"version": "1.1.1-alpha.2",
"description": "wind layer webgl core",
"keywords": [],
"author": "sakitam-fdd <smilefdd@gmail.com>",
Expand Down
4 changes: 2 additions & 2 deletions packages/leaflet/package.json
@@ -1,6 +1,6 @@
{
"name": "leaflet-wind",
"version": "1.1.1-alpha.1",
"version": "1.1.1-alpha.2",
"description": "leaflet wind",
"keywords": [],
"author": "sakitam-fdd <smilefdd@gmail.com>",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"homepage": "https://github.com/sakitam-fdd/wind-layer#readme",
"dependencies": {
"wind-core": "^1.1.1-alpha.1"
"wind-core": "^1.1.1-alpha.2"
},
"peerDependencies": {
"leaflet": ">=1.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/mapbox-gl/package.json
@@ -1,6 +1,6 @@
{
"name": "@sakitam-gis/mapbox-wind",
"version": "1.1.1-alpha.1",
"version": "1.1.1-alpha.2",
"description": "mapboxgl wind",
"keywords": [],
"author": "sakitam-fdd <smilefdd@gmail.com>",
Expand Down Expand Up @@ -47,8 +47,8 @@
},
"homepage": "https://github.com/sakitam-fdd/wind-layer#readme",
"dependencies": {
"wind-core": "^1.1.1-alpha.1",
"wind-gl-core": "^1.1.1-alpha.1"
"wind-core": "^1.1.1-alpha.2",
"wind-gl-core": "^1.1.1-alpha.2"
},
"peerDependencies": {
"mapbox-gl": ">=0.50.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/maptalks/package.json
@@ -1,6 +1,6 @@
{
"name": "@sakitam-gis/maptalks-wind",
"version": "1.1.1-alpha.1",
"version": "1.1.1-alpha.2",
"description": "maptalks wind",
"keywords": [],
"author": "sakitam-fdd <smilefdd@gmail.com>",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"homepage": "https://github.com/sakitam-fdd/wind-layer#readme",
"dependencies": {
"wind-core": "^1.1.1-alpha.1"
"wind-core": "^1.1.1-alpha.2"
},
"peerDependencies": {
"maptalks": ">=0.40.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/ol/package.json
@@ -1,6 +1,6 @@
{
"name": "ol-wind",
"version": "1.1.1-alpha.1",
"version": "1.1.1-alpha.2",
"description": "ol wind",
"keywords": [],
"author": "sakitam-fdd <smilefdd@gmail.com>",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"homepage": "https://github.com/sakitam-fdd/wind-layer#readme",
"dependencies": {
"wind-core": "^1.1.1-alpha.1"
"wind-core": "^1.1.1-alpha.2"
},
"peerDependencies": {
"ol": ">=6.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/ol5/package.json
@@ -1,6 +1,6 @@
{
"name": "ol5-wind",
"version": "1.1.1-alpha.1",
"version": "1.1.1-alpha.2",
"description": "ol5 wind",
"keywords": [],
"author": "sakitam-fdd <smilefdd@gmail.com>",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"homepage": "https://github.com/sakitam-fdd/wind-layer#readme",
"dependencies": {
"wind-core": "^1.1.1-alpha.1"
"wind-core": "^1.1.1-alpha.2"
},
"peerDependencies": {
"ol": ">=5.0.0 <6.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/openlayers/package.json
@@ -1,6 +1,6 @@
{
"name": "openlayers-wind",
"version": "1.1.1-alpha.1",
"version": "1.1.1-alpha.2",
"description": "ol3-ol4 wind",
"keywords": [],
"author": "sakitam-fdd <smilefdd@gmail.com>",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"homepage": "https://github.com/sakitam-fdd/wind-layer#readme",
"dependencies": {
"wind-core": "^1.1.1-alpha.1"
"wind-core": "^1.1.1-alpha.2"
},
"peerDependencies": {
"openlayers": ">=3.0.0"
Expand Down

0 comments on commit 8d9cae3

Please sign in to comment.