chore: update version 2.0.33

This commit is contained in:
thinkinggis 2020-03-02 18:40:57 +08:00
parent 4fd3e3d141
commit 4de313b4ef
5 changed files with 12 additions and 12 deletions

View File

@ -14,7 +14,7 @@
"message": "chore: publish" "message": "chore: publish"
} }
}, },
"version": "2.0.32", "version": "2.0.33",
"npmClient": "yarn", "npmClient": "yarn",
"useWorkspaces": true, "useWorkspaces": true,
"publishConfig": { "publishConfig": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@antv/l7", "name": "@antv/l7",
"version": "2.0.32", "version": "2.0.33",
"description": "A Large-scale WebGL-powered Geospatial Data Visualization", "description": "A Large-scale WebGL-powered Geospatial Data Visualization",
"main": "lib/index.js", "main": "lib/index.js",
"module": "es/index.js", "module": "es/index.js",
@ -27,8 +27,8 @@
"@antv/l7-component": "^2.0.32", "@antv/l7-component": "^2.0.32",
"@antv/l7-core": "^2.0.32", "@antv/l7-core": "^2.0.32",
"@antv/l7-layers": "^2.0.32", "@antv/l7-layers": "^2.0.32",
"@antv/l7-maps": "^2.0.32", "@antv/l7-maps": "^2.0.33",
"@antv/l7-scene": "^2.0.32", "@antv/l7-scene": "^2.0.33",
"@babel/runtime": "^7.7.7" "@babel/runtime": "^7.7.7"
}, },
"gitHead": "a5d354b66873f700730248d015c5e539c54b34b7", "gitHead": "a5d354b66873f700730248d015c5e539c54b34b7",

View File

@ -1,6 +1,6 @@
{ {
"name": "@antv/l7-maps", "name": "@antv/l7-maps",
"version": "2.0.32", "version": "2.0.33",
"description": "", "description": "",
"main": "lib/index.js", "main": "lib/index.js",
"module": "es/index.js", "module": "es/index.js",
@ -26,11 +26,11 @@
"@antv/l7-core": "^2.0.32", "@antv/l7-core": "^2.0.32",
"@antv/l7-utils": "^2.0.29", "@antv/l7-utils": "^2.0.29",
"@babel/runtime": "^7.7.7", "@babel/runtime": "^7.7.7",
"@types/amap-js-api": "^1.4.6",
"gl-matrix": "^3.1.0", "gl-matrix": "^3.1.0",
"inversify": "^5.0.1", "inversify": "^5.0.1",
"mapbox-gl": "^1.2.1", "mapbox-gl": "^1.2.1",
"viewport-mercator-project": "^6.2.1", "viewport-mercator-project": "^6.2.1"
"@types/amap-js-api": "^1.4.6"
}, },
"devDependencies": { "devDependencies": {
"@types/gl-matrix": "^2.4.5", "@types/gl-matrix": "^2.4.5",

View File

@ -1,6 +1,6 @@
{ {
"name": "@antv/l7-react", "name": "@antv/l7-react",
"version": "2.0.32", "version": "2.0.33",
"description": "", "description": "",
"main": "lib/index.js", "main": "lib/index.js",
"module": "es/index.js", "module": "es/index.js",
@ -24,8 +24,8 @@
"author": "lzxue", "author": "lzxue",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@antv/l7": "^2.0.32", "@antv/l7": "^2.0.33",
"@antv/l7-maps": "^2.0.32", "@antv/l7-maps": "^2.0.33",
"@babel/runtime": "^7.7.7", "@babel/runtime": "^7.7.7",
"load-styles": "^2.0.0", "load-styles": "^2.0.0",
"react": "^16.8.6", "react": "^16.8.6",

View File

@ -1,6 +1,6 @@
{ {
"name": "@antv/l7-scene", "name": "@antv/l7-scene",
"version": "2.0.32", "version": "2.0.33",
"description": "", "description": "",
"main": "lib/index.js", "main": "lib/index.js",
"module": "es/index.js", "module": "es/index.js",
@ -24,7 +24,7 @@
"dependencies": { "dependencies": {
"@antv/l7-component": "^2.0.32", "@antv/l7-component": "^2.0.32",
"@antv/l7-core": "^2.0.32", "@antv/l7-core": "^2.0.32",
"@antv/l7-maps": "^2.0.32", "@antv/l7-maps": "^2.0.33",
"@antv/l7-renderer": "^2.0.32", "@antv/l7-renderer": "^2.0.32",
"@antv/l7-utils": "^2.0.29", "@antv/l7-utils": "^2.0.29",
"@babel/runtime": "^7.7.7", "@babel/runtime": "^7.7.7",