Skip to content

Commit

Permalink
chore(frontend): 0.4.13 (#161)
Browse files Browse the repository at this point in the history
- fix numerical query params.
- fix terrestrial cell IDs in mouse hover popups.
- fix missing dependency for `usePrevious` hook.
- refactor data fetching for DeckGL map layers.
- refactor shared `BaseMap` and `DataMap` components.
  • Loading branch information
eatyourgreens authored Oct 14, 2024
1 parent e000f43 commit 66e5bde
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.stage.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Staging environment - as production except for domain
services:
frontend:
image: ghcr.io/nismod/jsrat-frontend:0.4.12
image: ghcr.io/nismod/jsrat-frontend:0.4.13
platform: linux/amd64
build: ./frontend
ports:
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "irv-jamaica",
"version": "0.4.12",
"version": "0.4.13",
"private": true,
"type": "module",
"dependencies": {
Expand Down

0 comments on commit 66e5bde

Please sign in to comment.