Skip to content

Commit 99745c6

Browse files
committed
chore: publish
1 parent 928a0e9 commit 99745c6

File tree

15 files changed

+59
-59
lines changed

15 files changed

+59
-59
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"registry": "https://registry.npmjs.org"
1717
}
1818
},
19-
"version": "2.17.10",
19+
"version": "2.17.11",
2020
"npmClient": "yarn",
2121
"useWorkspaces": true,
2222
"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.17.10",
3+
"version": "2.17.11",
44
"description": "",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -26,8 +26,8 @@
2626
"author": "lzxue",
2727
"license": "ISC",
2828
"dependencies": {
29-
"@antv/l7-core": "2.17.10",
30-
"@antv/l7-utils": "2.17.10",
29+
"@antv/l7-core": "2.17.11",
30+
"@antv/l7-utils": "2.17.11",
3131
"@babel/runtime": "^7.7.7",
3232
"eventemitter3": "^4.0.0",
3333
"inversify": "^5.0.1",
@@ -36,8 +36,8 @@
3636
"supercluster": "^7.0.0"
3737
},
3838
"devDependencies": {
39-
"@antv/l7-layers": "2.17.10",
40-
"@antv/l7-test-utils": "2.17.10",
39+
"@antv/l7-layers": "2.17.11",
40+
"@antv/l7-test-utils": "2.17.11",
4141
"gcoord": "^0.3.2",
4242
"less": "^4.1.3"
4343
},

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.17.10",
3+
"version": "2.17.11",
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.17.10",
28+
"@antv/l7-utils": "2.17.11",
2929
"@babel/runtime": "^7.7.7",
3030
"@turf/helpers": "^6.1.4",
3131
"ajv": "^6.10.2",

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.17.10",
3+
"version": "2.17.11",
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.17.10",
30-
"@antv/l7-core": "2.17.10",
31-
"@antv/l7-layers": "2.17.10",
32-
"@antv/l7-maps": "2.17.10",
33-
"@antv/l7-scene": "2.17.10",
34-
"@antv/l7-source": "2.17.10",
35-
"@antv/l7-utils": "2.17.10",
29+
"@antv/l7-component": "2.17.11",
30+
"@antv/l7-core": "2.17.11",
31+
"@antv/l7-layers": "2.17.11",
32+
"@antv/l7-maps": "2.17.11",
33+
"@antv/l7-scene": "2.17.11",
34+
"@antv/l7-source": "2.17.11",
35+
"@antv/l7-utils": "2.17.11",
3636
"@babel/runtime": "^7.7.7"
3737
},
3838
"gitHead": "684ba4eb806a798713496d3fc0b4d1e17517dc31",

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.17.10",
3+
"version": "2.17.11",
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.17.10",
31-
"@antv/l7-maps": "2.17.10",
32-
"@antv/l7-source": "2.17.10",
33-
"@antv/l7-utils": "2.17.10",
30+
"@antv/l7-core": "2.17.11",
31+
"@antv/l7-maps": "2.17.11",
32+
"@antv/l7-source": "2.17.11",
33+
"@antv/l7-utils": "2.17.11",
3434
"@babel/runtime": "^7.7.7",
3535
"@mapbox/martini": "^0.2.0",
3636
"@turf/clone": "^6.5.0",
@@ -53,7 +53,7 @@
5353
"reflect-metadata": "^0.1.13"
5454
},
5555
"devDependencies": {
56-
"@antv/l7-test-utils": "2.17.10",
56+
"@antv/l7-test-utils": "2.17.11",
5757
"@types/d3-array": "^2.0.0",
5858
"@types/d3-color": "^1.2.2",
5959
"@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.17.10",
3+
"version": "2.17.11",
44
"description": "l7 map",
55
"keywords": [],
66
"author": "thinkinggis <[email protected]>",
@@ -40,7 +40,7 @@
4040
},
4141
"homepage": "https://github.com/antvis/L7#readme",
4242
"dependencies": {
43-
"@antv/l7-utils": "2.17.10",
43+
"@antv/l7-utils": "2.17.11",
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.17.10",
3+
"version": "2.17.11",
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.17.10",
31-
"@antv/l7-map": "2.17.10",
32-
"@antv/l7-utils": "2.17.10",
30+
"@antv/l7-core": "2.17.11",
31+
"@antv/l7-map": "2.17.11",
32+
"@antv/l7-utils": "2.17.11",
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.17.10",
3+
"version": "2.17.11",
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.17.10",
29-
"@antv/l7-layers": "2.17.10",
30-
"@antv/l7-maps": "2.17.10",
31-
"@antv/l7-scene": "2.17.10",
32-
"@antv/l7-utils": "2.17.10",
28+
"@antv/l7-core": "2.17.11",
29+
"@antv/l7-layers": "2.17.11",
30+
"@antv/l7-maps": "2.17.11",
31+
"@antv/l7-scene": "2.17.11",
32+
"@antv/l7-utils": "2.17.11",
3333
"@babel/runtime": "^7.7.7"
3434
},
3535
"gitHead": "684ba4eb806a798713496d3fc0b4d1e17517dc31",

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.17.10",
3+
"version": "2.17.11",
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.17.10",
28+
"@antv/l7-test-utils": "2.17.11",
2929
"gl": "^5.0.3"
3030
},
3131
"dependencies": {
32-
"@antv/l7-core": "2.17.10",
33-
"@antv/l7-utils": "2.17.10",
32+
"@antv/l7-core": "2.17.11",
33+
"@antv/l7-utils": "2.17.11",
3434
"@babel/runtime": "^7.7.7",
3535
"inversify": "^5.0.1",
3636
"l7regl": "^0.0.20",

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.17.10",
3+
"version": "2.17.11",
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.17.10",
27-
"@antv/l7-core": "2.17.10",
28-
"@antv/l7-layers": "2.17.10",
29-
"@antv/l7-maps": "2.17.10",
30-
"@antv/l7-renderer": "2.17.10",
31-
"@antv/l7-utils": "2.17.10",
26+
"@antv/l7-component": "2.17.11",
27+
"@antv/l7-core": "2.17.11",
28+
"@antv/l7-layers": "2.17.11",
29+
"@antv/l7-maps": "2.17.11",
30+
"@antv/l7-renderer": "2.17.11",
31+
"@antv/l7-utils": "2.17.11",
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.17.10"
39+
"@antv/l7-test-utils": "2.17.11"
4040
},
4141
"gitHead": "684ba4eb806a798713496d3fc0b4d1e17517dc31",
4242
"publishConfig": {

0 commit comments

Comments
 (0)