Skip to content

Commit f2dd1ff

Browse files
chore: version (#2750)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0fa38d4 commit f2dd1ff

26 files changed

+153
-39
lines changed

.changeset/odd-pianos-hope.md

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

.changeset/true-lamps-repair.md

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

packages/component/CHANGELOG.md

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

3+
## 2.23.1
4+
5+
### Patch Changes
6+
7+
- [#2749](https://github.com/antvis/L7/pull/2749) [`65789e2`](https://github.com/antvis/L7/commit/65789e26657ed16c3f8395ba37368a8b4bfb4522) Thanks [@lzxue](https://github.com/lzxue)! - 修复一些bug
8+
9+
- [#2730](https://github.com/antvis/L7/pull/2730) [`39e418c`](https://github.com/antvis/L7/commit/39e418cc51c7ca70e5eb350c1d42a950f4ea6327) Thanks [@lzxue](https://github.com/lzxue)! - 相对坐标系支持
10+
11+
- Updated dependencies [[`65789e2`](https://github.com/antvis/L7/commit/65789e26657ed16c3f8395ba37368a8b4bfb4522), [`39e418c`](https://github.com/antvis/L7/commit/39e418cc51c7ca70e5eb350c1d42a950f4ea6327)]:
12+
- @antv/l7-layers@2.23.1
13+
- @antv/l7-utils@2.23.1
14+
- @antv/l7-core@2.23.1
15+
316
## 2.22.6
417

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

packages/core/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.1
4+
5+
### Patch Changes
6+
7+
- [#2749](https://github.com/antvis/L7/pull/2749) [`65789e2`](https://github.com/antvis/L7/commit/65789e26657ed16c3f8395ba37368a8b4bfb4522) Thanks [@lzxue](https://github.com/lzxue)! - 修复一些bug
8+
9+
- [#2730](https://github.com/antvis/L7/pull/2730) [`39e418c`](https://github.com/antvis/L7/commit/39e418cc51c7ca70e5eb350c1d42a950f4ea6327) Thanks [@lzxue](https://github.com/lzxue)! - 相对坐标系支持
10+
11+
- Updated dependencies [[`65789e2`](https://github.com/antvis/L7/commit/65789e26657ed16c3f8395ba37368a8b4bfb4522)]:
12+
- @antv/l7-utils@2.23.1
13+
314
## 2.22.6
415

516
### 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.0",
3+
"version": "2.23.1",
44
"description": "",
55
"license": "MIT",
66
"author": "https://github.com/orgs/antvis/people",

packages/l7/CHANGELOG.md

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

3+
## 2.23.1
4+
5+
### Patch Changes
6+
7+
- [#2749](https://github.com/antvis/L7/pull/2749) [`65789e2`](https://github.com/antvis/L7/commit/65789e26657ed16c3f8395ba37368a8b4bfb4522) Thanks [@lzxue](https://github.com/lzxue)! - 修复一些bug
8+
9+
- [#2730](https://github.com/antvis/L7/pull/2730) [`39e418c`](https://github.com/antvis/L7/commit/39e418cc51c7ca70e5eb350c1d42a950f4ea6327) Thanks [@lzxue](https://github.com/lzxue)! - 相对坐标系支持
10+
11+
- Updated dependencies [[`65789e2`](https://github.com/antvis/L7/commit/65789e26657ed16c3f8395ba37368a8b4bfb4522), [`39e418c`](https://github.com/antvis/L7/commit/39e418cc51c7ca70e5eb350c1d42a950f4ea6327)]:
12+
- @antv/l7-component@2.23.1
13+
- @antv/l7-layers@2.23.1
14+
- @antv/l7-source@2.23.1
15+
- @antv/l7-scene@2.23.1
16+
- @antv/l7-utils@2.23.1
17+
- @antv/l7-core@2.23.1
18+
- @antv/l7-maps@2.23.1
19+
320
## 2.22.6
421

522
### 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.0",
3+
"version": "2.23.1",
44
"description": "A Large-scale WebGL-powered Geospatial Data Visualization",
55
"repository": "[email protected]:antvis/L7.git",
66
"license": "MIT",

packages/layers/CHANGELOG.md

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

3+
## 2.23.1
4+
5+
### Patch Changes
6+
7+
- [#2749](https://github.com/antvis/L7/pull/2749) [`65789e2`](https://github.com/antvis/L7/commit/65789e26657ed16c3f8395ba37368a8b4bfb4522) Thanks [@lzxue](https://github.com/lzxue)! - 修复一些bug
8+
9+
- [#2730](https://github.com/antvis/L7/pull/2730) [`39e418c`](https://github.com/antvis/L7/commit/39e418cc51c7ca70e5eb350c1d42a950f4ea6327) Thanks [@lzxue](https://github.com/lzxue)! - 相对坐标系支持
10+
11+
- Updated dependencies [[`65789e2`](https://github.com/antvis/L7/commit/65789e26657ed16c3f8395ba37368a8b4bfb4522), [`39e418c`](https://github.com/antvis/L7/commit/39e418cc51c7ca70e5eb350c1d42a950f4ea6327)]:
12+
- @antv/l7-source@2.23.1
13+
- @antv/l7-utils@2.23.1
14+
- @antv/l7-core@2.23.1
15+
- @antv/l7-maps@2.23.1
16+
317
## 2.22.6
418

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

0 commit comments

Comments
 (0)