Skip to content

Commit

Permalink
Merge pull request #45 from hopetambala/master
Browse files Browse the repository at this point in the history
Merge
  • Loading branch information
joseph-mccombs authored Nov 19, 2020
2 parents d72f683 + 17d9c97 commit 3c632c6
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 5 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [8.6.0](https://github.com/hopetambala/puente-reactnative-collect/compare/v8.5.0...v8.6.0) (2020-11-17)


### New Features

* add vitals form ui ([3c9fb10](https://github.com/hopetambala/puente-reactnative-collect/commit/3c9fb10bf924b9e1234d478a2c0d6489b96070bb))
* vitals form working 🎉 ([4b2b08d](https://github.com/hopetambala/puente-reactnative-collect/commit/4b2b08d98998735a315c61a74d34c44a5d3c072d))


### Housekeeping Tasks

* add I18n translations ([747f6a7](https://github.com/hopetambala/puente-reactnative-collect/commit/747f6a7fccc0fe1a3e4cbec87a8e38faa37cfa09))
* change changelog ([6cd4896](https://github.com/hopetambala/puente-reactnative-collect/commit/6cd489636d3d4d9a9d4f1ba40a8c37ea2b09e603))
* fix linting ([35b1c9d](https://github.com/hopetambala/puente-reactnative-collect/commit/35b1c9d9bb2a28e5231431384966e61c4dd6ea2c))
* fix linting issues ([807cddb](https://github.com/hopetambala/puente-reactnative-collect/commit/807cddb26dafe11c899d6ca3cfa21d209040130e))
* I18n translations ([6315b69](https://github.com/hopetambala/puente-reactnative-collect/commit/6315b695a067d762f4adec8fab94176ad3ff7057))
* merge master ([afa6370](https://github.com/hopetambala/puente-reactnative-collect/commit/afa6370503c674b37baa0709069ba8d337602092))


### Code Refactors

* linting ([7e25671](https://github.com/hopetambala/puente-reactnative-collect/commit/7e25671049d51b26078dcd77ba7833a668459d35))


### Bug fixes

* add purpose to application for using user's location ([7f01b18](https://github.com/hopetambala/puente-reactnative-collect/commit/7f01b18cedb7a75cbc800d3d426e92f2f10067c7))
* housheold manager view ([50e551c](https://github.com/hopetambala/puente-reactnative-collect/commit/50e551cf41e6a2758414484c7bb490d8385d3be2))

## [8.5.0](https://github.com/hopetambala/puente-reactnative-collect/compare/v8.4.0...v8.5.0) (2020-11-11)


Expand Down
11 changes: 7 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"android",
"web"
],
"version": "8.5.0",
"version": "8.6.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "myapp",
Expand All @@ -23,14 +23,17 @@
],
"ios": {
"supportsTablet": true,
"buildNumber": "8.5.0",
"bundleIdentifier": "io.ionic.starter1270348"
"buildNumber": "8.6.0",
"bundleIdentifier": "io.ionic.starter1270348",
"infoPlist": {
"NSLocationWhenInUseUsageDescription": "This app uses your location to geo-tag surveys accurately."
}
},
"web": {
"favicon": "./assets/images/favicon.png"
},
"android": {
"versionCode": 380080500,
"versionCode": 380080600,
"package": "io.ionic.starter1270348",
"softwareKeyboardLayoutMode": "pan"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puente-reactnative",
"version": "8.5.0",
"version": "8.6.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
Expand Down

0 comments on commit 3c632c6

Please sign in to comment.