Skip to content

Commit

Permalink
chore(main): release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 29, 2024
1 parent 56211af commit e9d55b6
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.2.0](https://github.com/graasp/graasp-mobile/compare/v1.1.14...v1.2.0) (2024-04-29)


### Features

* change application name to Graasp ([#200](https://github.com/graasp/graasp-mobile/issues/200)) ([09c1005](https://github.com/graasp/graasp-mobile/commit/09c10054da416954f42cd5a138ad6015295c7556))
* update ios sdk ([#203](https://github.com/graasp/graasp-mobile/issues/203)) ([56211af](https://github.com/graasp/graasp-mobile/commit/56211af95bff7a2e19d43e47205a8eb3a27d3012))


### Bug Fixes

* build aab app ([e1e3c83](https://github.com/graasp/graasp-mobile/commit/e1e3c8367ee1211d07d7859044caab7a4b9f1883))

## [1.1.14](https://github.com/graasp/graasp-mobile/compare/v1.1.13...v1.1.14) (2024-04-23)

### Miscellaneous Chores
Expand Down
19 changes: 13 additions & 6 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Graasp",
"slug": "graasp-mobile-builder",
"owner": "graasp",
"version": "1.1.14",
"version": "1.2.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "graasp-mobile",
Expand All @@ -17,12 +17,16 @@
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "org.graasp.mobile",
"buildNumber": "1.1.14",
"associatedDomains": ["applinks:mobile.graasp.org"],
"buildNumber": "1.2.0",
"associatedDomains": [
"applinks:mobile.graasp.org"
],
"infoPlist": {
"NSCameraUsageDescription": "Allow access to the camera to take and upload photos to Graasp. These photos can also be used to update your profile picture.",
"NSPhotoLibraryUsageDescription": "Allow access to photos in order to upload photos from your library to Graasp. These photos can be then used within your account on Graasp."
Expand All @@ -32,7 +36,7 @@
}
},
"android": {
"versionCode": 500010114,
"versionCode": 500010200,
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
Expand All @@ -49,7 +53,10 @@
"pathPrefix": "/auth"
}
],
"category": ["BROWSABLE", "DEFAULT"]
"category": [
"BROWSABLE",
"DEFAULT"
]
}
]
},
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": "graasp-mobile",
"version": "1.1.14",
"version": "1.2.0",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"engines": {
Expand Down

0 comments on commit e9d55b6

Please sign in to comment.