Skip to content

Commit 1f2f1af

Browse files
chore(frontend): 0.4.12 (#152)
- persist selected asset features in the page URL. - upgrade Material UI to v6. - minor and patch updates for other dependencies.
1 parent 6e51e60 commit 1f2f1af

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.11
4+
image: ghcr.io/nismod/jsrat-frontend:0.4.12
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.11",
3+
"version": "0.4.12",
44
"private": true,
55
"type": "module",
66
"dependencies": {

0 commit comments

Comments
 (0)