From d59c0f28f65bcfcf9e8774dc987a056c9654df70 Mon Sep 17 00:00:00 2001 From: lzxue Date: Mon, 1 Nov 2021 20:59:26 +0800 Subject: [PATCH] chore: publish --- lerna.json | 2 +- packages/component/package.json | 6 +++--- packages/core/package.json | 4 ++-- packages/l7/package.json | 14 +++++++------- packages/layers/package.json | 9 ++++----- packages/map/package.json | 4 ++-- packages/maps/package.json | 8 ++++---- packages/renderer/package.json | 4 ++-- packages/scene/package.json | 14 +++++++------- packages/source/package.json | 6 +++--- packages/three/package.json | 8 ++++---- packages/utils/package.json | 2 +- 12 files changed, 40 insertions(+), 41 deletions(-) diff --git a/lerna.json b/lerna.json index 607964b6bb..f45ec00c7f 100644 --- a/lerna.json +++ b/lerna.json @@ -14,7 +14,7 @@ "message": "chore: publish" } }, - "version": "2.5.41", + "version": "2.5.42", "npmClient": "yarn", "useWorkspaces": true, "publishConfig": { diff --git a/packages/component/package.json b/packages/component/package.json index 1b28bbbb2d..2bbb91f009 100644 --- a/packages/component/package.json +++ b/packages/component/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-component", - "version": "2.5.41", + "version": "2.5.42", "description": "", "main": "lib/index.js", "module": "es/index.js", @@ -25,8 +25,8 @@ "author": "lzxue", "license": "ISC", "dependencies": { - "@antv/l7-core": "^2.5.41", - "@antv/l7-utils": "^2.5.41", + "@antv/l7-core": "^2.5.42", + "@antv/l7-utils": "^2.5.42", "@babel/runtime": "^7.7.7", "eventemitter3": "^4.0.0", "inversify": "^5.0.1", diff --git a/packages/core/package.json b/packages/core/package.json index 2154d675e6..19b0a386dd 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-core", - "version": "2.5.41", + "version": "2.5.42", "description": "", "main": "lib/index.js", "module": "es/index.js", @@ -24,7 +24,7 @@ "license": "ISC", "dependencies": { "@antv/async-hook": "^2.1.0", - "@antv/l7-utils": "^2.5.41", + "@antv/l7-utils": "^2.5.42", "@babel/runtime": "^7.7.7", "@mapbox/tiny-sdf": "^1.1.1", "ajv": "^6.10.2", diff --git a/packages/l7/package.json b/packages/l7/package.json index 6cc866d18a..c8fdd4cc32 100644 --- a/packages/l7/package.json +++ b/packages/l7/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7", - "version": "2.5.41", + "version": "2.5.42", "description": "A Large-scale WebGL-powered Geospatial Data Visualization", "main": "lib/index.js", "module": "es/index.js", @@ -25,12 +25,12 @@ "author": "antv", "license": "MIT", "dependencies": { - "@antv/l7-component": "^2.5.41", - "@antv/l7-core": "^2.5.41", - "@antv/l7-layers": "^2.5.41", - "@antv/l7-maps": "^2.5.41", - "@antv/l7-scene": "^2.5.41", - "@antv/l7-utils": "^2.5.41", + "@antv/l7-component": "^2.5.42", + "@antv/l7-core": "^2.5.42", + "@antv/l7-layers": "^2.5.42", + "@antv/l7-maps": "^2.5.42", + "@antv/l7-scene": "^2.5.42", + "@antv/l7-utils": "^2.5.42", "@babel/runtime": "^7.7.7" }, "gitHead": "684ba4eb806a798713496d3fc0b4d1e17517dc31", diff --git a/packages/layers/package.json b/packages/layers/package.json index 4f6160d030..6e3e98e449 100644 --- a/packages/layers/package.json +++ b/packages/layers/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-layers", - "version": "2.5.41", + "version": "2.5.42", "description": "L7's collection of built-in layers", "main": "lib/index.js", "module": "es/index.js", @@ -23,12 +23,11 @@ "author": "xiaoiver", "license": "ISC", "dependencies": { - "@antv/geo-coord": "^1.0.8", "@antv/async-hook": "^2.1.0", "@antv/geo-coord": "^1.0.8", - "@antv/l7-core": "^2.5.41", - "@antv/l7-source": "^2.5.41", - "@antv/l7-utils": "^2.5.41", + "@antv/l7-core": "^2.5.42", + "@antv/l7-source": "^2.5.42", + "@antv/l7-utils": "^2.5.42", "@babel/runtime": "^7.7.7", "@mapbox/martini": "^0.2.0", "@turf/meta": "^6.0.2", diff --git a/packages/map/package.json b/packages/map/package.json index f72874750a..f35d930f37 100644 --- a/packages/map/package.json +++ b/packages/map/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-map", - "version": "2.5.41", + "version": "2.5.42", "description": "l7 map", "keywords": [], "author": "thinkinggis ", @@ -37,7 +37,7 @@ }, "homepage": "https://github.com/antvis/L7#readme", "dependencies": { - "@antv/l7-utils": "^2.5.41", + "@antv/l7-utils": "^2.5.42", "@babel/runtime": "^7.7.7", "@mapbox/point-geometry": "^0.1.0", "@mapbox/unitbezier": "^0.0.0", diff --git a/packages/maps/package.json b/packages/maps/package.json index ed5d9b7196..41c3aa1fa2 100644 --- a/packages/maps/package.json +++ b/packages/maps/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-maps", - "version": "2.5.41", + "version": "2.5.42", "description": "", "main": "lib/index.js", "module": "es/index.js", @@ -27,9 +27,9 @@ "license": "ISC", "dependencies": { "@amap/amap-jsapi-loader": "^0.0.3", - "@antv/l7-core": "^2.5.41", - "@antv/l7-map": "^2.5.41", - "@antv/l7-utils": "^2.5.41", + "@antv/l7-core": "^2.5.42", + "@antv/l7-map": "^2.5.42", + "@antv/l7-utils": "^2.5.42", "@babel/runtime": "^7.7.7", "@types/amap-js-api": "^1.4.6", "@types/mapbox-gl": "^1.11.2", diff --git a/packages/renderer/package.json b/packages/renderer/package.json index 6d75d990cf..1ee7b0322d 100644 --- a/packages/renderer/package.json +++ b/packages/renderer/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-renderer", - "version": "2.5.41", + "version": "2.5.42", "description": "", "main": "lib/index.js", "module": "es/index.js", @@ -26,7 +26,7 @@ "gl": "^4.4.0" }, "dependencies": { - "@antv/l7-core": "^2.5.41", + "@antv/l7-core": "^2.5.42", "@babel/runtime": "^7.7.7", "inversify": "^5.0.1", "l7regl": "^0.0.14", diff --git a/packages/scene/package.json b/packages/scene/package.json index 41419729f5..11b74c069e 100644 --- a/packages/scene/package.json +++ b/packages/scene/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-scene", - "version": "2.5.41", + "version": "2.5.42", "description": "", "main": "lib/index.js", "module": "es/index.js", @@ -23,12 +23,12 @@ "author": "xiaoiver", "license": "ISC", "dependencies": { - "@antv/l7-component": "^2.5.41", - "@antv/l7-core": "^2.5.41", - "@antv/l7-layers": "^2.5.41", - "@antv/l7-maps": "^2.5.41", - "@antv/l7-renderer": "^2.5.41", - "@antv/l7-utils": "^2.5.41", + "@antv/l7-component": "^2.5.42", + "@antv/l7-core": "^2.5.42", + "@antv/l7-layers": "^2.5.42", + "@antv/l7-maps": "^2.5.42", + "@antv/l7-renderer": "^2.5.42", + "@antv/l7-utils": "^2.5.42", "@babel/runtime": "^7.7.7", "inversify": "^5.0.1", "mapbox-gl": "^1.2.1", diff --git a/packages/source/package.json b/packages/source/package.json index 6fda627545..e8c98a3627 100644 --- a/packages/source/package.json +++ b/packages/source/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-source", - "version": "2.5.41", + "version": "2.5.42", "description": "", "main": "lib/index.js", "module": "es/index.js", @@ -26,8 +26,8 @@ "license": "ISC", "dependencies": { "@antv/async-hook": "^2.1.0", - "@antv/l7-core": "^2.5.41", - "@antv/l7-utils": "^2.5.41", + "@antv/l7-core": "^2.5.42", + "@antv/l7-utils": "^2.5.42", "@babel/runtime": "^7.7.7", "@mapbox/geojson-rewind": "^0.4.0", "@turf/helpers": "^6.1.4", diff --git a/packages/three/package.json b/packages/three/package.json index af8d899688..1ab13f3c17 100644 --- a/packages/three/package.json +++ b/packages/three/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-three", - "version": "2.5.41", + "version": "2.5.42", "description": "three for L7 ", "keywords": [ "3D", @@ -44,9 +44,9 @@ }, "homepage": "https://github.com/antvis/L7#readme", "dependencies": { - "@antv/l7-core": "^2.5.41", - "@antv/l7-layers": "^2.5.41", - "@antv/l7-scene": "^2.5.41", + "@antv/l7-core": "^2.5.42", + "@antv/l7-layers": "^2.5.42", + "@antv/l7-scene": "^2.5.42", "@babel/runtime": "^7.7.7", "inversify": "^5.0.1", "reflect-metadata": "^0.1.13", diff --git a/packages/utils/package.json b/packages/utils/package.json index fb13257196..94e193b819 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-utils", - "version": "2.5.41", + "version": "2.5.42", "description": "", "main": "lib/index.js", "module": "es/index.js",