diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c8c83dc..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.17" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..49087f2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## [1.1.0](https://github.com/ASBTEC/BAC-app/compare/bac-app-v1.0.17...bac-app-v1.1.0) (2026-07-10) + + +### Features + +* added exhibitor name in the timetable view ([d9929cd](https://github.com/ASBTEC/BAC-app/commit/d9929cd82cf27c49e7775f6c0f6f1844d5c7f455)) +* added exhibitor types in the exhibitor details ([2b9b13d](https://github.com/ASBTEC/BAC-app/commit/2b9b13d194a2a6b8acee0fa143baea4a0e0a5372)) +* added new photos of speakers and modified others ([c2f5dcf](https://github.com/ASBTEC/BAC-app/commit/c2f5dcfe464f07208e8bf33c43d3fcf7862df9e3)) +* bumped version ([c3d3f53](https://github.com/ASBTEC/BAC-app/commit/c3d3f53cd336f0fa2adc3d6ccafcc0953ba5053e)) +* changed biobac svg with letters into filled black color ([ae36316](https://github.com/ASBTEC/BAC-app/commit/ae36316f18fcd172399f28a578f01a2afcc85537)) +* changed category pictures pannel to be circular ([07f192a](https://github.com/ASBTEC/BAC-app/commit/07f192a1c7d72d0714dd9267548f4a8997edc7af)) +* changed events, added bounding boxes for torres map ([0af369a](https://github.com/ASBTEC/BAC-app/commit/0af369a9d203b9a53b70271eb6007f72ba308e78)) +* changed the background of profile pictures to white ([05e38f9](https://github.com/ASBTEC/BAC-app/commit/05e38f9fdb24f73025b6665f9dfb8af6cc3f6f7f)) +* fixed map tap on real hardware ([9143dc2](https://github.com/ASBTEC/BAC-app/commit/9143dc2c4536adc665ed76a0e4d2321f53c22ddb)) diff --git a/app.json b/app.json index cd32c26..cffa8a6 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "BAC", "slug": "bac-app", - "version": "1.0.33", + "version": "1.1.0", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "bacapp", diff --git a/package-lock.json b/package-lock.json index fcf4c5f..ad2624c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bac-app", - "version": "1.0.31", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bac-app", - "version": "1.0.31", + "version": "1.1.0", "dependencies": { "@expo/metro-runtime": "~6.1.2", "@expo/vector-icons": "^15.0.2", diff --git a/package.json b/package.json index dcbaf36..cf88f02 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bac-app", "main": "expo-router/entry", - "version": "1.0.33", + "version": "1.1.0", "scripts": { "start": "expo start", "reset-project": "node ./scripts/reset-project.js",