diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e3e0b4..a51dead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app.json b/app.json index 0e7fba2..fce5fd0 100644 --- a/app.json +++ b/app.json @@ -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", @@ -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." @@ -32,7 +36,7 @@ } }, "android": { - "versionCode": 500010114, + "versionCode": 500010200, "adaptiveIcon": { "foregroundImage": "./assets/images/adaptive-icon.png", "backgroundColor": "#ffffff" @@ -49,7 +53,10 @@ "pathPrefix": "/auth" } ], - "category": ["BROWSABLE", "DEFAULT"] + "category": [ + "BROWSABLE", + "DEFAULT" + ] } ] }, diff --git a/package.json b/package.json index 699e5dc..373b360 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-mobile", - "version": "1.1.14", + "version": "1.2.0", "main": "node_modules/expo/AppEntry.js", "private": true, "engines": {