Skip to content

Commit 8bf2eeb

Browse files
Release (#2806)
* chore: update release * chore: version (#2805) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7507c0a commit 8bf2eeb

24 files changed

Lines changed: 139 additions & 12 deletions

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.23.2
4+
5+
### Patch Changes
6+
7+
- [`a3e9a44`](https://github.com/antvis/L7/commit/a3e9a440e43030a297ee8dd32aabb32c10624e7d) Thanks [@lzxue](https://github.com/lzxue)! - rename source
8+
9+
- Updated dependencies [[`a3e9a44`](https://github.com/antvis/L7/commit/a3e9a440e43030a297ee8dd32aabb32c10624e7d)]:
10+
- @antv/l7-core@2.23.2
11+
- @antv/l7-layers@2.23.2
12+
- @antv/l7-utils@2.23.2
13+
314
## 2.23.1
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.23.1",
3+
"version": "2.23.2",
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.23.2
4+
5+
### Patch Changes
6+
7+
- [`a3e9a44`](https://github.com/antvis/L7/commit/a3e9a440e43030a297ee8dd32aabb32c10624e7d) Thanks [@lzxue](https://github.com/lzxue)! - rename source
8+
9+
- Updated dependencies [[`a3e9a44`](https://github.com/antvis/L7/commit/a3e9a440e43030a297ee8dd32aabb32c10624e7d)]:
10+
- @antv/l7-utils@2.23.2
11+
312
## 2.23.1
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.23.1",
3+
"version": "2.23.2",
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.23.2
4+
5+
### Patch Changes
6+
7+
- [`a3e9a44`](https://github.com/antvis/L7/commit/a3e9a440e43030a297ee8dd32aabb32c10624e7d) Thanks [@lzxue](https://github.com/lzxue)! - rename source
8+
9+
- Updated dependencies [[`a3e9a44`](https://github.com/antvis/L7/commit/a3e9a440e43030a297ee8dd32aabb32c10624e7d)]:
10+
- @antv/l7-component@2.23.2
11+
- @antv/l7-core@2.23.2
12+
- @antv/l7-layers@2.23.2
13+
- @antv/l7-maps@2.23.2
14+
- @antv/l7-scene@2.23.2
15+
- @antv/l7-source@2.23.2
16+
- @antv/l7-utils@2.23.2
17+
318
## 2.23.1
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.23.1",
3+
"version": "2.23.2",
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.23.2
4+
5+
### Patch Changes
6+
7+
- [`a3e9a44`](https://github.com/antvis/L7/commit/a3e9a440e43030a297ee8dd32aabb32c10624e7d) Thanks [@lzxue](https://github.com/lzxue)! - rename source
8+
9+
- Updated dependencies [[`a3e9a44`](https://github.com/antvis/L7/commit/a3e9a440e43030a297ee8dd32aabb32c10624e7d)]:
10+
- @antv/l7-core@2.23.2
11+
- @antv/l7-maps@2.23.2
12+
- @antv/l7-source@2.23.2
13+
- @antv/l7-utils@2.23.2
14+
315
## 2.23.1
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.23.1",
3+
"version": "2.23.2",
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.23.2
4+
5+
### Patch Changes
6+
7+
- [`a3e9a44`](https://github.com/antvis/L7/commit/a3e9a440e43030a297ee8dd32aabb32c10624e7d) Thanks [@lzxue](https://github.com/lzxue)! - rename source
8+
9+
- Updated dependencies [[`a3e9a44`](https://github.com/antvis/L7/commit/a3e9a440e43030a297ee8dd32aabb32c10624e7d)]:
10+
- @antv/l7-utils@2.23.2
11+
312
## 2.23.1
413

514
### Patch Changes

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.23.1",
3+
"version": "2.23.2",
44
"description": "L7 Map",
55
"keywords": [],
66
"homepage": "https://github.com/antvis/L7#readme",

0 commit comments

Comments
 (0)