From aefabc10ffaacf0fe010ec071d0887293d838bc7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 06:14:30 +0000 Subject: [PATCH] chore: version --- .changeset/thirty-brooms-heal.md | 16 ---------------- packages/component/CHANGELOG.md | 11 +++++++++++ packages/component/package.json | 2 +- packages/core/CHANGELOG.md | 9 +++++++++ packages/core/package.json | 2 +- packages/l7/CHANGELOG.md | 15 +++++++++++++++ packages/l7/package.json | 2 +- packages/layers/CHANGELOG.md | 12 ++++++++++++ packages/layers/package.json | 2 +- packages/map/CHANGELOG.md | 9 +++++++++ packages/map/package.json | 2 +- packages/maps/CHANGELOG.md | 11 +++++++++++ packages/maps/package.json | 2 +- packages/renderer/CHANGELOG.md | 10 ++++++++++ packages/renderer/package.json | 2 +- packages/scene/CHANGELOG.md | 14 ++++++++++++++ packages/scene/package.json | 2 +- packages/source/CHANGELOG.md | 10 ++++++++++ packages/source/package.json | 2 +- packages/test-utils/CHANGELOG.md | 11 +++++++++++ packages/test-utils/package.json | 2 +- packages/three/CHANGELOG.md | 9 +++++++++ packages/three/package.json | 2 +- packages/utils/CHANGELOG.md | 6 ++++++ packages/utils/package.json | 2 +- 25 files changed, 139 insertions(+), 28 deletions(-) delete mode 100644 .changeset/thirty-brooms-heal.md diff --git a/.changeset/thirty-brooms-heal.md b/.changeset/thirty-brooms-heal.md deleted file mode 100644 index b463f35281..0000000000 --- a/.changeset/thirty-brooms-heal.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -'@antv/l7-component': patch -'@antv/l7-core': patch -'@antv/l7': patch -'@antv/l7-layers': patch -'@antv/l7-map': patch -'@antv/l7-maps': patch -'@antv/l7-renderer': patch -'@antv/l7-scene': patch -'@antv/l7-source': patch -'@antv/l7-test-utils': patch -'@antv/l7-three': patch -'@antv/l7-utils': patch ---- - -update version diff --git a/packages/component/CHANGELOG.md b/packages/component/CHANGELOG.md index 6c0e4a9512..5519d2c802 100644 --- a/packages/component/CHANGELOG.md +++ b/packages/component/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 2.22.5 + +### Patch Changes + +- [#2680](https://github.com/antvis/L7/pull/2680) [`42134f3`](https://github.com/antvis/L7/commit/42134f3aac3f2814e167bedca3c84b98766ebd6e) Thanks [@XinyueDu](https://github.com/XinyueDu)! - update version + +- Updated dependencies [[`42134f3`](https://github.com/antvis/L7/commit/42134f3aac3f2814e167bedca3c84b98766ebd6e)]: + - @antv/l7-core@2.22.5 + - @antv/l7-layers@2.22.5 + - @antv/l7-utils@2.22.5 + ## 2.22.4 ### Patch Changes diff --git a/packages/component/package.json b/packages/component/package.json index 0cbb5ff469..9f33dc51d3 100644 --- a/packages/component/package.json +++ b/packages/component/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-component", - "version": "2.22.4", + "version": "2.22.5", "description": "Component for L7", "license": "MIT", "author": "https://github.com/orgs/antvis/people", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index cddab284e0..8bc95d5f26 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 2.22.5 + +### Patch Changes + +- [#2680](https://github.com/antvis/L7/pull/2680) [`42134f3`](https://github.com/antvis/L7/commit/42134f3aac3f2814e167bedca3c84b98766ebd6e) Thanks [@XinyueDu](https://github.com/XinyueDu)! - update version + +- Updated dependencies [[`42134f3`](https://github.com/antvis/L7/commit/42134f3aac3f2814e167bedca3c84b98766ebd6e)]: + - @antv/l7-utils@2.22.5 + ## 2.22.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index eea3035b07..91af42be77 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-core", - "version": "2.22.4", + "version": "2.22.5", "description": "", "license": "MIT", "author": "https://github.com/orgs/antvis/people", diff --git a/packages/l7/CHANGELOG.md b/packages/l7/CHANGELOG.md index 4d624944db..141d79e6b6 100644 --- a/packages/l7/CHANGELOG.md +++ b/packages/l7/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 2.22.5 + +### Patch Changes + +- [#2680](https://github.com/antvis/L7/pull/2680) [`42134f3`](https://github.com/antvis/L7/commit/42134f3aac3f2814e167bedca3c84b98766ebd6e) Thanks [@XinyueDu](https://github.com/XinyueDu)! - update version + +- Updated dependencies [[`42134f3`](https://github.com/antvis/L7/commit/42134f3aac3f2814e167bedca3c84b98766ebd6e)]: + - @antv/l7-component@2.22.5 + - @antv/l7-core@2.22.5 + - @antv/l7-layers@2.22.5 + - @antv/l7-maps@2.22.5 + - @antv/l7-scene@2.22.5 + - @antv/l7-source@2.22.5 + - @antv/l7-utils@2.22.5 + ## 2.22.4 ### Patch Changes diff --git a/packages/l7/package.json b/packages/l7/package.json index bf03006c51..cb32616989 100644 --- a/packages/l7/package.json +++ b/packages/l7/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7", - "version": "2.22.4", + "version": "2.22.5", "description": "A Large-scale WebGL-powered Geospatial Data Visualization", "repository": "git@github.com:antvis/L7.git", "license": "MIT", diff --git a/packages/layers/CHANGELOG.md b/packages/layers/CHANGELOG.md index e52384786c..02bc7af2e3 100644 --- a/packages/layers/CHANGELOG.md +++ b/packages/layers/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 2.22.5 + +### Patch Changes + +- [#2680](https://github.com/antvis/L7/pull/2680) [`42134f3`](https://github.com/antvis/L7/commit/42134f3aac3f2814e167bedca3c84b98766ebd6e) Thanks [@XinyueDu](https://github.com/XinyueDu)! - update version + +- Updated dependencies [[`42134f3`](https://github.com/antvis/L7/commit/42134f3aac3f2814e167bedca3c84b98766ebd6e)]: + - @antv/l7-core@2.22.5 + - @antv/l7-maps@2.22.5 + - @antv/l7-source@2.22.5 + - @antv/l7-utils@2.22.5 + ## 2.22.4 ### Patch Changes diff --git a/packages/layers/package.json b/packages/layers/package.json index e2fb51cfe7..7dc59b562b 100644 --- a/packages/layers/package.json +++ b/packages/layers/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-layers", - "version": "2.22.4", + "version": "2.22.5", "description": "L7's collection of built-in layers", "license": "MIT", "author": "https://github.com/orgs/antvis/people", diff --git a/packages/map/CHANGELOG.md b/packages/map/CHANGELOG.md index bf91fb2d6a..01206d67d2 100644 --- a/packages/map/CHANGELOG.md +++ b/packages/map/CHANGELOG.md @@ -1,5 +1,14 @@ # @antv/l7-map +## 2.22.5 + +### Patch Changes + +- [#2680](https://github.com/antvis/L7/pull/2680) [`42134f3`](https://github.com/antvis/L7/commit/42134f3aac3f2814e167bedca3c84b98766ebd6e) Thanks [@XinyueDu](https://github.com/XinyueDu)! - update version + +- Updated dependencies [[`42134f3`](https://github.com/antvis/L7/commit/42134f3aac3f2814e167bedca3c84b98766ebd6e)]: + - @antv/l7-utils@2.22.5 + ## 2.22.4 ### Patch Changes diff --git a/packages/map/package.json b/packages/map/package.json index f5d3c85dd3..bdcc726284 100644 --- a/packages/map/package.json +++ b/packages/map/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-map", - "version": "2.22.4", + "version": "2.22.5", "description": "L7 Map", "keywords": [], "homepage": "https://github.com/antvis/L7#readme", diff --git a/packages/maps/CHANGELOG.md b/packages/maps/CHANGELOG.md index e1a3ef4076..9a38d9f41e 100644 --- a/packages/maps/CHANGELOG.md +++ b/packages/maps/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 2.22.5 + +### Patch Changes + +- [#2680](https://github.com/antvis/L7/pull/2680) [`42134f3`](https://github.com/antvis/L7/commit/42134f3aac3f2814e167bedca3c84b98766ebd6e) Thanks [@XinyueDu](https://github.com/XinyueDu)! - update version + +- Updated dependencies [[`42134f3`](https://github.com/antvis/L7/commit/42134f3aac3f2814e167bedca3c84b98766ebd6e)]: + - @antv/l7-core@2.22.5 + - @antv/l7-map@2.22.5 + - @antv/l7-utils@2.22.5 + ## 2.22.4 ### Patch Changes diff --git a/packages/maps/package.json b/packages/maps/package.json index 1e470d47ef..9eaac960dd 100644 --- a/packages/maps/package.json +++ b/packages/maps/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-maps", - "version": "2.22.4", + "version": "2.22.5", "description": "Maps for L7", "license": "MIT", "author": "https://github.com/orgs/antvis/people", diff --git a/packages/renderer/CHANGELOG.md b/packages/renderer/CHANGELOG.md index cac6d86f4c..51e98e3b1c 100644 --- a/packages/renderer/CHANGELOG.md +++ b/packages/renderer/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 2.22.5 + +### Patch Changes + +- [#2680](https://github.com/antvis/L7/pull/2680) [`42134f3`](https://github.com/antvis/L7/commit/42134f3aac3f2814e167bedca3c84b98766ebd6e) Thanks [@XinyueDu](https://github.com/XinyueDu)! - update version + +- Updated dependencies [[`42134f3`](https://github.com/antvis/L7/commit/42134f3aac3f2814e167bedca3c84b98766ebd6e)]: + - @antv/l7-core@2.22.5 + - @antv/l7-utils@2.22.5 + ## 2.22.4 ### Patch Changes diff --git a/packages/renderer/package.json b/packages/renderer/package.json index 65ccc36307..175fc95967 100644 --- a/packages/renderer/package.json +++ b/packages/renderer/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-renderer", - "version": "2.22.4", + "version": "2.22.5", "description": "", "license": "MIT", "author": "https://github.com/orgs/antvis/people", diff --git a/packages/scene/CHANGELOG.md b/packages/scene/CHANGELOG.md index 3ea39a66a9..c417d284d7 100644 --- a/packages/scene/CHANGELOG.md +++ b/packages/scene/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 2.22.5 + +### Patch Changes + +- [#2680](https://github.com/antvis/L7/pull/2680) [`42134f3`](https://github.com/antvis/L7/commit/42134f3aac3f2814e167bedca3c84b98766ebd6e) Thanks [@XinyueDu](https://github.com/XinyueDu)! - update version + +- Updated dependencies [[`42134f3`](https://github.com/antvis/L7/commit/42134f3aac3f2814e167bedca3c84b98766ebd6e)]: + - @antv/l7-component@2.22.5 + - @antv/l7-core@2.22.5 + - @antv/l7-layers@2.22.5 + - @antv/l7-maps@2.22.5 + - @antv/l7-renderer@2.22.5 + - @antv/l7-utils@2.22.5 + ## 2.22.4 ### Patch Changes diff --git a/packages/scene/package.json b/packages/scene/package.json index 8d875bbb2d..56dd2db265 100644 --- a/packages/scene/package.json +++ b/packages/scene/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-scene", - "version": "2.22.4", + "version": "2.22.5", "description": "", "license": "MIT", "author": "https://github.com/orgs/antvis/people", diff --git a/packages/source/CHANGELOG.md b/packages/source/CHANGELOG.md index 4ef12fb74d..b242ce82cc 100644 --- a/packages/source/CHANGELOG.md +++ b/packages/source/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 2.22.5 + +### Patch Changes + +- [#2680](https://github.com/antvis/L7/pull/2680) [`42134f3`](https://github.com/antvis/L7/commit/42134f3aac3f2814e167bedca3c84b98766ebd6e) Thanks [@XinyueDu](https://github.com/XinyueDu)! - update version + +- Updated dependencies [[`42134f3`](https://github.com/antvis/L7/commit/42134f3aac3f2814e167bedca3c84b98766ebd6e)]: + - @antv/l7-core@2.22.5 + - @antv/l7-utils@2.22.5 + ## 2.22.4 ### Patch Changes diff --git a/packages/source/package.json b/packages/source/package.json index effe44aac1..e27a4e45e1 100644 --- a/packages/source/package.json +++ b/packages/source/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-source", - "version": "2.22.4", + "version": "2.22.5", "description": "", "license": "MIT", "author": "https://github.com/orgs/antvis/people", diff --git a/packages/test-utils/CHANGELOG.md b/packages/test-utils/CHANGELOG.md index 543ba79a21..8c2b7fb310 100644 --- a/packages/test-utils/CHANGELOG.md +++ b/packages/test-utils/CHANGELOG.md @@ -1,5 +1,16 @@ # @antv/l7-test-utils +## 2.22.5 + +### Patch Changes + +- [#2680](https://github.com/antvis/L7/pull/2680) [`42134f3`](https://github.com/antvis/L7/commit/42134f3aac3f2814e167bedca3c84b98766ebd6e) Thanks [@XinyueDu](https://github.com/XinyueDu)! - update version + +- Updated dependencies [[`42134f3`](https://github.com/antvis/L7/commit/42134f3aac3f2814e167bedca3c84b98766ebd6e)]: + - @antv/l7-map@2.22.5 + - @antv/l7-maps@2.22.5 + - @antv/l7-scene@2.22.5 + ## 2.22.4 ### Patch Changes diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 27918b17ca..cf3ee15770 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-test-utils", - "version": "2.22.4", + "version": "2.22.5", "private": true, "description": "Test utils for L7", "keywords": [], diff --git a/packages/three/CHANGELOG.md b/packages/three/CHANGELOG.md index aa04a14050..9c36e25b12 100644 --- a/packages/three/CHANGELOG.md +++ b/packages/three/CHANGELOG.md @@ -1,5 +1,14 @@ # @antv/l7-three +## 2.22.5 + +### Patch Changes + +- [#2680](https://github.com/antvis/L7/pull/2680) [`42134f3`](https://github.com/antvis/L7/commit/42134f3aac3f2814e167bedca3c84b98766ebd6e) Thanks [@XinyueDu](https://github.com/XinyueDu)! - update version + +- Updated dependencies [[`42134f3`](https://github.com/antvis/L7/commit/42134f3aac3f2814e167bedca3c84b98766ebd6e)]: + - @antv/l7@2.22.5 + ## 2.22.4 ### Patch Changes diff --git a/packages/three/package.json b/packages/three/package.json index ae06661191..f15e17dc0d 100644 --- a/packages/three/package.json +++ b/packages/three/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-three", - "version": "2.22.4", + "version": "2.22.5", "description": "Three for L7 ", "keywords": [ "3D", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 06b24d5571..52ea9c7ce4 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.22.5 + +### Patch Changes + +- [#2680](https://github.com/antvis/L7/pull/2680) [`42134f3`](https://github.com/antvis/L7/commit/42134f3aac3f2814e167bedca3c84b98766ebd6e) Thanks [@XinyueDu](https://github.com/XinyueDu)! - update version + ## 2.22.4 ### Patch Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index d0bfdb9bc3..1d5295f004 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-utils", - "version": "2.22.4", + "version": "2.22.5", "description": "Utils for L7", "license": "MIT", "author": "https://github.com/orgs/antvis/people",