From 13c3438997ae2b4fd97513735ff585768c957809 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:02:29 +0100 Subject: [PATCH] chore(main): release 1.6.1 (#236) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ app.json | 6 +++--- package.json | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c263505..bdff5e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.1](https://github.com/graasp/graasp-mobile/compare/v1.6.0...v1.6.1) (2025-01-13) + + +### Bug Fixes + +* fix tags endpoint and optimise tag display ([#235](https://github.com/graasp/graasp-mobile/issues/235)) ([8f85571](https://github.com/graasp/graasp-mobile/commit/8f85571c7fd01f215903baeb5da48cf33dede924)) + ## [1.6.0](https://github.com/graasp/graasp-mobile/compare/v1.5.2...v1.6.0) (2024-12-16) diff --git a/app.json b/app.json index b9fe2a2..01e51e0 100644 --- a/app.json +++ b/app.json @@ -3,7 +3,7 @@ "name": "Graasp", "slug": "graasp-mobile-builder", "owner": "graasp", - "version": "1.6.0", + "version": "1.6.1", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "graasp-mobile", @@ -23,7 +23,7 @@ "ios": { "supportsTablet": true, "bundleIdentifier": "org.graasp.mobile", - "buildNumber": "1.6.0", + "buildNumber": "1.6.1", "associatedDomains": [ "applinks:mobile.graasp.org" ], @@ -36,7 +36,7 @@ } }, "android": { - "versionCode": 500010600, + "versionCode": 500010601, "adaptiveIcon": { "foregroundImage": "./assets/images/adaptive-icon.png", "backgroundColor": "#ffffff" diff --git a/package.json b/package.json index 3823f39..d54af50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-mobile", - "version": "1.6.0", + "version": "1.6.1", "main": "node_modules/expo/AppEntry.js", "private": true, "engines": {