diff --git a/.changeset/pre.json b/.changeset/pre.json index 31ff735a55..5013333e0f 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -16,5 +16,12 @@ "@antv/l7-utils": "2.21.10", "@antv/l7-site": "2.21.3" }, - "changesets": ["slimy-starfishes-joke", "sour-lemons-perform"] + "changesets": [ + "clean-beers-try", + "proud-flies-change", + "slimy-starfishes-joke", + "sour-dodos-bake", + "sour-lemons-perform", + "tiny-seas-camp" + ] } diff --git a/packages/component/CHANGELOG.md b/packages/component/CHANGELOG.md index ca0917a29e..c522f75a08 100644 --- a/packages/component/CHANGELOG.md +++ b/packages/component/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 3.0.0-beta.0 + +### Patch Changes + +- Updated dependencies [[`3e33888`](https://github.com/antvis/L7/commit/3e33888a56c6efa80be60bc79182644eaccaa500), [`d408bdb`](https://github.com/antvis/L7/commit/d408bdb4a2a7be57a50f9a88247cf7b690ba4387)]: + - @antv/l7-layers@3.0.0-beta.0 + - @antv/l7-core@3.0.0-beta.0 + - @antv/l7-utils@3.0.0-beta.0 + ## 2.21.10 ### Patch Changes diff --git a/packages/component/package.json b/packages/component/package.json index 35bfb39f2b..c8960ab56a 100644 --- a/packages/component/package.json +++ b/packages/component/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-component", - "version": "2.21.10", + "version": "3.0.0-beta.0", "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 5d311078ed..4793bed183 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 3.0.0-beta.0 + +### Patch Changes + +- Updated dependencies []: + - @antv/l7-utils@3.0.0-beta.0 + ## 2.21.10 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 3a3e8a8346..c0aa645573 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-core", - "version": "2.21.10", + "version": "3.0.0-beta.0", "description": "", "license": "MIT", "author": "https://github.com/orgs/antvis/people", diff --git a/packages/l7/CHANGELOG.md b/packages/l7/CHANGELOG.md index dc53d0b7a5..a27489d4c6 100644 --- a/packages/l7/CHANGELOG.md +++ b/packages/l7/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 3.0.0-beta.0 + +### Patch Changes + +- Updated dependencies [[`3e33888`](https://github.com/antvis/L7/commit/3e33888a56c6efa80be60bc79182644eaccaa500), [`05dd5cc`](https://github.com/antvis/L7/commit/05dd5ccf31e12a9440efbebc9fcb803c594b5a44), [`d408bdb`](https://github.com/antvis/L7/commit/d408bdb4a2a7be57a50f9a88247cf7b690ba4387)]: + - @antv/l7-layers@3.0.0-beta.0 + - @antv/l7-scene@3.0.0-beta.0 + - @antv/l7-component@3.0.0-beta.0 + - @antv/l7-core@3.0.0-beta.0 + - @antv/l7-maps@3.0.0-beta.0 + - @antv/l7-source@3.0.0-beta.0 + - @antv/l7-utils@3.0.0-beta.0 + ## 2.21.10 ### Patch Changes diff --git a/packages/l7/package.json b/packages/l7/package.json index 4d16feca54..3fc927d9c7 100644 --- a/packages/l7/package.json +++ b/packages/l7/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7", - "version": "2.21.10", + "version": "3.0.0-beta.0", "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 d99f7d2789..4cb9cef242 100644 --- a/packages/layers/CHANGELOG.md +++ b/packages/layers/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 3.0.0-beta.0 + +### Patch Changes + +- [#2474](https://github.com/antvis/L7/pull/2474) [`3e33888`](https://github.com/antvis/L7/commit/3e33888a56c6efa80be60bc79182644eaccaa500) Thanks [@lvisei](https://github.com/lvisei)! - fix: mapbox 线图层的贴图变形 + +- [#2453](https://github.com/antvis/L7/pull/2453) [`d408bdb`](https://github.com/antvis/L7/commit/d408bdb4a2a7be57a50f9a88247cf7b690ba4387) Thanks [@lvisei](https://github.com/lvisei)! - fix: mapbox 下部分面数据图层绘制异常 + +- Updated dependencies []: + - @antv/l7-core@3.0.0-beta.0 + - @antv/l7-maps@3.0.0-beta.0 + - @antv/l7-source@3.0.0-beta.0 + - @antv/l7-utils@3.0.0-beta.0 + ## 2.21.10 ### Patch Changes diff --git a/packages/layers/package.json b/packages/layers/package.json index e31fea8ded..b1544cdb37 100644 --- a/packages/layers/package.json +++ b/packages/layers/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-layers", - "version": "2.21.10", + "version": "3.0.0-beta.0", "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 97a0f29a00..990cc68cfb 100644 --- a/packages/map/CHANGELOG.md +++ b/packages/map/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/l7-map +## 3.0.0-beta.0 + +### Patch Changes + +- Updated dependencies []: + - @antv/l7-utils@3.0.0-beta.0 + ## 2.21.10 ### Patch Changes diff --git a/packages/map/package.json b/packages/map/package.json index 3244422aad..f8972050f3 100644 --- a/packages/map/package.json +++ b/packages/map/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-map", - "version": "2.21.10", + "version": "3.0.0-beta.0", "description": "L7 Map", "keywords": [], "homepage": "https://github.com/antvis/L7#readme", diff --git a/packages/maps/CHANGELOG.md b/packages/maps/CHANGELOG.md index 9c9c0a3e31..c2f76e5b32 100644 --- a/packages/maps/CHANGELOG.md +++ b/packages/maps/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 3.0.0-beta.0 + +### Patch Changes + +- Updated dependencies []: + - @antv/l7-core@3.0.0-beta.0 + - @antv/l7-map@3.0.0-beta.0 + - @antv/l7-utils@3.0.0-beta.0 + ## 2.21.10 ### Patch Changes diff --git a/packages/maps/package.json b/packages/maps/package.json index 78d0fd63d9..9bc2eb58a9 100644 --- a/packages/maps/package.json +++ b/packages/maps/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-maps", - "version": "2.21.10", + "version": "3.0.0-beta.0", "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 e322781532..85c50a3ca0 100644 --- a/packages/renderer/CHANGELOG.md +++ b/packages/renderer/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 3.0.0-beta.0 + +### Patch Changes + +- [#2473](https://github.com/antvis/L7/pull/2473) [`8b72df1`](https://github.com/antvis/L7/commit/8b72df14dc18ba85f66f8e4e09ba9d80d0379ed3) Thanks [@lvisei](https://github.com/lvisei)! - fix: use stencil.func.ref for each pipeline + +- Updated dependencies []: + - @antv/l7-core@3.0.0-beta.0 + - @antv/l7-utils@3.0.0-beta.0 + ## 2.21.10 ### Patch Changes diff --git a/packages/renderer/package.json b/packages/renderer/package.json index 2bbaf788b8..c771dfbbd5 100644 --- a/packages/renderer/package.json +++ b/packages/renderer/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-renderer", - "version": "2.21.10", + "version": "3.0.0-beta.0", "description": "", "license": "MIT", "author": "https://github.com/orgs/antvis/people", diff --git a/packages/scene/CHANGELOG.md b/packages/scene/CHANGELOG.md index c7bd103950..ec4c4eeeb5 100644 --- a/packages/scene/CHANGELOG.md +++ b/packages/scene/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## 3.0.0-beta.0 + +### Minor Changes + +- [#2477](https://github.com/antvis/L7/pull/2477) [`05dd5cc`](https://github.com/antvis/L7/commit/05dd5ccf31e12a9440efbebc9fcb803c594b5a44) Thanks [@lvisei](https://github.com/lvisei)! - feat: set default renderer to device, support webgl2. + +### Patch Changes + +- Updated dependencies [[`3e33888`](https://github.com/antvis/L7/commit/3e33888a56c6efa80be60bc79182644eaccaa500), [`8b72df1`](https://github.com/antvis/L7/commit/8b72df14dc18ba85f66f8e4e09ba9d80d0379ed3), [`d408bdb`](https://github.com/antvis/L7/commit/d408bdb4a2a7be57a50f9a88247cf7b690ba4387)]: + - @antv/l7-layers@3.0.0-beta.0 + - @antv/l7-renderer@3.0.0-beta.0 + - @antv/l7-component@3.0.0-beta.0 + - @antv/l7-core@3.0.0-beta.0 + - @antv/l7-maps@3.0.0-beta.0 + - @antv/l7-utils@3.0.0-beta.0 + ## 2.21.10 ### Patch Changes diff --git a/packages/scene/package.json b/packages/scene/package.json index 1f68cb8a21..6ca285e2f7 100644 --- a/packages/scene/package.json +++ b/packages/scene/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-scene", - "version": "2.21.10", + "version": "3.0.0-beta.0", "description": "", "license": "MIT", "author": "https://github.com/orgs/antvis/people", diff --git a/packages/source/CHANGELOG.md b/packages/source/CHANGELOG.md index f574e90981..cbb7969204 100644 --- a/packages/source/CHANGELOG.md +++ b/packages/source/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 3.0.0-beta.0 + +### Patch Changes + +- Updated dependencies []: + - @antv/l7-core@3.0.0-beta.0 + - @antv/l7-utils@3.0.0-beta.0 + ## 2.21.10 ### Patch Changes diff --git a/packages/source/package.json b/packages/source/package.json index 300ce18810..1faec08c2b 100644 --- a/packages/source/package.json +++ b/packages/source/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-source", - "version": "2.21.10", + "version": "3.0.0-beta.0", "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 30fc294558..3fcc291f17 100644 --- a/packages/test-utils/CHANGELOG.md +++ b/packages/test-utils/CHANGELOG.md @@ -1,5 +1,14 @@ # @antv/l7-test-utils +## 3.0.0-beta.0 + +### Patch Changes + +- Updated dependencies [[`05dd5cc`](https://github.com/antvis/L7/commit/05dd5ccf31e12a9440efbebc9fcb803c594b5a44)]: + - @antv/l7-scene@3.0.0-beta.0 + - @antv/l7-map@3.0.0-beta.0 + - @antv/l7-maps@3.0.0-beta.0 + ## 2.21.10 ### Patch Changes diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index a4e5cfc802..6227da6949 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-test-utils", - "version": "2.21.10", + "version": "3.0.0-beta.0", "private": true, "description": "Test utils for L7", "keywords": [], diff --git a/packages/three/CHANGELOG.md b/packages/three/CHANGELOG.md index 1c886a0da3..106d12033b 100644 --- a/packages/three/CHANGELOG.md +++ b/packages/three/CHANGELOG.md @@ -1,5 +1,12 @@ # @antv/l7-three +## 3.0.0-beta.0 + +### Patch Changes + +- Updated dependencies []: + - @antv/l7@3.0.0-beta.0 + ## 2.21.10 ### Patch Changes diff --git a/packages/three/package.json b/packages/three/package.json index c69e6040a4..f965f7ed62 100644 --- a/packages/three/package.json +++ b/packages/three/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-three", - "version": "2.21.10", + "version": "3.0.0-beta.0", "description": "Three for L7 ", "keywords": [ "3D", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 5a94f8f84a..c9be3433fd 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 3.0.0-beta.0 + ## 2.21.10 ## 2.21.9 diff --git a/packages/utils/package.json b/packages/utils/package.json index 6d74e2db49..fdf82ac8f4 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-utils", - "version": "2.21.10", + "version": "3.0.0-beta.0", "description": "Utils for L7", "license": "MIT", "author": "https://github.com/orgs/antvis/people",