Skip to content

Commit a76ee9b

Browse files
Merge c0d67eb into bb0af05
2 parents bb0af05 + c0d67eb commit a76ee9b

25 files changed

+139
-28
lines changed

.changeset/late-plums-rule.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

packages/component/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 2.21.7
4+
5+
### Patch Changes
6+
7+
- [#2420](https://github.com/antvis/L7/pull/2420) [`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a) Thanks [@lzxue](https://github.com/lzxue)! - fix regl bool uniform
8+
9+
- Updated dependencies [[`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a)]:
10+
- @antv/l7-layers@2.21.7
11+
- @antv/l7-core@2.21.7
12+
- @antv/l7-utils@2.21.7
13+
314
## 2.21.6
415

516
### Patch Changes

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.21.6",
3+
"version": "2.21.7",
44
"description": "Component for L7",
55
"license": "MIT",
66
"author": "https://github.com/orgs/antvis/people",

packages/core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 2.21.7
4+
5+
### Patch Changes
6+
7+
- [#2420](https://github.com/antvis/L7/pull/2420) [`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a) Thanks [@lzxue](https://github.com/lzxue)! - fix regl bool uniform
8+
9+
- Updated dependencies [[`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a)]:
10+
- @antv/l7-utils@2.21.7
11+
312
## 2.21.6
413

514
### Patch Changes

packages/core/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-core",
3-
"version": "2.21.6",
3+
"version": "2.21.7",
44
"description": "",
55
"license": "MIT",
66
"author": "https://github.com/orgs/antvis/people",

packages/l7/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## 2.21.7
4+
5+
### Patch Changes
6+
7+
- [#2420](https://github.com/antvis/L7/pull/2420) [`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a) Thanks [@lzxue](https://github.com/lzxue)! - fix regl bool uniform
8+
9+
- Updated dependencies [[`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a)]:
10+
- @antv/l7-layers@2.21.7
11+
- @antv/l7-component@2.21.7
12+
- @antv/l7-core@2.21.7
13+
- @antv/l7-maps@2.21.7
14+
- @antv/l7-scene@2.21.7
15+
- @antv/l7-source@2.21.7
16+
- @antv/l7-utils@2.21.7
17+
318
## 2.21.6
419

520
### Patch Changes

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.21.6",
3+
"version": "2.21.7",
44
"description": "A Large-scale WebGL-powered Geospatial Data Visualization",
55
"repository": "git@github.com:antvis/L7.git",
66
"license": "MIT",

packages/layers/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 2.21.7
4+
5+
### Patch Changes
6+
7+
- [#2420](https://github.com/antvis/L7/pull/2420) [`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a) Thanks [@lzxue](https://github.com/lzxue)! - fix regl bool uniform
8+
9+
- Updated dependencies [[`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a)]:
10+
- @antv/l7-core@2.21.7
11+
- @antv/l7-maps@2.21.7
12+
- @antv/l7-source@2.21.7
13+
- @antv/l7-utils@2.21.7
14+
315
## 2.21.6
416

517
### Patch Changes

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.21.6",
3+
"version": "2.21.7",
44
"description": "L7's collection of built-in layers",
55
"license": "MIT",
66
"author": "https://github.com/orgs/antvis/people",

packages/map/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @antv/l7-map
22

3+
## 2.21.7
4+
5+
### Patch Changes
6+
7+
- [#2420](https://github.com/antvis/L7/pull/2420) [`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a) Thanks [@lzxue](https://github.com/lzxue)! - fix regl bool uniform
8+
9+
- Updated dependencies [[`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a)]:
10+
- @antv/l7-utils@2.21.7
11+
312
## 2.21.6
413

514
### Patch Changes

0 commit comments

Comments
 (0)