Skip to content

Commit 34f4bf2

Browse files
chore(frontend): 0.4.14 (#174)
- new feature! Aggregated risk maps in the Risk section. - new stories for static pages (home page, data page, about page.) - refactors and fixes for deck.gl data layers. - dependency updates.
1 parent 6583e20 commit 34f4bf2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docker-compose.stage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Staging environment - as production except for domain
22
services:
33
frontend:
4-
image: ghcr.io/nismod/jsrat-frontend:0.4.13
4+
image: ghcr.io/nismod/jsrat-frontend:0.4.14
55
platform: linux/amd64
66
build: ./frontend
77
ports:

frontend/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "irv-jamaica",
3-
"version": "0.4.13",
3+
"version": "0.4.14",
44
"private": true,
55
"type": "module",
66
"dependencies": {

0 commit comments

Comments
 (0)