Skip to content

Commit

Permalink
release: v3.0.7 (639)
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Jan 5, 2024
1 parent 1f8a4a5 commit 64c94d8
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 18 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [v3.0.7-639](https://github.com/agrc/roadkill-mobile/compare/v3.0.7-638...v3.0.7-639) (2024-01-05)


### Bug Fixes

* **front:** fix regression bug that prevented confirmation alert on report cancel ([e9b68af](https://github.com/agrc/roadkill-mobile/commit/e9b68af0d9164e812c8dd1ba70f718c3decff786))



## [v3.0.7-638](https://github.com/agrc/roadkill-mobile/compare/v3.0.7-636...v3.0.7-638) (2024-01-03)


Expand Down
2 changes: 1 addition & 1 deletion changelog_context.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v3.0.7-638"
"version": "v3.0.7-639"
}
2 changes: 1 addition & 1 deletion src/front/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const names = {
const name = names[process.env.ENVIRONMENT];

// perhaps this bump could be automated using a combo of app.config.json and this file?
const buildNumber = 638;
const buildNumber = 639;

export default {
name,
Expand Down
32 changes: 16 additions & 16 deletions src/front/services/constants.json.lazy
Original file line number Diff line number Diff line change
Expand Up @@ -154,17 +154,6 @@
"rare": false,
"frequent": false
},
{
"species_id": 15,
"common_name": "Cougar (Mountiain Lion)",
"scientific_name": "Puma concolor",
"species_type": "wild",
"species_class": "mammals",
"species_order": "carnivores",
"family": "cats",
"rare": false,
"frequent": false
},
{
"species_id": 16,
"common_name": "Bobcat",
Expand Down Expand Up @@ -968,6 +957,17 @@
"rare": false,
"frequent": false
},
{
"species_id": 15,
"common_name": "Cougar (Mountain Lion)",
"scientific_name": "Puma concolor",
"species_type": "wild",
"species_class": "mammals",
"species_order": "carnivores",
"family": "cats",
"rare": false,
"frequent": false
},
{
"species_id": 91,
"common_name": "Long-nosed Leopard Lizard",
Expand Down Expand Up @@ -1855,11 +1855,6 @@
"name": "J Fulton Thompson Corp",
"org_type": "contractor"
},
{
"id": 47,
"name": "Utah Department if Environmental Quality",
"org_type": "agency"
},
{
"id": 48,
"name": "Kananb City",
Expand All @@ -1884,6 +1879,11 @@
"id": 52,
"name": "Utah Highway Patrol ",
"org_type": "agency"
},
{
"id": 47,
"name": "Utah Department of Environmental Quality",
"org_type": "agency"
}
]
}

0 comments on commit 64c94d8

Please sign in to comment.