diff --git a/lerna.json b/lerna.json index 55def74c68..a82661d59d 100644 --- a/lerna.json +++ b/lerna.json @@ -14,7 +14,7 @@ "message": "chore: publish" } }, - "version": "2.0.32", + "version": "2.0.33", "npmClient": "yarn", "useWorkspaces": true, "publishConfig": { diff --git a/packages/l7/package.json b/packages/l7/package.json index def17a9668..f73d591f6f 100644 --- a/packages/l7/package.json +++ b/packages/l7/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7", - "version": "2.0.32", + "version": "2.0.33", "description": "A Large-scale WebGL-powered Geospatial Data Visualization", "main": "lib/index.js", "module": "es/index.js", @@ -27,8 +27,8 @@ "@antv/l7-component": "^2.0.32", "@antv/l7-core": "^2.0.32", "@antv/l7-layers": "^2.0.32", - "@antv/l7-maps": "^2.0.32", - "@antv/l7-scene": "^2.0.32", + "@antv/l7-maps": "^2.0.33", + "@antv/l7-scene": "^2.0.33", "@babel/runtime": "^7.7.7" }, "gitHead": "a5d354b66873f700730248d015c5e539c54b34b7", diff --git a/packages/maps/package.json b/packages/maps/package.json index 27d13821c1..64d5e9760b 100644 --- a/packages/maps/package.json +++ b/packages/maps/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-maps", - "version": "2.0.32", + "version": "2.0.33", "description": "", "main": "lib/index.js", "module": "es/index.js", @@ -26,11 +26,11 @@ "@antv/l7-core": "^2.0.32", "@antv/l7-utils": "^2.0.29", "@babel/runtime": "^7.7.7", + "@types/amap-js-api": "^1.4.6", "gl-matrix": "^3.1.0", "inversify": "^5.0.1", "mapbox-gl": "^1.2.1", - "viewport-mercator-project": "^6.2.1", - "@types/amap-js-api": "^1.4.6" + "viewport-mercator-project": "^6.2.1" }, "devDependencies": { "@types/gl-matrix": "^2.4.5", diff --git a/packages/react/package.json b/packages/react/package.json index a9030bff9f..f0a08b88e9 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-react", - "version": "2.0.32", + "version": "2.0.33", "description": "", "main": "lib/index.js", "module": "es/index.js", @@ -24,8 +24,8 @@ "author": "lzxue", "license": "ISC", "dependencies": { - "@antv/l7": "^2.0.32", - "@antv/l7-maps": "^2.0.32", + "@antv/l7": "^2.0.33", + "@antv/l7-maps": "^2.0.33", "@babel/runtime": "^7.7.7", "load-styles": "^2.0.0", "react": "^16.8.6", diff --git a/packages/scene/package.json b/packages/scene/package.json index 87ac6cfcf5..198021cbc2 100644 --- a/packages/scene/package.json +++ b/packages/scene/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-scene", - "version": "2.0.32", + "version": "2.0.33", "description": "", "main": "lib/index.js", "module": "es/index.js", @@ -24,7 +24,7 @@ "dependencies": { "@antv/l7-component": "^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-utils": "^2.0.29", "@babel/runtime": "^7.7.7",