From 4f9f02d5961bb231cd43d819c6b3ae5fb820a9fd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 25 Nov 2024 02:13:46 +0000 Subject: [PATCH] release: 1.2.2 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.2.2](https://github.com/hongfaqiu/cesium-extends/compare/@cesium-extends/zoom-control@1.2.1...@cesium-extends/zoom-control@1.2.2) (2024-11-25) ### Bug Fixes * change load to static function ([ba1a6ca](https://github.com/hongfaqiu/cesium-extends/commit/ba1a6ca1781f00be422bd355e6e125b65f0e0f2c)) * **doc:** add california_heat.geojson ([6d79c68](https://github.com/hongfaqiu/cesium-extends/commit/6d79c682f2c26be3447061cc74fc4cd89389782a)) * **drawer:** fix the destroy function does not correctly mark _status as 'DESTROY' ([d053b93](https://github.com/hongfaqiu/cesium-extends/commit/d053b9305acd200e323a1115f39842523b6508b2)) * **drawer:** incorrect drawing of circles and rectangles ([9ff29f1](https://github.com/hongfaqiu/cesium-extends/commit/9ff29f16fc6a142a7098de67763d3f792b8b95e8)) * **drawer:** sameStyle的配置没有正确生效 ([b9c6160](https://github.com/hongfaqiu/cesium-extends/commit/b9c6160ac17eae4515ba0e463b7ce5a73789fb88)) * fix the bug that use defaultstyle when value is 0 ([a73f339](https://github.com/hongfaqiu/cesium-extends/commit/a73f3397a2eff8176637b75155de268afd068680)) * **geojsn-render:** fix icon label render ([fa083a0](https://github.com/hongfaqiu/cesium-extends/commit/fa083a051494caa9f1cb20fe5ca8f797cef52d35)) * **primitive-geojson:** 修复挖孔 ([41a552f](https://github.com/hongfaqiu/cesium-extends/commit/41a552f8b2e666b5da7fb5d7e1e6fb83c23626ed)) * **release:** import json with { type: "json" } ([5f533a2](https://github.com/hongfaqiu/cesium-extends/commit/5f533a2ea9b3864c2f70a52f6a55a5514440e133)) * replace wgs84ToWindowCoordinates [#27](https://github.com/hongfaqiu/cesium-extends/issues/27) ([0d7b68a](https://github.com/hongfaqiu/cesium-extends/commit/0d7b68adb6c3244416792fdaef860e86ba3f6f9b)) * some ts error ([f9b33f6](https://github.com/hongfaqiu/cesium-extends/commit/f9b33f6097d79900c9ed8de8f667012305433c7d)) * trigger publish ([7f0a3dd](https://github.com/hongfaqiu/cesium-extends/commit/7f0a3dd76969a1d19d72c593dadfbbcf24fb125a)) * trigger publish ([1e8c2f3](https://github.com/hongfaqiu/cesium-extends/commit/1e8c2f3180a6762a6054dc334eebca3ba685cf38)) * ts error MouseTooltip without enabled ([741a80d](https://github.com/hongfaqiu/cesium-extends/commit/741a80d0d69ce67e5db95b2e62b175d701989b7c)) --- packages/zoom-controller/CHANGELOG.md | 7 +++++++ packages/zoom-controller/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/zoom-controller/CHANGELOG.md b/packages/zoom-controller/CHANGELOG.md index 9cc4d9d..2fefcf6 100644 --- a/packages/zoom-controller/CHANGELOG.md +++ b/packages/zoom-controller/CHANGELOG.md @@ -1,3 +1,10 @@ +## @cesium-extends/zoom-control [1.2.2](https://github.com/hongfaqiu/cesium-extends/compare/@cesium-extends/zoom-control@1.2.1...@cesium-extends/zoom-control@1.2.2) (2024-11-25) + + +### Bug Fixes + +* **release:** import json with { type: "json" } ([5f533a2](https://github.com/hongfaqiu/cesium-extends/commit/5f533a2ea9b3864c2f70a52f6a55a5514440e133)) + ## @cesium-extends/zoom-control [1.2.1](https://github.com/hongfaqiu/cesium-extends/compare/@cesium-extends/zoom-control@1.2.0...@cesium-extends/zoom-control@1.2.1) (2024-05-13) ### Bug Fixes diff --git a/packages/zoom-controller/package.json b/packages/zoom-controller/package.json index ec28fae..0fc49a3 100644 --- a/packages/zoom-controller/package.json +++ b/packages/zoom-controller/package.json @@ -1,6 +1,6 @@ { "name": "@cesium-extends/zoom-control", - "version": "1.2.1", + "version": "1.2.2", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js",