Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 8, 2024
1 parent 3f1bf2a commit cf633e0
Show file tree
Hide file tree
Showing 20 changed files with 34 additions and 73 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-spiders-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-drinks-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-poets-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-drinks-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-spoons-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-gorillas-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-items-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-horses-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-garlics-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-parents-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-ladybugs-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-zoos-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-timers-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-berries-smash.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/svelte-static-image-controls/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @undp-data/svelte-geohub-static-image-controls

## 1.0.1

### Patch Changes

- Updated dependencies [a2e8253]
- @undp-data/undp-bulma@0.0.12

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-static-image-controls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@undp-data/svelte-geohub-static-image-controls",
"version": "1.0.0",
"version": "1.0.1",
"description": "This package is to add controls for GeoHub Static Image API",
"scripts": {
"dev": "vite dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/undp-bulma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @undp-data/undp-bulma

## 0.0.12

### Patch Changes

- a2e8253: chore: upgrade vite to v5

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/undp-bulma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@undp-data/undp-bulma",
"version": "0.0.11",
"version": "0.0.12",
"description": "This package is to manage customised Bulma css for UNDP GeoHub",
"type": "module",
"main": "bulma.scss",
Expand Down
18 changes: 18 additions & 0 deletions sites/geohub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# geohub

## 1.1.1

### Patch Changes

- fde14c9: fix: unified the icon size and color for data tab/layer tab and style editor
- 3b0f019: fix: upgraded sveltekit to v2. fixed maplibre-gl imports for the SSR pages in GeoHub
- d79557b: fix: add notification icon (!) to show data accesibility in data tab accordion if dataset is not public access.
- dc4161c: fix: improved colormap picker. add chevron icon button to show it is an action button to change colormap
- 5fbcbcd: refactor: move histogram to style editor
- dc4161c: fix: moved classification switch button to an independent selectbox to switch between linear colormap or advanced classification
- d8052ae: fix: replaced history.replaceState to goto method with replaceState parameter = true or replaceState from $app/navigation
- d2230e0: fix: fixed layout collapse for vector simulation component
- 5fa4a6c: fix: pass '' to the second argument of replaceState
- 88c268a: fix: add fontWeight prop in Tabs component, and removed semibold from tabs.
- 384c741: fix: add same margin-left and margin-right for data tab, layer tab
- 3f1bf2a: chore: update maplibre-gl-tour and tourguidejs versions
- 9b5d2b0: fix: unified table header font size for color/value classify

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion sites/geohub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geohub",
"version": "1.1.0",
"version": "1.1.1",
"description": "GeoHub is a geospatial visualization data portal built by UNDP using sveltekit",
"scripts": {
"dev": "vite dev",
Expand Down

0 comments on commit cf633e0

Please sign in to comment.