From fc7459cf60a889b35db942564111fa6a1d5719b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 18:08:15 +0800 Subject: [PATCH] chore: version (#2401) Co-authored-by: github-actions[bot] --- .changeset/late-windows-hunt.md | 5 ----- packages/component/CHANGELOG.md | 9 +++++++++ packages/component/package.json | 2 +- packages/core/CHANGELOG.md | 7 +++++++ packages/core/package.json | 2 +- packages/l7/CHANGELOG.md | 13 +++++++++++++ packages/l7/package.json | 2 +- packages/layers/CHANGELOG.md | 10 ++++++++++ packages/layers/package.json | 2 +- packages/map/CHANGELOG.md | 7 +++++++ packages/map/package.json | 2 +- packages/maps/CHANGELOG.md | 9 +++++++++ packages/maps/package.json | 2 +- packages/renderer/CHANGELOG.md | 8 ++++++++ packages/renderer/package.json | 2 +- packages/scene/CHANGELOG.md | 12 ++++++++++++ packages/scene/package.json | 2 +- packages/source/CHANGELOG.md | 10 ++++++++++ packages/source/package.json | 2 +- packages/test-utils/CHANGELOG.md | 9 +++++++++ packages/test-utils/package.json | 2 +- packages/three/CHANGELOG.md | 7 +++++++ packages/three/package.json | 2 +- packages/utils/CHANGELOG.md | 2 ++ packages/utils/package.json | 2 +- 25 files changed, 115 insertions(+), 17 deletions(-) delete mode 100644 .changeset/late-windows-hunt.md diff --git a/.changeset/late-windows-hunt.md b/.changeset/late-windows-hunt.md deleted file mode 100644 index 2fd363c7b8..0000000000 --- a/.changeset/late-windows-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@antv/l7-source': patch ---- - -fix: 修复 rastertile 类型对应请求无法自定义请求头参数 diff --git a/packages/component/CHANGELOG.md b/packages/component/CHANGELOG.md index 4d1dc354e7..0cc682be1b 100644 --- a/packages/component/CHANGELOG.md +++ b/packages/component/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 2.21.4 + +### Patch Changes + +- Updated dependencies []: + - @antv/l7-layers@2.21.4 + - @antv/l7-core@2.21.4 + - @antv/l7-utils@2.21.4 + ## [2.1.12](https://github.com/antvis/L7/compare/v2.1.11...v2.1.12) (2020-04-10) **Note:** Version bump only for package @antv/l7-component diff --git a/packages/component/package.json b/packages/component/package.json index d715212a31..d6605d5ea1 100644 --- a/packages/component/package.json +++ b/packages/component/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-component", - "version": "2.21.3", + "version": "2.21.4", "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 d76ad4fbe8..977cec9105 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 2.21.4 + +### Patch Changes + +- Updated dependencies []: + - @antv/l7-utils@2.21.4 + ## [2.1.12](https://github.com/antvis/L7/compare/v2.1.11...v2.1.12) (2020-04-10) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index e378e6eb64..43e5e25cb8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-core", - "version": "2.21.3", + "version": "2.21.4", "description": "", "license": "MIT", "author": "https://github.com/orgs/antvis/people", diff --git a/packages/l7/CHANGELOG.md b/packages/l7/CHANGELOG.md index 7e46477c99..e635ce723d 100644 --- a/packages/l7/CHANGELOG.md +++ b/packages/l7/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 2.21.4 + +### Patch Changes + +- Updated dependencies [[`f1b8c29`](https://github.com/antvis/L7/commit/f1b8c295c44d15f75ce0f60401cf03cc79e9d96b)]: + - @antv/l7-source@2.21.4 + - @antv/l7-layers@2.21.4 + - @antv/l7-component@2.21.4 + - @antv/l7-scene@2.21.4 + - @antv/l7-core@2.21.4 + - @antv/l7-maps@2.21.4 + - @antv/l7-utils@2.21.4 + ## [2.1.12](https://github.com/antvis/L7/compare/v2.1.11...v2.1.12) (2020-04-10) ### Bug Fixes diff --git a/packages/l7/package.json b/packages/l7/package.json index 20711f8296..6109e18fd7 100644 --- a/packages/l7/package.json +++ b/packages/l7/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7", - "version": "2.21.3", + "version": "2.21.4", "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 8cb9f414b4..baf4794934 100644 --- a/packages/layers/CHANGELOG.md +++ b/packages/layers/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 2.21.4 + +### Patch Changes + +- Updated dependencies [[`f1b8c29`](https://github.com/antvis/L7/commit/f1b8c295c44d15f75ce0f60401cf03cc79e9d96b)]: + - @antv/l7-source@2.21.4 + - @antv/l7-core@2.21.4 + - @antv/l7-maps@2.21.4 + - @antv/l7-utils@2.21.4 + ## [2.1.12](https://github.com/antvis/L7/compare/v2.1.11...v2.1.12) (2020-04-10) ### Bug Fixes diff --git a/packages/layers/package.json b/packages/layers/package.json index 08aeef7fd1..5538bae5d7 100644 --- a/packages/layers/package.json +++ b/packages/layers/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-layers", - "version": "2.21.3", + "version": "2.21.4", "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 1dc05c28ae..f4869c937a 100644 --- a/packages/map/CHANGELOG.md +++ b/packages/map/CHANGELOG.md @@ -1 +1,8 @@ # @antv/l7-map + +## 2.21.4 + +### Patch Changes + +- Updated dependencies []: + - @antv/l7-utils@2.21.4 diff --git a/packages/map/package.json b/packages/map/package.json index 0c14db7945..fd173e653b 100644 --- a/packages/map/package.json +++ b/packages/map/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-map", - "version": "2.21.3", + "version": "2.21.4", "description": "L7 Map", "keywords": [], "homepage": "https://github.com/antvis/L7#readme", diff --git a/packages/maps/CHANGELOG.md b/packages/maps/CHANGELOG.md index 0aa4a21df7..7a86a67b37 100644 --- a/packages/maps/CHANGELOG.md +++ b/packages/maps/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 2.21.4 + +### Patch Changes + +- Updated dependencies []: + - @antv/l7-core@2.21.4 + - @antv/l7-map@2.21.4 + - @antv/l7-utils@2.21.4 + ## [2.1.12](https://github.com/antvis/L7/compare/v2.1.11...v2.1.12) (2020-04-10) ### Bug Fixes diff --git a/packages/maps/package.json b/packages/maps/package.json index 2a8f3f3af3..aa8e6991c7 100644 --- a/packages/maps/package.json +++ b/packages/maps/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-maps", - "version": "2.21.3", + "version": "2.21.4", "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 c0d3e591c9..e022236898 100644 --- a/packages/renderer/CHANGELOG.md +++ b/packages/renderer/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 2.21.4 + +### Patch Changes + +- Updated dependencies []: + - @antv/l7-core@2.21.4 + - @antv/l7-utils@2.21.4 + ## [2.1.12](https://github.com/antvis/L7/compare/v2.1.11...v2.1.12) (2020-04-10) **Note:** Version bump only for package @antv/l7-renderer diff --git a/packages/renderer/package.json b/packages/renderer/package.json index 6a7b1d54d3..30d88e76c4 100644 --- a/packages/renderer/package.json +++ b/packages/renderer/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-renderer", - "version": "2.21.3", + "version": "2.21.4", "description": "", "license": "MIT", "author": "https://github.com/orgs/antvis/people", diff --git a/packages/scene/CHANGELOG.md b/packages/scene/CHANGELOG.md index b4e33ec964..2ca45a64ff 100644 --- a/packages/scene/CHANGELOG.md +++ b/packages/scene/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 2.21.4 + +### Patch Changes + +- Updated dependencies []: + - @antv/l7-layers@2.21.4 + - @antv/l7-component@2.21.4 + - @antv/l7-renderer@2.21.4 + - @antv/l7-core@2.21.4 + - @antv/l7-maps@2.21.4 + - @antv/l7-utils@2.21.4 + ## [2.1.12](https://github.com/antvis/L7/compare/v2.1.11...v2.1.12) (2020-04-10) ### Bug Fixes diff --git a/packages/scene/package.json b/packages/scene/package.json index ba9b6ab395..8683a821ea 100644 --- a/packages/scene/package.json +++ b/packages/scene/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-scene", - "version": "2.21.3", + "version": "2.21.4", "description": "", "license": "MIT", "author": "https://github.com/orgs/antvis/people", diff --git a/packages/source/CHANGELOG.md b/packages/source/CHANGELOG.md index e84d04e663..cb3ab43b76 100644 --- a/packages/source/CHANGELOG.md +++ b/packages/source/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 2.21.4 + +### Patch Changes + +- [#2399](https://github.com/antvis/L7/pull/2399) [`f1b8c29`](https://github.com/antvis/L7/commit/f1b8c295c44d15f75ce0f60401cf03cc79e9d96b) Thanks [@Dreammy23](https://github.com/Dreammy23)! - fix: 修复 rastertile 类型对应请求无法自定义请求头参数 + +- Updated dependencies []: + - @antv/l7-core@2.21.4 + - @antv/l7-utils@2.21.4 + ## [2.1.12](https://github.com/antvis/L7/compare/v2.1.11...v2.1.12) (2020-04-10) **Note:** Version bump only for package @antv/l7-source diff --git a/packages/source/package.json b/packages/source/package.json index db45f70dfe..44c64be193 100644 --- a/packages/source/package.json +++ b/packages/source/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-source", - "version": "2.21.3", + "version": "2.21.4", "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 89e0ab77d7..2c782dd578 100644 --- a/packages/test-utils/CHANGELOG.md +++ b/packages/test-utils/CHANGELOG.md @@ -1 +1,10 @@ # @antv/l7-test-utils + +## 2.21.4 + +### Patch Changes + +- Updated dependencies []: + - @antv/l7-scene@2.21.4 + - @antv/l7-map@2.21.4 + - @antv/l7-maps@2.21.4 diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 5030e3b99f..b588a30936 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.3", + "version": "2.21.4", "private": true, "description": "Test utils for L7", "keywords": [], diff --git a/packages/three/CHANGELOG.md b/packages/three/CHANGELOG.md index 7e141b96c2..a582b0d90e 100644 --- a/packages/three/CHANGELOG.md +++ b/packages/three/CHANGELOG.md @@ -1 +1,8 @@ # @antv/l7-three + +## 2.21.4 + +### Patch Changes + +- Updated dependencies []: + - @antv/l7@2.21.4 diff --git a/packages/three/package.json b/packages/three/package.json index 37f79f6bc5..3512b7ac61 100644 --- a/packages/three/package.json +++ b/packages/three/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-three", - "version": "2.21.3", + "version": "2.21.4", "description": "Three for L7 ", "keywords": [ "3D", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 89506f9bcb..08842e3723 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.21.4 + ## [2.1.12](https://github.com/antvis/L7/compare/v2.1.11...v2.1.12) (2020-04-10) **Note:** Version bump only for package @antv/l7-utils diff --git a/packages/utils/package.json b/packages/utils/package.json index 12bcf32773..15b7636339 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-utils", - "version": "2.21.3", + "version": "2.21.4", "description": "Utils for L7", "license": "MIT", "author": "https://github.com/orgs/antvis/people",