Skip to content

Commit

Permalink
chore(release): 12.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hopetambala committed Nov 2, 2023
1 parent a8cf460 commit e1f63a0
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 8 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.

### [12.6.1](https://github.com/hopetambala/puente-reactnative-collect/compare/v12.5.4...v12.6.1) (2023-11-02)


### New Features

* Add toast when user completes supplementary form ([9226a34](https://github.com/hopetambala/puente-reactnative-collect/commit/9226a34e247320c32cbeb0851b882e24f4b1b419))


### Bug fixes

* Automatically tie resident to form upon submitting demographic and clicking next suggested form ([61eebc0](https://github.com/hopetambala/puente-reactnative-collect/commit/61eebc03bc2ca8ffb1507a81b47b00b18c6ba915))
* custom forms not clickable ([a8cf460](https://github.com/hopetambala/puente-reactnative-collect/commit/a8cf4600e3eb1081a16963cbb3334a7d4cfbd38f))
* Pinned forms of Puente forms not staying pinned ([f87e809](https://github.com/hopetambala/puente-reactnative-collect/commit/f87e8090c53edecef06231551cd413fa75c2108c))
* target new lowest build for Android (API Level 33) ([f61793a](https://github.com/hopetambala/puente-reactnative-collect/commit/f61793a127d6fa48332614804a214c8b4d501b17))
* Translation name of of forms for "Suggested next forms" view ([49240bf](https://github.com/hopetambala/puente-reactnative-collect/commit/49240bf686d1a3e7ed483c415e86ed55ab1cdb20))

## [12.6.0](https://github.com/hopetambala/puente-reactnative-collect/compare/v12.5.4...v12.6.0) (2023-09-10)


Expand Down
19 changes: 12 additions & 7 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
"expo": {
"name": "Collect",
"slug": "puente-reactnative-collect",
"platforms": ["ios", "android", "web"],
"version": "12.6.0",
"platforms": [
"ios",
"android",
"web"
],
"version": "12.6.1",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "myapp",
Expand All @@ -14,10 +18,12 @@
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"buildNumber": "12.6.0",
"buildNumber": "12.6.1",
"infoPlist": {
"NSLocationWhenInUseUsageDescription": "This app uses your location to geo-tag surveys accurately.",
"NSCameraUsageDescription": "This app uses photos to identify residents more accurately.",
Expand All @@ -30,7 +36,7 @@
"favicon": "./assets/images/favicon.png"
},
"android": {
"versionCode": 460120600,
"versionCode": 480120601,
"permissions": [
"ACCESS_COARSE_LOCATION",
"ACCESS_FINE_LOCATION",
Expand Down Expand Up @@ -67,7 +73,6 @@
"projectId": "04cfb8a1-9de3-4228-91d4-d2f43aeaed27"
}
},
"plugins": [
]
"plugins": []
}
}
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": "12.6.0",
"version": "12.6.1",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
Expand Down

0 comments on commit e1f63a0

Please sign in to comment.