Skip to content

Commit 7a483da

Browse files
committed
fix: lock @mapbox/tiny-sdf to v1.2.5 to fix text rendering error
- Pin @mapbox/tiny-sdf to 1.2.5 instead of ^1.2.5 - TinySDF v2.x introduced breaking API changes - Release version 2.25.7
1 parent d5266af commit 7a483da

12 files changed

Lines changed: 13 additions & 13 deletions

File tree

packages/component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/l7-component",
3-
"version": "2.25.4",
3+
"version": "2.25.7",
44
"description": "Component for L7",
55
"license": "MIT",
66
"author": "https://github.com/orgs/antvis/people",

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.25.4",
3+
"version": "2.25.7",
44
"description": "",
55
"license": "MIT",
66
"author": "https://github.com/orgs/antvis/people",
@@ -23,7 +23,7 @@
2323
"@antv/async-hook": "^2.2.9",
2424
"@antv/l7-utils": "workspace:*",
2525
"@babel/runtime": "^7.7.7",
26-
"@mapbox/tiny-sdf": "^1.2.5",
26+
"@mapbox/tiny-sdf": "1.2.5",
2727
"@turf/helpers": "^6.1.4",
2828
"eventemitter3": "^4.0.0",
2929
"gl-matrix": "^3.1.0",

packages/l7/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/l7",
3-
"version": "2.25.4",
3+
"version": "2.25.7",
44
"description": "A Large-scale WebGL-powered Geospatial Data Visualization",
55
"repository": "git@github.com:antvis/L7.git",
66
"license": "MIT",

packages/layers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/l7-layers",
3-
"version": "2.25.4",
3+
"version": "2.25.7",
44
"description": "L7's collection of built-in layers",
55
"license": "MIT",
66
"author": "https://github.com/orgs/antvis/people",

packages/map/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/l7-map",
3-
"version": "2.25.4",
3+
"version": "2.25.7",
44
"description": "L7 Map",
55
"keywords": [],
66
"homepage": "https://github.com/antvis/L7#readme",

packages/maps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/l7-maps",
3-
"version": "2.25.4",
3+
"version": "2.25.7",
44
"description": "Maps for L7",
55
"license": "MIT",
66
"author": "https://github.com/orgs/antvis/people",

packages/renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/l7-renderer",
3-
"version": "2.25.4",
3+
"version": "2.25.7",
44
"description": "",
55
"license": "MIT",
66
"author": "https://github.com/orgs/antvis/people",

packages/scene/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/l7-scene",
3-
"version": "2.25.4",
3+
"version": "2.25.7",
44
"description": "",
55
"license": "MIT",
66
"author": "https://github.com/orgs/antvis/people",

packages/source/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/l7-source",
3-
"version": "2.25.4",
3+
"version": "2.25.7",
44
"description": "",
55
"license": "MIT",
66
"author": "https://github.com/orgs/antvis/people",

packages/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/l7-test-utils",
3-
"version": "2.25.4",
3+
"version": "2.25.7",
44
"private": true,
55
"description": "Test utils for L7",
66
"keywords": [],

0 commit comments

Comments
 (0)