diff --git a/.changeset/witty-wombats-doubt.md b/.changeset/witty-wombats-doubt.md deleted file mode 100644 index a9b5f10..0000000 --- a/.changeset/witty-wombats-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@watergis/maplibre-gl-sky": patch ---- - -fix: improved algorithm to get the correct time's sky definition. update sky when move map if location is not specified. diff --git a/packages/maplibre-gl-sky/CHANGELOG.md b/packages/maplibre-gl-sky/CHANGELOG.md index dc3f4c7..b645252 100644 --- a/packages/maplibre-gl-sky/CHANGELOG.md +++ b/packages/maplibre-gl-sky/CHANGELOG.md @@ -1,5 +1,11 @@ # @watergis/maplibre-gl-sky +## 0.0.3 + +### Patch Changes + +- 44d43cc: fix: improved algorithm to get the correct time's sky definition. update sky when move map if location is not specified. + ## 0.0.2 ### Patch Changes diff --git a/packages/maplibre-gl-sky/package.json b/packages/maplibre-gl-sky/package.json index 61ccaf5..2d6f1a7 100644 --- a/packages/maplibre-gl-sky/package.json +++ b/packages/maplibre-gl-sky/package.json @@ -1,7 +1,7 @@ { "name": "@watergis/maplibre-gl-sky", "description": "This repository is to add sky color to maplibre-gl-js smartly", - "version": "0.0.2", + "version": "0.0.3", "type": "module", "exports": { ".": {