From de661ee8e05cfa85242c10fb3e0aced35a2e1ca9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 10:34:07 +0100 Subject: [PATCH] Version Packages (#20) Co-authored-by: github-actions[bot] --- .changeset/grumpy-eggs-greet.md | 5 ----- packages/maplibre-gl-legend/CHANGELOG.md | 6 ++++++ packages/maplibre-gl-legend/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/grumpy-eggs-greet.md diff --git a/.changeset/grumpy-eggs-greet.md b/.changeset/grumpy-eggs-greet.md deleted file mode 100644 index 2358f4f..0000000 --- a/.changeset/grumpy-eggs-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@watergis/maplibre-gl-legend": patch ---- - -fix: only load sprite file if sprite property in style is available diff --git a/packages/maplibre-gl-legend/CHANGELOG.md b/packages/maplibre-gl-legend/CHANGELOG.md index 85c66ec..40c970e 100644 --- a/packages/maplibre-gl-legend/CHANGELOG.md +++ b/packages/maplibre-gl-legend/CHANGELOG.md @@ -1,5 +1,11 @@ # @watergis/maplibre-gl-legend +## 2.0.4 + +### Patch Changes + +- 0dfb343: fix: only load sprite file if sprite property in style is available + ## 2.0.3 ### Patch Changes diff --git a/packages/maplibre-gl-legend/package.json b/packages/maplibre-gl-legend/package.json index 81b8828..b63138c 100644 --- a/packages/maplibre-gl-legend/package.json +++ b/packages/maplibre-gl-legend/package.json @@ -1,6 +1,6 @@ { "name": "@watergis/maplibre-gl-legend", - "version": "2.0.3", + "version": "2.0.4", "description": "This module adds legend control which is able to create legend panel from mapbox style to mapbox-gl-legend", "main": "dist/maplibre-gl-legend.umd.js", "types": "./dist/types/index.d.ts",