chore: update version 2.0.28-alpha.0

This commit is contained in:
thinkinggis 2020-02-23 22:38:09 +08:00
parent 6f52cc3868
commit ba4f29d48f
12 changed files with 52 additions and 48 deletions

View File

@ -14,7 +14,7 @@
"message": "chore: publish"
}
},
"version": "2.0.27-alpha.0",
"version": "2.0.28-alpha.0",
"npmClient": "yarn",
"useWorkspaces": true,
"publishConfig": {

View File

@ -1,6 +1,6 @@
{
"name": "@antv/async-hook",
"version": "2.0.25",
"version": "2.0.28-alpha.0",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
@ -32,5 +32,9 @@
},
"devDependencies": {
"@types/async": "^3.0.8"
},
"gitHead": "a5d354b66873f700730248d015c5e539c54b34b7",
"publishConfig": {
"access": "public"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@antv/l7-component",
"version": "2.0.27-alpha.0",
"version": "2.0.28-alpha.0",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
@ -24,14 +24,14 @@
"author": "lzxue",
"license": "ISC",
"dependencies": {
"@antv/l7-core": "^2.0.27-alpha.0",
"@antv/l7-utils": "^2.0.27-alpha.0",
"@antv/l7-core": "^2.0.28-alpha.0",
"@antv/l7-utils": "^2.0.28-alpha.0",
"@babel/runtime": "^7.7.7",
"eventemitter3": "^4.0.0",
"inversify": "^5.0.1",
"load-styles": "^2.0.0"
},
"gitHead": "f2bd3c6473df79d815467b1677c6f985cf68800e",
"gitHead": "a5d354b66873f700730248d015c5e539c54b34b7",
"publishConfig": {
"access": "public"
}

View File

@ -1,6 +1,6 @@
{
"name": "@antv/l7-core",
"version": "2.0.27-alpha.0",
"version": "2.0.28-alpha.0",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
@ -22,8 +22,8 @@
"author": "xiaoiver",
"license": "ISC",
"dependencies": {
"@antv/async-hook": "^2.0.25",
"@antv/l7-utils": "^2.0.27-alpha.0",
"@antv/async-hook": "^2.0.28-alpha.0",
"@antv/l7-utils": "^2.0.28-alpha.0",
"@babel/runtime": "^7.7.7",
"@mapbox/tiny-sdf": "^1.1.1",
"ajv": "^6.10.2",
@ -46,7 +46,7 @@
"@types/lodash": "^4.14.138",
"@types/viewport-mercator-project": "^6.1.0"
},
"gitHead": "f2bd3c6473df79d815467b1677c6f985cf68800e",
"gitHead": "a5d354b66873f700730248d015c5e539c54b34b7",
"publishConfig": {
"access": "public"
}

View File

@ -1,6 +1,6 @@
{
"name": "@antv/l7",
"version": "2.0.27-alpha.0",
"version": "2.0.28-alpha.0",
"description": "A Large-scale WebGL-powered Geospatial Data Visualization",
"main": "lib/index.js",
"module": "es/index.js",
@ -24,14 +24,14 @@
"author": "antv",
"license": "MIT",
"dependencies": {
"@antv/l7-component": "^2.0.27-alpha.0",
"@antv/l7-core": "^2.0.27-alpha.0",
"@antv/l7-layers": "^2.0.27-alpha.0",
"@antv/l7-maps": "^2.0.27-alpha.0",
"@antv/l7-scene": "^2.0.27-alpha.0",
"@antv/l7-component": "^2.0.28-alpha.0",
"@antv/l7-core": "^2.0.28-alpha.0",
"@antv/l7-layers": "^2.0.28-alpha.0",
"@antv/l7-maps": "^2.0.28-alpha.0",
"@antv/l7-scene": "^2.0.28-alpha.0",
"@babel/runtime": "^7.7.7"
},
"gitHead": "f2bd3c6473df79d815467b1677c6f985cf68800e",
"gitHead": "a5d354b66873f700730248d015c5e539c54b34b7",
"publishConfig": {
"access": "public"
}

View File

@ -1,6 +1,6 @@
{
"name": "@antv/l7-layers",
"version": "2.0.27-alpha.0",
"version": "2.0.28-alpha.0",
"description": "L7's collection of built-in layers",
"main": "lib/index.js",
"module": "es/index.js",
@ -22,10 +22,10 @@
"author": "xiaoiver",
"license": "ISC",
"dependencies": {
"@antv/async-hook": "^2.0.25",
"@antv/l7-core": "^2.0.27-alpha.0",
"@antv/l7-source": "^2.0.27-alpha.0",
"@antv/l7-utils": "^2.0.27-alpha.0",
"@antv/async-hook": "^2.0.28-alpha.0",
"@antv/l7-core": "^2.0.28-alpha.0",
"@antv/l7-source": "^2.0.28-alpha.0",
"@antv/l7-utils": "^2.0.28-alpha.0",
"@babel/runtime": "^7.7.7",
"@mapbox/martini": "^0.1.0",
"@turf/meta": "^6.0.2",
@ -49,7 +49,7 @@
"@types/gl-matrix": "^2.4.5",
"@types/lodash": "^4.14.138"
},
"gitHead": "f2bd3c6473df79d815467b1677c6f985cf68800e",
"gitHead": "a5d354b66873f700730248d015c5e539c54b34b7",
"publishConfig": {
"access": "public"
}

View File

@ -1,6 +1,6 @@
{
"name": "@antv/l7-maps",
"version": "2.0.27-alpha.0",
"version": "2.0.28-alpha.0",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
@ -23,8 +23,8 @@
"author": "xiaoiver",
"license": "ISC",
"dependencies": {
"@antv/l7-core": "^2.0.27-alpha.0",
"@antv/l7-utils": "^2.0.27-alpha.0",
"@antv/l7-core": "^2.0.28-alpha.0",
"@antv/l7-utils": "^2.0.28-alpha.0",
"@babel/runtime": "^7.7.7",
"gl-matrix": "^3.1.0",
"inversify": "^5.0.1",
@ -37,7 +37,7 @@
"@types/mapbox-gl": "^0.54.3",
"@types/viewport-mercator-project": "^6.1.0"
},
"gitHead": "f2bd3c6473df79d815467b1677c6f985cf68800e",
"gitHead": "a5d354b66873f700730248d015c5e539c54b34b7",
"publishConfig": {
"access": "public"
}

View File

@ -1,6 +1,6 @@
{
"name": "@antv/l7-react",
"version": "2.0.27-alpha.0",
"version": "2.0.28-alpha.0",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
@ -24,14 +24,14 @@
"author": "lzxue",
"license": "ISC",
"dependencies": {
"@antv/l7": "^2.0.27-alpha.0",
"@antv/l7-maps": "^2.0.27-alpha.0",
"@antv/l7": "^2.0.28-alpha.0",
"@antv/l7-maps": "^2.0.28-alpha.0",
"@babel/runtime": "^7.7.7",
"load-styles": "^2.0.0",
"react": "^16.8.6",
"react-dom": "^16.10.2"
},
"gitHead": "f2bd3c6473df79d815467b1677c6f985cf68800e",
"gitHead": "a5d354b66873f700730248d015c5e539c54b34b7",
"publishConfig": {
"access": "public"
}

View File

@ -1,6 +1,6 @@
{
"name": "@antv/l7-renderer",
"version": "2.0.27-alpha.0",
"version": "2.0.28-alpha.0",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
@ -25,14 +25,14 @@
"gl": "^4.4.0"
},
"dependencies": {
"@antv/l7-core": "^2.0.27-alpha.0",
"@antv/l7-core": "^2.0.28-alpha.0",
"@babel/runtime": "^7.7.7",
"inversify": "^5.0.1",
"lodash": "^4.17.15",
"reflect-metadata": "^0.1.13",
"regl": "^1.3.11"
},
"gitHead": "f2bd3c6473df79d815467b1677c6f985cf68800e",
"gitHead": "a5d354b66873f700730248d015c5e539c54b34b7",
"publishConfig": {
"access": "public"
}

View File

@ -1,6 +1,6 @@
{
"name": "@antv/l7-scene",
"version": "2.0.27-alpha.0",
"version": "2.0.28-alpha.0",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
@ -22,17 +22,17 @@
"author": "xiaoiver",
"license": "ISC",
"dependencies": {
"@antv/l7-component": "^2.0.27-alpha.0",
"@antv/l7-core": "^2.0.27-alpha.0",
"@antv/l7-maps": "^2.0.27-alpha.0",
"@antv/l7-renderer": "^2.0.27-alpha.0",
"@antv/l7-utils": "^2.0.27-alpha.0",
"@antv/l7-component": "^2.0.28-alpha.0",
"@antv/l7-core": "^2.0.28-alpha.0",
"@antv/l7-maps": "^2.0.28-alpha.0",
"@antv/l7-renderer": "^2.0.28-alpha.0",
"@antv/l7-utils": "^2.0.28-alpha.0",
"@babel/runtime": "^7.7.7",
"inversify": "^5.0.1",
"mapbox-gl": "^1.2.1",
"reflect-metadata": "^0.1.13"
},
"gitHead": "f2bd3c6473df79d815467b1677c6f985cf68800e",
"gitHead": "a5d354b66873f700730248d015c5e539c54b34b7",
"publishConfig": {
"access": "public"
}

View File

@ -1,6 +1,6 @@
{
"name": "@antv/l7-source",
"version": "2.0.27-alpha.0",
"version": "2.0.28-alpha.0",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
@ -24,9 +24,9 @@
"author": "lzxue",
"license": "ISC",
"dependencies": {
"@antv/async-hook": "^2.0.25",
"@antv/l7-core": "^2.0.27-alpha.0",
"@antv/l7-utils": "^2.0.27-alpha.0",
"@antv/async-hook": "^2.0.28-alpha.0",
"@antv/l7-core": "^2.0.28-alpha.0",
"@antv/l7-utils": "^2.0.28-alpha.0",
"@babel/runtime": "^7.7.7",
"@mapbox/geojson-rewind": "^0.4.0",
"@turf/helpers": "^6.1.4",
@ -44,7 +44,7 @@
"@types/d3-hexbin": "^0.2.3",
"@types/lodash": "^4.14.138"
},
"gitHead": "f2bd3c6473df79d815467b1677c6f985cf68800e",
"gitHead": "a5d354b66873f700730248d015c5e539c54b34b7",
"publishConfig": {
"access": "public"
}

View File

@ -1,6 +1,6 @@
{
"name": "@antv/l7-utils",
"version": "2.0.27-alpha.0",
"version": "2.0.28-alpha.0",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
@ -29,7 +29,7 @@
"devDependencies": {
"@types/d3-color": "^1.2.2"
},
"gitHead": "f2bd3c6473df79d815467b1677c6f985cf68800e",
"gitHead": "a5d354b66873f700730248d015c5e539c54b34b7",
"publishConfig": {
"access": "public"
}