diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cf85a701..d995c3720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,47 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-09-05 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`studyu_app` - `v2.7.10`](#studyu_app---v2710) + - [`studyu_core` - `v4.4.7`](#studyu_core---v447) + - [`studyu_designer_v2` - `v1.9.1`](#studyu_designer_v2---v191) + - [`studyu_flutter_common` - `v1.8.8`](#studyu_flutter_common---v188) + +--- + +#### `studyu_app` - `v2.7.10` + + - **FIX**: schedule notifications for 7 days. + - **FIX**: refactor notification cancelling and add missing translations. + - **FIX**: upgrade to flutter v3.24.2. + - **FIX**: maybe prevent blank screen in notification debug view. + +#### `studyu_core` - `v4.4.7` + + - **FIX**: upgrade to flutter v3.24.2. + - **FIX**: result history filter. + +#### `studyu_designer_v2` - `v1.9.1` + + - **FIX**: upgrade to flutter v3.24.2. + - **FIX**: hotfix to sanitize export contents. + +#### `studyu_flutter_common` - `v1.8.8` + + - **FIX**: upgrade to flutter v3.24.2. + + ## 2024-08-12 ### Changes diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index bc822767f..b1dbbdb8d 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.7.10 + + - **FIX**: schedule notifications for 7 days. + - **FIX**: refactor notification cancelling and add missing translations. + - **FIX**: upgrade to flutter v3.24.2. + - **FIX**: maybe prevent blank screen in notification debug view. + ## 2.7.9 - **FIX**: upgrade deps. diff --git a/app/pubspec.lock b/app/pubspec.lock index 9d21a7944..e8a4fa5bb 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -1208,14 +1208,14 @@ packages: path: "../core" relative: true source: path - version: "4.4.6" + version: "4.4.7" studyu_flutter_common: dependency: "direct main" description: path: "../flutter_common" relative: true source: path - version: "1.8.7" + version: "1.8.8" supabase: dependency: "direct main" description: diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 89326c6f5..f540abe65 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_app -version: 2.7.9 +version: 2.7.10 description: Partake in digital N-of-1 trials with the innovative StudyU Health App publish_to: none homepage: https://studyu.health @@ -39,8 +39,8 @@ dependencies: sentry_flutter: ^8.8.0 sentry_logging: ^8.8.0 shared_preferences: ^2.3.2 - studyu_core: ^4.4.6 - studyu_flutter_common: ^1.8.7 + studyu_core: ^4.4.7 + studyu_flutter_common: ^1.8.8 supabase: ^2.3.0 supabase_flutter: ^2.6.0 timeline_tile: ^2.0.0 diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 00d17b8df..6da61ad2c 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,3 +1,8 @@ +## 4.4.7 + + - **FIX**: upgrade to flutter v3.24.2. + - **FIX**: result history filter. + ## 4.4.6 - **FIX**: upgrade deps. diff --git a/core/pubspec.yaml b/core/pubspec.yaml index 3240bbc9f..0d5ad595b 100644 --- a/core/pubspec.yaml +++ b/core/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_core -version: 4.4.6 +version: 4.4.7 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 1f59cbc59..1687f4e89 100644 --- a/designer_v2/CHANGELOG.md +++ b/designer_v2/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.9.1 + + - **FIX**: upgrade to flutter v3.24.2. + - **FIX**: hotfix to sanitize export contents. + ## 1.9.0 - **FIX**: legend spacing. diff --git a/designer_v2/pubspec.lock b/designer_v2/pubspec.lock index dfe643908..147ca594a 100644 --- a/designer_v2/pubspec.lock +++ b/designer_v2/pubspec.lock @@ -1204,14 +1204,14 @@ packages: path: "../core" relative: true source: path - version: "4.4.6" + version: "4.4.7" studyu_flutter_common: dependency: "direct main" description: path: "../flutter_common" relative: true source: path - version: "1.8.7" + version: "1.8.8" supabase: dependency: "direct main" description: diff --git a/designer_v2/pubspec.yaml b/designer_v2/pubspec.yaml index 07e38231f..bfb11599d 100644 --- a/designer_v2/pubspec.yaml +++ b/designer_v2/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_designer_v2 -version: 1.9.0 +version: 1.9.1 description: Implement digital N-of-1 studies seamlessly with the StudyU Health Designer publish_to: none homepage: https://studyu.health @@ -35,8 +35,8 @@ dependencies: reactive_range_slider: ^2.1.0 riverpod_annotation: ^2.3.5 rxdart: ^0.28.0 - studyu_core: ^4.4.6 - studyu_flutter_common: ^1.8.7 + studyu_core: ^4.4.7 + studyu_flutter_common: ^1.8.8 supabase: ^2.3.0 supabase_flutter: ^2.6.0 url_launcher: ^6.3.0 diff --git a/flutter_common/CHANGELOG.md b/flutter_common/CHANGELOG.md index be7cd94b2..26895274d 100644 --- a/flutter_common/CHANGELOG.md +++ b/flutter_common/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.8.8 + + - **FIX**: upgrade to flutter v3.24.2. + ## 1.8.7 - **FIX**: upgrade deps. diff --git a/flutter_common/pubspec.lock b/flutter_common/pubspec.lock index f9a69ec0a..727cdff89 100644 --- a/flutter_common/pubspec.lock +++ b/flutter_common/pubspec.lock @@ -579,7 +579,7 @@ packages: path: "../core" relative: true source: path - version: "4.4.6" + version: "4.4.7" supabase: dependency: transitive description: diff --git a/flutter_common/pubspec.yaml b/flutter_common/pubspec.yaml index 70e0517e0..354faada6 100644 --- a/flutter_common/pubspec.yaml +++ b/flutter_common/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_flutter_common -version: 1.8.7 +version: 1.8.8 description: StudyU common flutter components and functions for app and designer homepage: https://studyu.health repository: https://github.com/hpi-studyu/studyu @@ -14,7 +14,7 @@ dependencies: flutter_secure_storage: ^9.2.2 lint: ^2.3.0 shared_preferences: ^2.3.2 - studyu_core: ^4.4.6 + studyu_core: ^4.4.7 supabase_flutter: ^2.6.0 synchronized: ^3.2.0 uuid: ^4.5.0