From 26044ecbb2ce0a9f18fec73553212fe9fb0000ba Mon Sep 17 00:00:00 2001 From: Johannes Vedder Date: Wed, 24 Jul 2024 13:29:47 +0200 Subject: [PATCH] chore(release): publish packages - studyu_app@2.7.8 - studyu_core@4.4.5 - studyu_designer_v2@1.8.3 - studyu_flutter_common@1.8.6 --- CHANGELOG.md | 38 +++++++++++++++++++++++++++++++++++++ app/CHANGELOG.md | 6 ++++++ app/pubspec.yaml | 6 +++--- core/CHANGELOG.md | 4 ++++ core/pubspec.yaml | 2 +- designer_v2/CHANGELOG.md | 4 ++++ designer_v2/pubspec.yaml | 6 +++--- flutter_common/CHANGELOG.md | 4 ++++ flutter_common/pubspec.yaml | 4 ++-- 9 files changed, 65 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8118ce19c..dd21707d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,44 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-07-24 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`studyu_app` - `v2.7.8`](#studyu_app---v278) + - [`studyu_core` - `v4.4.5`](#studyu_core---v445) + - [`studyu_designer_v2` - `v1.8.3`](#studyu_designer_v2---v183) + - [`studyu_flutter_common` - `v1.8.6`](#studyu_flutter_common---v186) + +--- + +#### `studyu_app` - `v2.7.8` + + - **FIX**: safety check. + - **FIX**: outdated cached subject. + - **FIX**: upgrade deps. + +#### `studyu_core` - `v4.4.5` + + - **FIX**: upgrade deps. + +#### `studyu_designer_v2` - `v1.8.3` + + - **FIX**: upgrade deps. + +#### `studyu_flutter_common` - `v1.8.6` + + - **FIX**: upgrade deps. + + ## 2024-07-15 ### Changes diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index 85b6144d8..6d7f4a764 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.7.8 + + - **FIX**: safety check. + - **FIX**: outdated cached subject. + - **FIX**: upgrade deps. + ## 2.7.7 - **FIX**: upgrade deps. diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 18b5145e9..d7218586b 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_app -version: 2.7.7 +version: 2.7.8 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.4.0 sentry_logging: ^8.4.0 shared_preferences: ^2.2.3 - studyu_core: ^4.4.4 - studyu_flutter_common: ^1.8.5 + studyu_core: ^4.4.5 + studyu_flutter_common: ^1.8.6 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 4cebbd4ab..863fd3cdd 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.4.5 + + - **FIX**: upgrade deps. + ## 4.4.4 - **FIX**: upgrade deps. diff --git a/core/pubspec.yaml b/core/pubspec.yaml index c7648d2b3..d93489a44 100644 --- a/core/pubspec.yaml +++ b/core/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_core -version: 4.4.4 +version: 4.4.5 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 ba91a69b8..73e4ca2b2 100644 --- a/designer_v2/CHANGELOG.md +++ b/designer_v2/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.8.3 + + - **FIX**: upgrade deps. + ## 1.8.2 - **FIX**: upgrade deps. diff --git a/designer_v2/pubspec.yaml b/designer_v2/pubspec.yaml index ac695507c..31e950153 100644 --- a/designer_v2/pubspec.yaml +++ b/designer_v2/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_designer_v2 -version: 1.8.2 +version: 1.8.3 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.4 - studyu_flutter_common: ^1.8.5 + studyu_core: ^4.4.5 + studyu_flutter_common: ^1.8.6 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 74c36227b..bae83dfc2 100644 --- a/flutter_common/CHANGELOG.md +++ b/flutter_common/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.8.6 + + - **FIX**: upgrade deps. + ## 1.8.5 - **FIX**: upgrade deps. diff --git a/flutter_common/pubspec.yaml b/flutter_common/pubspec.yaml index c155378e3..2f78fa60c 100644 --- a/flutter_common/pubspec.yaml +++ b/flutter_common/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_flutter_common -version: 1.8.5 +version: 1.8.6 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.4 + studyu_core: ^4.4.5 supabase_flutter: ^2.5.8 synchronized: ^3.1.0+1 uuid: ^4.4.2