Skip to content

Commit

Permalink
release: v3.0.7 (624)
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Nov 27, 2023
1 parent d59766b commit 5e00e76
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [v3.0.7-624](https://github.com/agrc/roadkill-mobile/compare/v3.0.7-617...v3.0.7-624) (2023-11-21)


### Bug Fixes

* **back:** hand invalid apple refresh tokens ([b19d342](https://github.com/agrc/roadkill-mobile/commit/b19d342fbd0a1f13bbf9dd2bc9824c5159f574f6))
* **back:** handle expired apple refresh tokens ([2f29a9b](https://github.com/agrc/roadkill-mobile/commit/2f29a9b87826ea5458a45b31addc439fbff0067d))
* **front:** bump sentry to help with source maps uploading ([26737b6](https://github.com/agrc/roadkill-mobile/commit/26737b67e147b877a4cb4a83fd0d8d692e3f8fa5))
* **front:** fix overflowing search list in species component ([57b1c24](https://github.com/agrc/roadkill-mobile/commit/57b1c245e156ea6f7779882d38e6333856108f0e))
* **front:** make apple auth more reliable ([0f2d5bd](https://github.com/agrc/roadkill-mobile/commit/0f2d5bdd5f2ecd47bc9643fadc761c8c2c96a044))



## [v3.0.7-617](https://github.com/agrc/roadkill-mobile/compare/v3.0.7-615...v3.0.7-617) (2023-11-21)


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-617"
"version": "v3.0.7-624"
}
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 = 617;
const buildNumber = 624;

export default {
name,
Expand Down
5 changes: 5 additions & 0 deletions src/front/services/constants.json.lazy
Original file line number Diff line number Diff line change
Expand Up @@ -1844,6 +1844,11 @@
"id": 44,
"name": "Hideout",
"org_type": "agency"
},
{
"id": 45,
"name": "Draper City Public Works",
"org_type": "agency"
}
]
}

0 comments on commit 5e00e76

Please sign in to comment.