Skip to content

Commit e0fc885

Browse files
committed
chore: publish
1 parent 1d29466 commit e0fc885

File tree

15 files changed

+57
-57
lines changed

15 files changed

+57
-57
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"registry": "https://registry.npmjs.org"
1616
}
1717
},
18-
"version": "2.19.8",
18+
"version": "2.19.9",
1919
"npmClient": "yarn",
2020
"useWorkspaces": true,
2121
"publishConfig": {

packages/component/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/l7-component",
3-
"version": "2.19.8",
3+
"version": "2.19.9",
44
"description": "",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -26,17 +26,17 @@
2626
"author": "lzxue",
2727
"license": "ISC",
2828
"dependencies": {
29-
"@antv/l7-core": "2.19.8",
30-
"@antv/l7-utils": "2.19.8",
29+
"@antv/l7-core": "2.19.9",
30+
"@antv/l7-utils": "2.19.9",
3131
"@babel/runtime": "^7.7.7",
3232
"eventemitter3": "^4.0.0",
3333
"inversify": "^5.0.1",
3434
"reflect-metadata": "^0.1.13",
3535
"supercluster": "^7.0.0"
3636
},
3737
"devDependencies": {
38-
"@antv/l7-layers": "2.19.8",
39-
"@antv/l7-test-utils": "2.19.8",
38+
"@antv/l7-layers": "2.19.9",
39+
"@antv/l7-test-utils": "2.19.9",
4040
"gcoord": "^0.3.2",
4141
"less": "^4.1.3"
4242
},

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/l7-core",
3-
"version": "2.19.8",
3+
"version": "2.19.9",
44
"description": "",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -25,7 +25,7 @@
2525
"license": "ISC",
2626
"dependencies": {
2727
"@antv/async-hook": "^2.2.9",
28-
"@antv/l7-utils": "2.19.8",
28+
"@antv/l7-utils": "2.19.9",
2929
"@babel/runtime": "^7.7.7",
3030
"@mapbox/tiny-sdf": "^2.0.6",
3131
"@turf/helpers": "^6.1.4",

packages/l7/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/l7",
3-
"version": "2.19.8",
3+
"version": "2.19.9",
44
"description": "A Large-scale WebGL-powered Geospatial Data Visualization",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -26,13 +26,13 @@
2626
"author": "antv",
2727
"license": "MIT",
2828
"dependencies": {
29-
"@antv/l7-component": "2.19.8",
30-
"@antv/l7-core": "2.19.8",
31-
"@antv/l7-layers": "2.19.8",
32-
"@antv/l7-maps": "2.19.8",
33-
"@antv/l7-scene": "2.19.8",
34-
"@antv/l7-source": "2.19.8",
35-
"@antv/l7-utils": "2.19.8",
29+
"@antv/l7-component": "2.19.9",
30+
"@antv/l7-core": "2.19.9",
31+
"@antv/l7-layers": "2.19.9",
32+
"@antv/l7-maps": "2.19.9",
33+
"@antv/l7-scene": "2.19.9",
34+
"@antv/l7-source": "2.19.9",
35+
"@antv/l7-utils": "2.19.9",
3636
"@babel/runtime": "^7.7.7",
3737
"webpack-bundle-analyzer": "^4.9.1"
3838
},

packages/layers/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/l7-layers",
3-
"version": "2.19.8",
3+
"version": "2.19.9",
44
"description": "L7's collection of built-in layers",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -27,10 +27,10 @@
2727
"license": "ISC",
2828
"dependencies": {
2929
"@antv/async-hook": "^2.2.9",
30-
"@antv/l7-core": "2.19.8",
31-
"@antv/l7-maps": "2.19.8",
32-
"@antv/l7-source": "2.19.8",
33-
"@antv/l7-utils": "2.19.8",
30+
"@antv/l7-core": "2.19.9",
31+
"@antv/l7-maps": "2.19.9",
32+
"@antv/l7-source": "2.19.9",
33+
"@antv/l7-utils": "2.19.9",
3434
"@babel/runtime": "^7.7.7",
3535
"@mapbox/martini": "^0.2.0",
3636
"@turf/clone": "^6.5.0",
@@ -52,7 +52,7 @@
5252
"reflect-metadata": "^0.1.13"
5353
},
5454
"devDependencies": {
55-
"@antv/l7-test-utils": "2.19.8",
55+
"@antv/l7-test-utils": "2.19.9",
5656
"@types/d3-array": "^2.0.0",
5757
"@types/d3-color": "^1.2.2",
5858
"@types/d3-interpolate": "1.1.6",

packages/map/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/l7-map",
3-
"version": "2.19.8",
3+
"version": "2.19.9",
44
"description": "l7 map",
55
"keywords": [],
66
"author": "thinkinggis <lzx199065@gmail.com>",
@@ -40,7 +40,7 @@
4040
},
4141
"homepage": "https://github.com/antvis/L7#readme",
4242
"dependencies": {
43-
"@antv/l7-utils": "2.19.8",
43+
"@antv/l7-utils": "2.19.9",
4444
"@babel/runtime": "^7.7.7",
4545
"@mapbox/point-geometry": "^0.1.0",
4646
"@mapbox/unitbezier": "^0.0.0",

packages/maps/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/l7-maps",
3-
"version": "2.19.8",
3+
"version": "2.19.9",
44
"description": "",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -27,9 +27,9 @@
2727
"license": "ISC",
2828
"dependencies": {
2929
"@amap/amap-jsapi-loader": "^1.0.1",
30-
"@antv/l7-core": "2.19.8",
31-
"@antv/l7-map": "2.19.8",
32-
"@antv/l7-utils": "2.19.8",
30+
"@antv/l7-core": "2.19.9",
31+
"@antv/l7-map": "2.19.9",
32+
"@antv/l7-utils": "2.19.9",
3333
"@babel/runtime": "^7.7.7",
3434
"@types/amap-js-api": "^1.4.6",
3535
"@types/mapbox-gl": "^1.11.2",

packages/mini/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/l7-mini",
3-
"version": "2.19.8",
3+
"version": "2.19.9",
44
"description": "A Large-scale WebGL-powered Geospatial Data Visualization",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -25,11 +25,11 @@
2525
"author": "antv",
2626
"license": "MIT",
2727
"dependencies": {
28-
"@antv/l7-core": "2.19.8",
29-
"@antv/l7-layers": "2.19.8",
30-
"@antv/l7-maps": "2.19.8",
31-
"@antv/l7-scene": "2.19.8",
32-
"@antv/l7-utils": "2.19.8",
28+
"@antv/l7-core": "2.19.9",
29+
"@antv/l7-layers": "2.19.9",
30+
"@antv/l7-maps": "2.19.9",
31+
"@antv/l7-scene": "2.19.9",
32+
"@antv/l7-utils": "2.19.9",
3333
"@babel/runtime": "^7.7.7"
3434
},
3535
"gitHead": "edc5dca4af25650507d1b3b3a649bf6c0cb6089d",

packages/renderer/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/l7-renderer",
3-
"version": "2.19.8",
3+
"version": "2.19.9",
44
"description": "",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -25,12 +25,12 @@
2525
"author": "xiaoiver",
2626
"license": "ISC",
2727
"devDependencies": {
28-
"@antv/l7-test-utils": "2.19.8",
28+
"@antv/l7-test-utils": "2.19.9",
2929
"gl": "^5.0.3"
3030
},
3131
"dependencies": {
32-
"@antv/l7-core": "2.19.8",
33-
"@antv/l7-utils": "2.19.8",
32+
"@antv/l7-core": "2.19.9",
33+
"@antv/l7-utils": "2.19.9",
3434
"@babel/runtime": "^7.7.7",
3535
"inversify": "^5.0.1",
3636
"reflect-metadata": "^0.1.13",

packages/scene/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/l7-scene",
3-
"version": "2.19.8",
3+
"version": "2.19.9",
44
"description": "",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -23,20 +23,20 @@
2323
"author": "xiaoiver",
2424
"license": "ISC",
2525
"dependencies": {
26-
"@antv/l7-component": "2.19.8",
27-
"@antv/l7-core": "2.19.8",
28-
"@antv/l7-layers": "2.19.8",
29-
"@antv/l7-maps": "2.19.8",
30-
"@antv/l7-renderer": "2.19.8",
31-
"@antv/l7-utils": "2.19.8",
26+
"@antv/l7-component": "2.19.9",
27+
"@antv/l7-core": "2.19.9",
28+
"@antv/l7-layers": "2.19.9",
29+
"@antv/l7-maps": "2.19.9",
30+
"@antv/l7-renderer": "2.19.9",
31+
"@antv/l7-utils": "2.19.9",
3232
"@babel/runtime": "^7.7.7",
3333
"eventemitter3": "^4.0.7",
3434
"inversify": "^5.0.1",
3535
"mapbox-gl": "^1.2.1",
3636
"reflect-metadata": "^0.1.13"
3737
},
3838
"devDependencies": {
39-
"@antv/l7-test-utils": "2.19.8"
39+
"@antv/l7-test-utils": "2.19.9"
4040
},
4141
"gitHead": "edc5dca4af25650507d1b3b3a649bf6c0cb6089d",
4242
"publishConfig": {

0 commit comments

Comments
 (0)