diff --git a/CHANGELOG.md b/CHANGELOG.md index 355173969..ff96786ca 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-07-14 + +### Changes + +--- + +Packages with breaking changes: + + - [`studyu_app` - `v2.7.6`](#studyu_app---v276) + - [`studyu_core` - `v4.4.3`](#studyu_core---v443) + - [`studyu_designer_v2` - `v1.8.1`](#studyu_designer_v2---v181) + - [`studyu_flutter_common` - `v1.8.4`](#studyu_flutter_common---v184) + +Packages with other changes: + + - There are no other changes in this release. + +Packages graduated to a stable release (see pre-releases prior to the stable version for changelog entries): + + - `studyu_app` - `v2.7.6` + - `studyu_core` - `v4.4.3` + - `studyu_designer_v2` - `v1.8.1` + - `studyu_flutter_common` - `v1.8.4` + +--- + +#### `studyu_app` - `v2.7.6` + +#### `studyu_core` - `v4.4.3` + +#### `studyu_designer_v2` - `v1.8.1` + +#### `studyu_flutter_common` - `v1.8.4` + + ## 2024-07-01 ### Changes diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index 01c444077..088190757 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.7.6 + + - Graduate package to a stable release. See pre-releases prior to this version for changelog entries. + ## 2.7.6-dev.3 - **REFACTOR**: migrate to riverpod code generation 2. diff --git a/app/pubspec.yaml b/app/pubspec.yaml index c84346211..31eb02c10 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_app -version: 2.7.6-dev.3 +version: 2.7.6 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.3.0 sentry_logging: ^8.3.0 shared_preferences: ^2.2.3 - studyu_core: ^4.4.3-dev.2 - studyu_flutter_common: ^1.8.4-dev.2 + studyu_core: ^4.4.3 + studyu_flutter_common: ^1.8.4 supabase: ^2.2.4 supabase_flutter: ^2.5.8 timeline_tile: ^2.0.0 diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 342eeb886..473263d25 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.4.3 + + - Graduate package to a stable release. See pre-releases prior to this version for changelog entries. + ## 4.4.3-dev.2 - **FIX**: keep eligibility criterion. diff --git a/core/pubspec.yaml b/core/pubspec.yaml index fd93127ba..ea9ef6869 100644 --- a/core/pubspec.yaml +++ b/core/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_core -version: 4.4.3-dev.2 +version: 4.4.3 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 70e092164..c1d178d31 100644 --- a/designer_v2/CHANGELOG.md +++ b/designer_v2/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.8.1 + + - Graduate package to a stable release. See pre-releases prior to this version for changelog entries. + ## 1.8.1-dev.3 - **REFACTOR**: migrated auth_form_controller.dart to riverpod v2. diff --git a/designer_v2/pubspec.yaml b/designer_v2/pubspec.yaml index d93bf123e..ad1a8f78a 100644 --- a/designer_v2/pubspec.yaml +++ b/designer_v2/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_designer_v2 -version: 1.8.1-dev.3 +version: 1.8.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.27.7 # custom_lint 0.6.4 - studyu_core: ^4.4.3-dev.2 - studyu_flutter_common: ^1.8.4-dev.2 + studyu_core: ^4.4.3 + studyu_flutter_common: ^1.8.4 supabase: ^2.2.4 supabase_flutter: ^2.5.8 url_launcher: ^6.3.0 diff --git a/flutter_common/CHANGELOG.md b/flutter_common/CHANGELOG.md index 0dae1fb3b..cd9ce3984 100644 --- a/flutter_common/CHANGELOG.md +++ b/flutter_common/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.8.4 + + - Graduate package to a stable release. See pre-releases prior to this version for changelog entries. + ## 1.8.4-dev.2 - **FIX**: formatting issues. diff --git a/flutter_common/pubspec.yaml b/flutter_common/pubspec.yaml index 8f733f80c..35ca0f9f9 100644 --- a/flutter_common/pubspec.yaml +++ b/flutter_common/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_flutter_common -version: 1.8.4-dev.2 +version: 1.8.4 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.2.3 # Can be removed after migrating phase - studyu_core: ^4.4.3-dev.2 + studyu_core: ^4.4.3 supabase_flutter: ^2.5.8 synchronized: ^3.1.0+1 uuid: ^4.4.2