diff --git a/.changeset/eighty-taxis-learn.md b/.changeset/eighty-taxis-learn.md deleted file mode 100644 index 09b728425..000000000 --- a/.changeset/eighty-taxis-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"geohub": patch ---- - -fix: handle fgbs which new datapipeline will upload together with PMTiles to make sure delete them when ingesting dataset is deleted. diff --git a/.changeset/fluffy-islands-draw.md b/.changeset/fluffy-islands-draw.md deleted file mode 100644 index 72f127cbc..000000000 --- a/.changeset/fluffy-islands-draw.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@undp-data/svelte-maplibre-storymap": patch -"geohub": patch ---- - -fix: removed max-height from storymap slide card content itself, but added max-height for storymap editor preview. diff --git a/.changeset/many-ants-shake.md b/.changeset/many-ants-shake.md deleted file mode 100644 index d33fa5d50..000000000 --- a/.changeset/many-ants-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"geohub": patch ---- - -fix: wrap user email address in metadata section of data, map and storymap page diff --git a/.changeset/nice-taxis-enjoy.md b/.changeset/nice-taxis-enjoy.md deleted file mode 100644 index 169fa8935..000000000 --- a/.changeset/nice-taxis-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"geohub": patch ---- - -fix: redirect to uploadeddata tab when finished data uploading diff --git a/packages/svelte-maplibre-storymap/CHANGELOG.md b/packages/svelte-maplibre-storymap/CHANGELOG.md index a551e2ce8..963bae979 100644 --- a/packages/svelte-maplibre-storymap/CHANGELOG.md +++ b/packages/svelte-maplibre-storymap/CHANGELOG.md @@ -1,5 +1,11 @@ # @undp-data/svelte-maplibre-storymap +## 0.3.18 + +### Patch Changes + +- cb7a7d4: fix: removed max-height from storymap slide card content itself, but added max-height for storymap editor preview. + ## 0.3.17 ### Patch Changes diff --git a/packages/svelte-maplibre-storymap/package.json b/packages/svelte-maplibre-storymap/package.json index 46b908818..dfffa0fdd 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.17", + "version": "0.3.18", "scripts": { "dev": "vite dev", "build": "vite build && npm run package", diff --git a/sites/geohub/CHANGELOG.md b/sites/geohub/CHANGELOG.md index db54ffa23..caf20044b 100644 --- a/sites/geohub/CHANGELOG.md +++ b/sites/geohub/CHANGELOG.md @@ -1,5 +1,14 @@ # geohub +## 1.16.20 + +### Patch Changes + +- bc9fd7c: fix: handle fgbs which new datapipeline will upload together with PMTiles to make sure delete them when ingesting dataset is deleted. +- cb7a7d4: fix: removed max-height from storymap slide card content itself, but added max-height for storymap editor preview. +- abf5653: fix: wrap user email address in metadata section of data, map and storymap page +- 4d21f0c: fix: redirect to uploadeddata tab when finished data uploading + ## 1.16.19 ### Patch Changes diff --git a/sites/geohub/package.json b/sites/geohub/package.json index a6ddc57e6..eb24dc0e8 100644 --- a/sites/geohub/package.json +++ b/sites/geohub/package.json @@ -1,6 +1,6 @@ { "name": "geohub", - "version": "1.16.19", + "version": "1.16.20", "description": "GeoHub is a geospatial visualization data portal built by UNDP using sveltekit", "scripts": { "dev": "pnpm prebuild && vite dev",