diff --git a/CHANGELOG.md b/CHANGELOG.md index 3603fc876..ee1e70030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,41 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-04-23 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`studyu_app` - `v2.7.1`](#studyu_app---v271) + - [`studyu_core` - `v4.4.1`](#studyu_core---v441) + - [`studyu_flutter_common` - `v1.8.1`](#studyu_flutter_common---v181) + - [`studyu_designer_v2` - `v1.7.1`](#studyu_designer_v2---v171) + +Packages with dependency updates only: + +> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project. + + - `studyu_flutter_common` - `v1.8.1` + - `studyu_designer_v2` - `v1.7.1` + +--- + +#### `studyu_app` - `v2.7.1` + + - **FIX**: add NSCameraUsageDescription. ([bfdd5a9e](https://github.com/hpi-studyu/studyu/commit/bfdd5a9ea795b83152d8ccdd02dec8e0d30b2e7f)) + +#### `studyu_core` - `v4.4.1` + + - **FIX**: check if result is QuestionnaireState. ([c7535804](https://github.com/hpi-studyu/studyu/commit/c7535804281f9bbdf757a2eb11df03940eceeec9)) + + ## 2024-04-17 ### Changes diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index 2de44b91c..5e9296209 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.7.1 + + - **FIX**: add NSCameraUsageDescription. ([bfdd5a9e](https://github.com/hpi-studyu/studyu/commit/bfdd5a9ea795b83152d8ccdd02dec8e0d30b2e7f)) + ## 2.7.0 - **REFACTOR**: move blob_storage_handler.dart and add download feature. ([9546e7d0](https://github.com/hpi-studyu/studyu/commit/9546e7d094286f28933fab5b7a50b7048b48215e)) diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 1c206c33d..405ee3a5b 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_app -version: 2.7.0 +version: 2.7.1 description: Partake in digital N-of-1 trials with the innovative StudyU Health App publish_to: none homepage: https://studyu.health @@ -38,8 +38,8 @@ dependencies: sentry_flutter: ^7.20.0 sentry_logging: ^7.20.0 shared_preferences: ^2.2.3 - studyu_core: ^4.4.0 - studyu_flutter_common: ^1.8.0 + studyu_core: ^4.4.1 + studyu_flutter_common: ^1.8.1 supabase: ^2.1.1 supabase_flutter: ^2.5.1 timeline_tile: ^2.0.0 diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 8a32ae30b..628add53f 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.4.1 + + - **FIX**: check if result is QuestionnaireState. ([c7535804](https://github.com/hpi-studyu/studyu/commit/c7535804281f9bbdf757a2eb11df03940eceeec9)) + ## 4.4.0 - **REFACTOR**: use upload again. ([af9ec38e](https://github.com/hpi-studyu/studyu/commit/af9ec38e99f28688eba63c8037e74213b9762481)) diff --git a/core/pubspec.yaml b/core/pubspec.yaml index 60b22038b..ca55b430d 100644 --- a/core/pubspec.yaml +++ b/core/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_core -version: 4.4.0 +version: 4.4.1 description: This package contains StudyU models and common functions for the app and designer packages homepage: https://studyu.health repository: https://github.com/hpi-studyu/studyu diff --git a/designer_v2/CHANGELOG.md b/designer_v2/CHANGELOG.md index 876a40994..c33812d54 100644 --- a/designer_v2/CHANGELOG.md +++ b/designer_v2/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.7.1 + + - Update a dependency to the latest release. + ## 1.7.0 - **FIX**: style of photo capture button. ([7ec85382](https://github.com/hpi-studyu/studyu/commit/7ec853828a51e7aa454563786d782e9c8ffc4e22)) diff --git a/designer_v2/pubspec.yaml b/designer_v2/pubspec.yaml index c42fe7f20..9508b8946 100644 --- a/designer_v2/pubspec.yaml +++ b/designer_v2/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_designer_v2 -version: 1.7.0 +version: 1.7.1 description: Implement digital N-of-1 studies seamlessly with the StudyU Health Designer publish_to: none homepage: https://studyu.health @@ -32,8 +32,8 @@ dependencies: reactive_multi_select_flutter: ^2.0.0 reactive_range_slider: ^2.0.0 # reactive_forms <= 16.1.1 rxdart: ^0.27.7 - studyu_core: ^4.4.0 - studyu_flutter_common: ^1.8.0 + studyu_core: ^4.4.1 + studyu_flutter_common: ^1.8.1 supabase: ^2.1.1 supabase_flutter: ^2.5.1 url_launcher: ^6.2.6 diff --git a/flutter_common/CHANGELOG.md b/flutter_common/CHANGELOG.md index 8f6b2b848..17165e083 100644 --- a/flutter_common/CHANGELOG.md +++ b/flutter_common/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.8.1 + + - Update a dependency to the latest release. + ## 1.8.0 - **FIX**: migrateSharedPreferencesToSecureStorage data type. ([62f41ab8](https://github.com/hpi-studyu/studyu/commit/62f41ab8b0f18035c5405b1b02045ce2b2fe6008)) diff --git a/flutter_common/pubspec.yaml b/flutter_common/pubspec.yaml index 15af14099..12b5f82c5 100644 --- a/flutter_common/pubspec.yaml +++ b/flutter_common/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_flutter_common -version: 1.8.0 +version: 1.8.1 description: StudyU common flutter components and functions for app and designer homepage: https://studyu.health repository: https://github.com/hpi-studyu/studyu @@ -13,7 +13,7 @@ dependencies: flutter_dotenv: ^5.1.0 flutter_secure_storage: ^9.0.0 shared_preferences: ^2.2.2 # Can be removed after migrating phase - studyu_core: ^4.4.0 + studyu_core: ^4.4.1 supabase_flutter: ^2.5.1 uuid: ^4.4.0