From 00fe3a1bd39e65e3d62c45fe78c90948643050cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:51:40 +0100 Subject: [PATCH] Version Packages (#4203) Co-authored-by: github-actions[bot] --- .changeset/dry-otters-turn.md | 5 ----- .changeset/odd-radios-type.md | 5 ----- .changeset/silent-files-shave.md | 5 ----- packages/svelte-maplibre-storymap/CHANGELOG.md | 7 +++++++ packages/svelte-maplibre-storymap/package.json | 2 +- sites/geohub/CHANGELOG.md | 6 ++++++ sites/geohub/package.json | 2 +- 7 files changed, 15 insertions(+), 17 deletions(-) delete mode 100644 .changeset/dry-otters-turn.md delete mode 100644 .changeset/odd-radios-type.md delete mode 100644 .changeset/silent-files-shave.md diff --git a/.changeset/dry-otters-turn.md b/.changeset/dry-otters-turn.md deleted file mode 100644 index da167c03c..000000000 --- a/.changeset/dry-otters-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@undp-data/svelte-maplibre-storymap": patch ---- - -fix: fixed the layout of header preview with logo in sidebar diff --git a/.changeset/odd-radios-type.md b/.changeset/odd-radios-type.md deleted file mode 100644 index b300fe4d3..000000000 --- a/.changeset/odd-radios-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"geohub": patch ---- - -fix: fixed bug of sidebar preview at storymap editor, and pagination control of storymap. diff --git a/.changeset/silent-files-shave.md b/.changeset/silent-files-shave.md deleted file mode 100644 index 8ed2816ac..000000000 --- a/.changeset/silent-files-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@undp-data/svelte-maplibre-storymap": patch ---- - -fix: fixed bug of not able to use pagination when storymap header page is shown. diff --git a/packages/svelte-maplibre-storymap/CHANGELOG.md b/packages/svelte-maplibre-storymap/CHANGELOG.md index 5b22f7f94..a551e2ce8 100644 --- a/packages/svelte-maplibre-storymap/CHANGELOG.md +++ b/packages/svelte-maplibre-storymap/CHANGELOG.md @@ -1,5 +1,12 @@ # @undp-data/svelte-maplibre-storymap +## 0.3.17 + +### Patch Changes + +- 7289107: fix: fixed the layout of header preview with logo in sidebar +- 03573c9: fix: fixed bug of not able to use pagination when storymap header page is shown. + ## 0.3.16 ### Patch Changes diff --git a/packages/svelte-maplibre-storymap/package.json b/packages/svelte-maplibre-storymap/package.json index 5d8d7bd89..46b908818 100644 --- a/packages/svelte-maplibre-storymap/package.json +++ b/packages/svelte-maplibre-storymap/package.json @@ -1,7 +1,7 @@ { "name": "@undp-data/svelte-maplibre-storymap", "description": "This component is to create maplibre storymap from config.", - "version": "0.3.16", + "version": "0.3.17", "scripts": { "dev": "vite dev", "build": "vite build && npm run package", diff --git a/sites/geohub/CHANGELOG.md b/sites/geohub/CHANGELOG.md index 47af76564..db54ffa23 100644 --- a/sites/geohub/CHANGELOG.md +++ b/sites/geohub/CHANGELOG.md @@ -1,5 +1,11 @@ # geohub +## 1.16.19 + +### Patch Changes + +- 03573c9: fix: fixed bug of sidebar preview at storymap editor, and pagination control of storymap. + ## 1.16.18 ### Patch Changes diff --git a/sites/geohub/package.json b/sites/geohub/package.json index 413cfdf50..a6ddc57e6 100644 --- a/sites/geohub/package.json +++ b/sites/geohub/package.json @@ -1,6 +1,6 @@ { "name": "geohub", - "version": "1.16.18", + "version": "1.16.19", "description": "GeoHub is a geospatial visualization data portal built by UNDP using sveltekit", "scripts": { "dev": "pnpm prebuild && vite dev",