diff --git a/.changeset/late-plums-rule.md b/.changeset/late-plums-rule.md deleted file mode 100644 index c6c84c1073..0000000000 --- a/.changeset/late-plums-rule.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -'@antv/l7-layers': patch -'@antv/l7-component': patch -'@antv/l7-core': patch -'@antv/l7': 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 ---- - -fix regl bool uniform diff --git a/packages/component/CHANGELOG.md b/packages/component/CHANGELOG.md index 04b561a1c1..3233745bb4 100644 --- a/packages/component/CHANGELOG.md +++ b/packages/component/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 2.21.7 + +### Patch Changes + +- [#2420](https://github.com/antvis/L7/pull/2420) [`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a) Thanks [@lzxue](https://github.com/lzxue)! - fix regl bool uniform + +- Updated dependencies [[`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a)]: + - @antv/l7-layers@2.21.7 + - @antv/l7-core@2.21.7 + - @antv/l7-utils@2.21.7 + ## 2.21.6 ### Patch Changes diff --git a/packages/component/package.json b/packages/component/package.json index 947aabb513..991995321f 100644 --- a/packages/component/package.json +++ b/packages/component/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-component", - "version": "2.21.6", + "version": "2.21.7", "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 3855de9747..66c8822094 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 2.21.7 + +### Patch Changes + +- [#2420](https://github.com/antvis/L7/pull/2420) [`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a) Thanks [@lzxue](https://github.com/lzxue)! - fix regl bool uniform + +- Updated dependencies [[`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a)]: + - @antv/l7-utils@2.21.7 + ## 2.21.6 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 594eca28e7..21bad625ca 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-core", - "version": "2.21.6", + "version": "2.21.7", "description": "", "license": "MIT", "author": "https://github.com/orgs/antvis/people", diff --git a/packages/l7/CHANGELOG.md b/packages/l7/CHANGELOG.md index 8d079b92d1..5ff261bfb4 100644 --- a/packages/l7/CHANGELOG.md +++ b/packages/l7/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 2.21.7 + +### Patch Changes + +- [#2420](https://github.com/antvis/L7/pull/2420) [`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a) Thanks [@lzxue](https://github.com/lzxue)! - fix regl bool uniform + +- Updated dependencies [[`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a)]: + - @antv/l7-layers@2.21.7 + - @antv/l7-component@2.21.7 + - @antv/l7-core@2.21.7 + - @antv/l7-maps@2.21.7 + - @antv/l7-scene@2.21.7 + - @antv/l7-source@2.21.7 + - @antv/l7-utils@2.21.7 + ## 2.21.6 ### Patch Changes diff --git a/packages/l7/package.json b/packages/l7/package.json index a2ce39812e..a3573e888b 100644 --- a/packages/l7/package.json +++ b/packages/l7/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7", - "version": "2.21.6", + "version": "2.21.7", "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 1e860e99e5..25ef009ba5 100644 --- a/packages/layers/CHANGELOG.md +++ b/packages/layers/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 2.21.7 + +### Patch Changes + +- [#2420](https://github.com/antvis/L7/pull/2420) [`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a) Thanks [@lzxue](https://github.com/lzxue)! - fix regl bool uniform + +- Updated dependencies [[`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a)]: + - @antv/l7-core@2.21.7 + - @antv/l7-maps@2.21.7 + - @antv/l7-source@2.21.7 + - @antv/l7-utils@2.21.7 + ## 2.21.6 ### Patch Changes diff --git a/packages/layers/package.json b/packages/layers/package.json index 083cc0abbf..52feadbce9 100644 --- a/packages/layers/package.json +++ b/packages/layers/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-layers", - "version": "2.21.6", + "version": "2.21.7", "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 2160ca3d6a..200f5aece5 100644 --- a/packages/map/CHANGELOG.md +++ b/packages/map/CHANGELOG.md @@ -1,5 +1,14 @@ # @antv/l7-map +## 2.21.7 + +### Patch Changes + +- [#2420](https://github.com/antvis/L7/pull/2420) [`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a) Thanks [@lzxue](https://github.com/lzxue)! - fix regl bool uniform + +- Updated dependencies [[`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a)]: + - @antv/l7-utils@2.21.7 + ## 2.21.6 ### Patch Changes diff --git a/packages/map/package.json b/packages/map/package.json index 0a747f0be7..2942c8a43b 100644 --- a/packages/map/package.json +++ b/packages/map/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-map", - "version": "2.21.6", + "version": "2.21.7", "description": "L7 Map", "keywords": [], "homepage": "https://github.com/antvis/L7#readme", diff --git a/packages/maps/CHANGELOG.md b/packages/maps/CHANGELOG.md index 51ef0391ce..aec68def36 100644 --- a/packages/maps/CHANGELOG.md +++ b/packages/maps/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 2.21.7 + +### Patch Changes + +- [#2420](https://github.com/antvis/L7/pull/2420) [`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a) Thanks [@lzxue](https://github.com/lzxue)! - fix regl bool uniform + +- Updated dependencies [[`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a)]: + - @antv/l7-core@2.21.7 + - @antv/l7-map@2.21.7 + - @antv/l7-utils@2.21.7 + ## 2.21.6 ### Patch Changes diff --git a/packages/maps/package.json b/packages/maps/package.json index 38c6474514..dd23dac287 100644 --- a/packages/maps/package.json +++ b/packages/maps/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-maps", - "version": "2.21.6", + "version": "2.21.7", "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 adddb6f901..9fe7c66fa3 100644 --- a/packages/renderer/CHANGELOG.md +++ b/packages/renderer/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 2.21.7 + +### Patch Changes + +- [#2420](https://github.com/antvis/L7/pull/2420) [`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a) Thanks [@lzxue](https://github.com/lzxue)! - fix regl bool uniform + +- Updated dependencies [[`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a)]: + - @antv/l7-core@2.21.7 + - @antv/l7-utils@2.21.7 + ## 2.21.6 ### Patch Changes diff --git a/packages/renderer/package.json b/packages/renderer/package.json index 5a8007cd8c..de1c046864 100644 --- a/packages/renderer/package.json +++ b/packages/renderer/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-renderer", - "version": "2.21.6", + "version": "2.21.7", "description": "", "license": "MIT", "author": "https://github.com/orgs/antvis/people", diff --git a/packages/scene/CHANGELOG.md b/packages/scene/CHANGELOG.md index c950660bee..7d98c6b5fa 100644 --- a/packages/scene/CHANGELOG.md +++ b/packages/scene/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 2.21.7 + +### Patch Changes + +- [#2420](https://github.com/antvis/L7/pull/2420) [`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a) Thanks [@lzxue](https://github.com/lzxue)! - fix regl bool uniform + +- Updated dependencies [[`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a)]: + - @antv/l7-layers@2.21.7 + - @antv/l7-component@2.21.7 + - @antv/l7-core@2.21.7 + - @antv/l7-maps@2.21.7 + - @antv/l7-renderer@2.21.7 + - @antv/l7-utils@2.21.7 + ## 2.21.6 ### Patch Changes diff --git a/packages/scene/package.json b/packages/scene/package.json index c028424f93..7b5f613b55 100644 --- a/packages/scene/package.json +++ b/packages/scene/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-scene", - "version": "2.21.6", + "version": "2.21.7", "description": "", "license": "MIT", "author": "https://github.com/orgs/antvis/people", diff --git a/packages/source/CHANGELOG.md b/packages/source/CHANGELOG.md index 9fa80bab5a..5cc4b9d51d 100644 --- a/packages/source/CHANGELOG.md +++ b/packages/source/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 2.21.7 + +### Patch Changes + +- [#2420](https://github.com/antvis/L7/pull/2420) [`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a) Thanks [@lzxue](https://github.com/lzxue)! - fix regl bool uniform + +- Updated dependencies [[`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a)]: + - @antv/l7-core@2.21.7 + - @antv/l7-utils@2.21.7 + ## 2.21.6 ### Patch Changes diff --git a/packages/source/package.json b/packages/source/package.json index c3599b1b43..6e51276692 100644 --- a/packages/source/package.json +++ b/packages/source/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-source", - "version": "2.21.6", + "version": "2.21.7", "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 a3a3156f73..400ea55313 100644 --- a/packages/test-utils/CHANGELOG.md +++ b/packages/test-utils/CHANGELOG.md @@ -1,5 +1,16 @@ # @antv/l7-test-utils +## 2.21.7 + +### Patch Changes + +- [#2420](https://github.com/antvis/L7/pull/2420) [`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a) Thanks [@lzxue](https://github.com/lzxue)! - fix regl bool uniform + +- Updated dependencies [[`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a)]: + - @antv/l7-map@2.21.7 + - @antv/l7-maps@2.21.7 + - @antv/l7-scene@2.21.7 + ## 2.21.6 ### Patch Changes diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index c4e732dbd6..e66ba9eaf0 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.6", + "version": "2.21.7", "private": true, "description": "Test utils for L7", "keywords": [], diff --git a/packages/three/CHANGELOG.md b/packages/three/CHANGELOG.md index 0b58594688..ccd3ae3b09 100644 --- a/packages/three/CHANGELOG.md +++ b/packages/three/CHANGELOG.md @@ -1,5 +1,14 @@ # @antv/l7-three +## 2.21.7 + +### Patch Changes + +- [#2420](https://github.com/antvis/L7/pull/2420) [`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a) Thanks [@lzxue](https://github.com/lzxue)! - fix regl bool uniform + +- Updated dependencies [[`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a)]: + - @antv/l7@2.21.7 + ## 2.21.6 ### Patch Changes diff --git a/packages/three/package.json b/packages/three/package.json index 37434490f3..51710cc161 100644 --- a/packages/three/package.json +++ b/packages/three/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-three", - "version": "2.21.6", + "version": "2.21.7", "description": "Three for L7 ", "keywords": [ "3D", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index fd43798d02..c231e18d7f 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.21.7 + +### Patch Changes + +- [#2420](https://github.com/antvis/L7/pull/2420) [`bb0af05`](https://github.com/antvis/L7/commit/bb0af057acafeeafd7eb52224ff2863c4a1c302a) Thanks [@lzxue](https://github.com/lzxue)! - fix regl bool uniform + ## 2.21.6 ## 2.21.5 diff --git a/packages/utils/package.json b/packages/utils/package.json index 67bb93b7a3..262a1064dd 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-utils", - "version": "2.21.6", + "version": "2.21.7", "description": "Utils for L7", "license": "MIT", "author": "https://github.com/orgs/antvis/people",