diff --git a/.changeset/thick-wombats-lie.md b/.changeset/thick-wombats-lie.md deleted file mode 100644 index 7fa9523b59..0000000000 --- a/.changeset/thick-wombats-lie.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@antv/l7-source': major -'@antv/l7-core': major ---- - -rasterTile support extent diff --git a/packages/component/CHANGELOG.md b/packages/component/CHANGELOG.md index 88d0bc0384..e05606a6c7 100644 --- a/packages/component/CHANGELOG.md +++ b/packages/component/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 2.22.2 + +### Patch Changes + +- [#2631](https://github.com/antvis/L7/pull/2631) [`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4) Thanks [@lzxue](https://github.com/lzxue)! - raster tile extent + +- Updated dependencies [[`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4)]: + - @antv/l7-core@2.22.2 + - @antv/l7-layers@2.22.2 + - @antv/l7-utils@2.22.2 + ## 2.22.1 ### Patch Changes diff --git a/packages/component/package.json b/packages/component/package.json index 1c399d654a..3a7cfa5c76 100644 --- a/packages/component/package.json +++ b/packages/component/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-component", - "version": "2.22.1", + "version": "2.22.2", "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 21cda15934..81d5f052b2 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 2.22.2 + +### Patch Changes + +- [#2631](https://github.com/antvis/L7/pull/2631) [`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4) Thanks [@lzxue](https://github.com/lzxue)! - raster tile extent + +- Updated dependencies [[`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4)]: + - @antv/l7-utils@2.22.2 + ## 2.22.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index e853e5401f..34690369b9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-core", - "version": "2.22.1", + "version": "2.22.2", "description": "", "license": "MIT", "author": "https://github.com/orgs/antvis/people", diff --git a/packages/l7/CHANGELOG.md b/packages/l7/CHANGELOG.md index 1e3635fbe5..9202a8ac13 100644 --- a/packages/l7/CHANGELOG.md +++ b/packages/l7/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 2.22.2 + +### Patch Changes + +- [#2631](https://github.com/antvis/L7/pull/2631) [`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4) Thanks [@lzxue](https://github.com/lzxue)! - raster tile extent + +- Updated dependencies [[`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4)]: + - @antv/l7-component@2.22.2 + - @antv/l7-core@2.22.2 + - @antv/l7-layers@2.22.2 + - @antv/l7-maps@2.22.2 + - @antv/l7-scene@2.22.2 + - @antv/l7-source@2.22.2 + - @antv/l7-utils@2.22.2 + ## 2.22.1 ### Patch Changes diff --git a/packages/l7/package.json b/packages/l7/package.json index ee5a065a53..e63dffb06e 100644 --- a/packages/l7/package.json +++ b/packages/l7/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7", - "version": "2.22.1", + "version": "2.22.2", "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 926fe98be9..2bd6abd7bd 100644 --- a/packages/layers/CHANGELOG.md +++ b/packages/layers/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 2.22.2 + +### Patch Changes + +- [#2631](https://github.com/antvis/L7/pull/2631) [`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4) Thanks [@lzxue](https://github.com/lzxue)! - raster tile extent + +- Updated dependencies [[`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4)]: + - @antv/l7-core@2.22.2 + - @antv/l7-maps@2.22.2 + - @antv/l7-source@2.22.2 + - @antv/l7-utils@2.22.2 + ## 2.22.1 ### Patch Changes diff --git a/packages/layers/package.json b/packages/layers/package.json index ba68df6479..befd2c1265 100644 --- a/packages/layers/package.json +++ b/packages/layers/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-layers", - "version": "2.22.1", + "version": "2.22.2", "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 8cce6ceb14..7f283544c1 100644 --- a/packages/map/CHANGELOG.md +++ b/packages/map/CHANGELOG.md @@ -1,5 +1,14 @@ # @antv/l7-map +## 2.22.2 + +### Patch Changes + +- [#2631](https://github.com/antvis/L7/pull/2631) [`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4) Thanks [@lzxue](https://github.com/lzxue)! - raster tile extent + +- Updated dependencies [[`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4)]: + - @antv/l7-utils@2.22.2 + ## 2.22.1 ### Patch Changes diff --git a/packages/map/package.json b/packages/map/package.json index e5306d2d42..f238f47311 100644 --- a/packages/map/package.json +++ b/packages/map/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-map", - "version": "2.22.1", + "version": "2.22.2", "description": "L7 Map", "keywords": [], "homepage": "https://github.com/antvis/L7#readme", diff --git a/packages/maps/CHANGELOG.md b/packages/maps/CHANGELOG.md index 7aa806c8aa..e1f329da51 100644 --- a/packages/maps/CHANGELOG.md +++ b/packages/maps/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 2.22.2 + +### Patch Changes + +- [#2631](https://github.com/antvis/L7/pull/2631) [`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4) Thanks [@lzxue](https://github.com/lzxue)! - raster tile extent + +- Updated dependencies [[`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4)]: + - @antv/l7-core@2.22.2 + - @antv/l7-map@2.22.2 + - @antv/l7-utils@2.22.2 + ## 2.22.1 ### Patch Changes diff --git a/packages/maps/package.json b/packages/maps/package.json index 2d1467fe09..94d9a07e0a 100644 --- a/packages/maps/package.json +++ b/packages/maps/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-maps", - "version": "2.22.1", + "version": "2.22.2", "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 f8645ee899..ef4cfaf86a 100644 --- a/packages/renderer/CHANGELOG.md +++ b/packages/renderer/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 2.22.2 + +### Patch Changes + +- [#2631](https://github.com/antvis/L7/pull/2631) [`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4) Thanks [@lzxue](https://github.com/lzxue)! - raster tile extent + +- Updated dependencies [[`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4)]: + - @antv/l7-core@2.22.2 + - @antv/l7-utils@2.22.2 + ## 2.22.1 ### Patch Changes diff --git a/packages/renderer/package.json b/packages/renderer/package.json index cfa9c17653..bd67708516 100644 --- a/packages/renderer/package.json +++ b/packages/renderer/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-renderer", - "version": "2.22.1", + "version": "2.22.2", "description": "", "license": "MIT", "author": "https://github.com/orgs/antvis/people", diff --git a/packages/scene/CHANGELOG.md b/packages/scene/CHANGELOG.md index 2afbceb9b9..30ac1a82cb 100644 --- a/packages/scene/CHANGELOG.md +++ b/packages/scene/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 2.22.2 + +### Patch Changes + +- [#2631](https://github.com/antvis/L7/pull/2631) [`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4) Thanks [@lzxue](https://github.com/lzxue)! - raster tile extent + +- Updated dependencies [[`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4)]: + - @antv/l7-component@2.22.2 + - @antv/l7-core@2.22.2 + - @antv/l7-layers@2.22.2 + - @antv/l7-maps@2.22.2 + - @antv/l7-renderer@2.22.2 + - @antv/l7-utils@2.22.2 + ## 2.22.1 ### Patch Changes diff --git a/packages/scene/package.json b/packages/scene/package.json index 8a8a031566..19d927f5a7 100644 --- a/packages/scene/package.json +++ b/packages/scene/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-scene", - "version": "2.22.1", + "version": "2.22.2", "description": "", "license": "MIT", "author": "https://github.com/orgs/antvis/people", diff --git a/packages/source/CHANGELOG.md b/packages/source/CHANGELOG.md index 815a9b135b..bfea4169e6 100644 --- a/packages/source/CHANGELOG.md +++ b/packages/source/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 2.22.2 + +### Patch Changes + +- [#2631](https://github.com/antvis/L7/pull/2631) [`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4) Thanks [@lzxue](https://github.com/lzxue)! - raster tile extent + +- Updated dependencies [[`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4)]: + - @antv/l7-core@2.22.2 + - @antv/l7-utils@2.22.2 + ## 2.22.1 ### Patch Changes diff --git a/packages/source/package.json b/packages/source/package.json index 4220558c5b..ac210c8ebd 100644 --- a/packages/source/package.json +++ b/packages/source/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-source", - "version": "2.22.1", + "version": "2.22.2", "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 f656b74bf3..dc9b7a543f 100644 --- a/packages/test-utils/CHANGELOG.md +++ b/packages/test-utils/CHANGELOG.md @@ -1,5 +1,16 @@ # @antv/l7-test-utils +## 2.22.2 + +### Patch Changes + +- [#2631](https://github.com/antvis/L7/pull/2631) [`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4) Thanks [@lzxue](https://github.com/lzxue)! - raster tile extent + +- Updated dependencies [[`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4)]: + - @antv/l7-map@2.22.2 + - @antv/l7-maps@2.22.2 + - @antv/l7-scene@2.22.2 + ## 2.22.1 ### Patch Changes diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 79cdaef37c..5b7d4353ca 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.1", + "version": "2.22.2", "private": true, "description": "Test utils for L7", "keywords": [], diff --git a/packages/three/CHANGELOG.md b/packages/three/CHANGELOG.md index 29ab306a9f..2dd1e18df9 100644 --- a/packages/three/CHANGELOG.md +++ b/packages/three/CHANGELOG.md @@ -1,5 +1,14 @@ # @antv/l7-three +## 2.22.2 + +### Patch Changes + +- [#2631](https://github.com/antvis/L7/pull/2631) [`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4) Thanks [@lzxue](https://github.com/lzxue)! - raster tile extent + +- Updated dependencies [[`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4)]: + - @antv/l7@2.22.2 + ## 2.22.1 ### Patch Changes diff --git a/packages/three/package.json b/packages/three/package.json index 043c2d7651..497195d8ee 100644 --- a/packages/three/package.json +++ b/packages/three/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-three", - "version": "2.22.1", + "version": "2.22.2", "description": "Three for L7 ", "keywords": [ "3D", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 48493c9a1d..05758b52dc 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.22.2 + +### Patch Changes + +- [#2631](https://github.com/antvis/L7/pull/2631) [`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4) Thanks [@lzxue](https://github.com/lzxue)! - raster tile extent + ## 2.22.1 ## 2.22.0 diff --git a/packages/utils/package.json b/packages/utils/package.json index c37cad2092..0080db530d 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-utils", - "version": "2.22.1", + "version": "2.22.2", "description": "Utils for L7", "license": "MIT", "author": "https://github.com/orgs/antvis/people",