Skip to content

Commit

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


### Bug Fixes

* **front:** handle rare case of cancelling login when submitting offline data ([a2567db](https://github.com/agrc/roadkill-mobile/commit/a2567dba03bee11640d532f94a91cdc317982084))
* **front:** more attempts to handle get location issues on android ([b767b06](https://github.com/agrc/roadkill-mobile/commit/b767b0619deac190e3d700899a10766d423dbd5c))


### Features

* **front:** add distracted driving message to new user form ([f71f218](https://github.com/agrc/roadkill-mobile/commit/f71f218581253b84c4ba026d34ca05e7e1e974aa))
* **front:** add offline maps caching note ([4bb2b58](https://github.com/agrc/roadkill-mobile/commit/4bb2b5842cfd377346a9050c5f6f019cc2a532b8)), closes [#149](https://github.com/agrc/roadkill-mobile/issues/149)
* **front:** implement Spanish translation ([f283b89](https://github.com/agrc/roadkill-mobile/commit/f283b8906dcb026e03feebf83a5ef43180f53a92)), closes [#67](https://github.com/agrc/roadkill-mobile/issues/67)



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


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Press "j" in console after starting expo project. See [Expo Debugging & Profilin

| git branch | app version | runtime version | deployed | release-channel | expo version |
|------------|-------------|-----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------|--------------|
| dev | 3.0.7 | 2.0.0 | custom dev clients for simulators are in `src/front/dev-clients`, app has an orange icon (dev clients for for physical devices can be installed directly from the expo build website) | default | 49 |
| dev | 3.0.7 | 2.1.0 | custom dev clients for simulators are in `src/front/dev-clients`, app has an orange icon (dev clients for for physical devices can be installed directly from the expo build website) | default | 49 |
| staging | 3.0.7 | 2.0.0 | [TestFlight](https://appstoreconnect.apple.com/apps/1613421729/testflight) and [Google Play internal testing](https://play.google.com/console/u/1/developers/6377537875100906890/app/4974417822540767109/tracks/internal-testing) separate apps from production with a blue icon | staging | 49 |
| production | 3.0.6 | 1.0.5 | App Stores | production | 47 |

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-615"
"version": "v3.0.7-617"
}
4 changes: 2 additions & 2 deletions 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 = 615;
const buildNumber = 617;

export default {
name,
Expand Down Expand Up @@ -141,7 +141,7 @@ export default {
/* required for eas update command
bump major version when upgrading expo version
*/
runtimeVersion: '2.0.0',
runtimeVersion: '2.1.0',
updates: {
url: 'https://u.expo.dev/648c99de-696c-4704-8723-7f8838dc6896',
},
Expand Down

0 comments on commit f888185

Please sign in to comment.