Skip to content

Commit

Permalink
Version Packages (#1116)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 11, 2023
1 parent ba30a62 commit 04362c1
Show file tree
Hide file tree
Showing 15 changed files with 65 additions and 34 deletions.
10 changes: 0 additions & 10 deletions .changeset/little-singers-stare.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/popular-keys-tie.md

This file was deleted.

12 changes: 12 additions & 0 deletions apps/electricity-dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @undp-data/electricity-dashboard

## 0.0.4

### Patch Changes

- 58055ac: removed prepare script from packages
- ba30a62: add prepack and postpack script to move package folder before publishing and back to original folder after publishing
- Updated dependencies [58055ac]
- Updated dependencies [ba30a62]
- @undp-data/svelte-undp-design@0.0.4
- @undp-data/current-location@0.0.3
- @undp-data/style-switcher@0.0.3

## 0.0.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions apps/electricity-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@undp-data/electricity-dashboard",
"version": "0.0.3",
"version": "0.0.4",
"description": "This dashboard app is to visualise electricity data in GeoHub",
"main": "package/index.js",
"scripts": {
Expand Down Expand Up @@ -43,9 +43,9 @@
"type": "module",
"dependencies": {
"@creativebulma/bulma-tooltip": "^1.2.0",
"@undp-data/current-location": "workspace:^0.0.2",
"@undp-data/style-switcher": "workspace:^0.0.2",
"@undp-data/svelte-undp-design": "workspace:^0.0.3",
"@undp-data/current-location": "workspace:^0.0.3",
"@undp-data/style-switcher": "workspace:^0.0.3",
"@undp-data/svelte-undp-design": "workspace:^0.0.4",
"@watergis/svelte-maplibre-menu": "^0.1.17",
"chroma-js": "^2.4.2",
"d3-format": "^3.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/current-location/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @undp-data/current-location

## 0.0.3

### Patch Changes

- 58055ac: removed prepare script from packages
- ba30a62: add prepack and postpack script to move package folder before publishing and back to original folder after publishing

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/current-location/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@undp-data/current-location",
"version": "0.0.2",
"version": "0.0.3",
"description": "This package is to show admin information at current map position in GeoHub",
"main": "package/index.js",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/geohub-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @undp-data/geohub-cli

## 1.0.1

### Patch Changes

- 58055ac: removed prepare script from packages
2 changes: 1 addition & 1 deletion packages/geohub-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@undp-data/geohub-cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "This repository is to manage CLI tools for GeoHub",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/style-switcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @undp-data/style-switcher

## 0.0.3

### Patch Changes

- 58055ac: removed prepare script from packages
- ba30a62: add prepack and postpack script to move package folder before publishing and back to original folder after publishing

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/style-switcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@undp-data/style-switcher",
"version": "0.0.2",
"version": "0.0.3",
"description": "This package is to add basemap style switcher plugin to maplibre in GeoHub",
"main": "package/index.js",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions packages/style-viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @undp-data/style-viewer

## 0.0.3

### Patch Changes

- 58055ac: removed prepare script from packages
- ba30a62: add prepack and postpack script to move package folder before publishing and back to original folder after publishing
- Updated dependencies [58055ac]
- Updated dependencies [ba30a62]
- @undp-data/current-location@0.0.3

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/style-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@undp-data/style-viewer",
"version": "0.0.2",
"version": "0.0.3",
"description": "This package is to provide a simple maplibre style viewer in GeoHub",
"main": "package/index.js",
"scripts": {
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"type": "module",
"dependencies": {
"@undp-data/current-location": "workspace:^0.0.2",
"@undp-data/current-location": "workspace:^0.0.3",
"@watergis/maplibre-gl-legend": "^1.2.8",
"@watergis/svelte-maplibre-attribute-popup": "^0.0.12",
"@watergis/svelte-maplibre-export": "^0.1.20",
Expand Down
7 changes: 7 additions & 0 deletions packages/svelte-undp-design/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @undp-data/svelte-undp-design

## 0.0.4

### Patch Changes

- 58055ac: removed prepare script from packages
- ba30a62: add prepack and postpack script to move package folder before publishing and back to original folder after publishing

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-undp-design/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@undp-data/svelte-undp-design",
"version": "0.0.3",
"version": "0.0.4",
"description": "This package is to manage svelte components for UNDP design system in GeoHub",
"main": "package/index.js",
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions sites/geohub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@undp-data/current-location": "workspace:^0.0.2",
"@undp-data/electricity-dashboard": "workspace:^0.0.3",
"@undp-data/style-switcher": "workspace:^0.0.2",
"@undp-data/style-viewer": "workspace:^0.0.2",
"@undp-data/svelte-undp-design": "workspace:^0.0.3",
"@undp-data/current-location": "workspace:^0.0.3",
"@undp-data/electricity-dashboard": "workspace:^0.0.4",
"@undp-data/style-switcher": "workspace:^0.0.3",
"@undp-data/style-viewer": "workspace:^0.0.3",
"@undp-data/svelte-undp-design": "workspace:^0.0.4",
"@watergis/legend-symbol": "^0.2.3",
"@watergis/maplibre-gl-export": "^1.3.8",
"@watergis/svelte-maplibre-legend": "^0.1.23",
Expand Down

0 comments on commit 04362c1

Please sign in to comment.