From ae5cb7b36a13e6cfe7a22b44e8cb7e9e8c9a48d1 Mon Sep 17 00:00:00 2001 From: Johannes Vedder Date: Mon, 12 Aug 2024 18:16:09 +0200 Subject: [PATCH] chore(release): publish packages - studyu_app@2.7.9 - studyu_core@4.4.6 - studyu_designer_v2@1.9.0 - studyu_flutter_common@1.8.7 --- CHANGELOG.md | 57 +++++++++++++++++++++++++++++++++++++ app/CHANGELOG.md | 4 +++ app/pubspec.yaml | 6 ++-- core/CHANGELOG.md | 4 +++ core/pubspec.yaml | 2 +- designer_v2/CHANGELOG.md | 25 ++++++++++++++++ designer_v2/pubspec.yaml | 6 ++-- flutter_common/CHANGELOG.md | 4 +++ flutter_common/pubspec.yaml | 4 +-- 9 files changed, 103 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd21707d5..9cf85a701 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,63 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-08-12 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`studyu_app` - `v2.7.9`](#studyu_app---v279) + - [`studyu_core` - `v4.4.6`](#studyu_core---v446) + - [`studyu_designer_v2` - `v1.9.0`](#studyu_designer_v2---v190) + - [`studyu_flutter_common` - `v1.8.7`](#studyu_flutter_common---v187) + +--- + +#### `studyu_app` - `v2.7.9` + + - **FIX**: upgrade deps. + +#### `studyu_core` - `v4.4.6` + + - **FIX**: upgrade deps. + +#### `studyu_designer_v2` - `v1.9.0` + + - **FIX**: legend spacing. + - **FIX**: legend overflow. + - **FIX**: translation. + - **FIX**: overflow issues. + - **FIX**: participant info max intervention and survey count. + - **FIX**: intervention and observation wrong number in table. + - **FIX**: sort arrow. + - **FIX**: remove bar chart if no participant. + - **FIX**: translation. + - **FIX**: tooltip message. + - **FIX**: remove min visibility. + - **FIX**: style consistency for the close button, update style, and add translation. + - **FIX**: add close button to launch success dialog (public study). + - **FIX**: translation consistency. + - **FIX**: remove add participant action button from publish success dialog for public studies. + - **FIX**: reset invite codes if study gets published as public. + - **FIX**: check for unique invite codes in designer. + - **FIX**: upgrade deps. + - **FIX**: enable atLeastOneTask for intervention again". + - **FIX**: auto-save new study to prevent exception on intervention screen. + - **FEAT**: fix translations. + - **FEAT**: disable invite code creation for public studies. + +#### `studyu_flutter_common` - `v1.8.7` + + - **FIX**: upgrade deps. + + ## 2024-07-24 ### Changes diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index 6d7f4a764..bc822767f 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.7.9 + + - **FIX**: upgrade deps. + ## 2.7.8 - **FIX**: safety check. diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 34e233d3f..92fa5b012 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_app -version: 2.7.8 +version: 2.7.9 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.6.0 sentry_logging: ^8.6.0 shared_preferences: ^2.3.1 - studyu_core: ^4.4.5 - studyu_flutter_common: ^1.8.6 + studyu_core: ^4.4.6 + studyu_flutter_common: ^1.8.7 supabase: ^2.2.7 supabase_flutter: ^2.5.11 timeline_tile: ^2.0.0 diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 863fd3cdd..00d17b8df 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.4.6 + + - **FIX**: upgrade deps. + ## 4.4.5 - **FIX**: upgrade deps. diff --git a/core/pubspec.yaml b/core/pubspec.yaml index ef5bca1f6..50ff8d0e2 100644 --- a/core/pubspec.yaml +++ b/core/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_core -version: 4.4.5 +version: 4.4.6 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 73e4ca2b2..1f59cbc59 100644 --- a/designer_v2/CHANGELOG.md +++ b/designer_v2/CHANGELOG.md @@ -1,3 +1,28 @@ +## 1.9.0 + + - **FIX**: legend spacing. + - **FIX**: legend overflow. + - **FIX**: translation. + - **FIX**: overflow issues. + - **FIX**: participant info max intervention and survey count. + - **FIX**: intervention and observation wrong number in table. + - **FIX**: sort arrow. + - **FIX**: remove bar chart if no participant. + - **FIX**: translation. + - **FIX**: tooltip message. + - **FIX**: remove min visibility. + - **FIX**: style consistency for the close button, update style, and add translation. + - **FIX**: add close button to launch success dialog (public study). + - **FIX**: translation consistency. + - **FIX**: remove add participant action button from publish success dialog for public studies. + - **FIX**: reset invite codes if study gets published as public. + - **FIX**: check for unique invite codes in designer. + - **FIX**: upgrade deps. + - **FIX**: enable atLeastOneTask for intervention again". + - **FIX**: auto-save new study to prevent exception on intervention screen. + - **FEAT**: fix translations. + - **FEAT**: disable invite code creation for public studies. + ## 1.8.3 - **FIX**: upgrade deps. diff --git a/designer_v2/pubspec.yaml b/designer_v2/pubspec.yaml index 4ff35cc62..aaad60e5f 100644 --- a/designer_v2/pubspec.yaml +++ b/designer_v2/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_designer_v2 -version: 1.8.3 +version: 1.9.0 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.5 - studyu_flutter_common: ^1.8.6 + studyu_core: ^4.4.6 + studyu_flutter_common: ^1.8.7 supabase: ^2.2.7 supabase_flutter: ^2.5.11 url_launcher: ^6.3.0 diff --git a/flutter_common/CHANGELOG.md b/flutter_common/CHANGELOG.md index bae83dfc2..be7cd94b2 100644 --- a/flutter_common/CHANGELOG.md +++ b/flutter_common/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.8.7 + + - **FIX**: upgrade deps. + ## 1.8.6 - **FIX**: upgrade deps. diff --git a/flutter_common/pubspec.yaml b/flutter_common/pubspec.yaml index dcd08bba4..4eda24714 100644 --- a/flutter_common/pubspec.yaml +++ b/flutter_common/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_flutter_common -version: 1.8.6 +version: 1.8.7 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.1 - studyu_core: ^4.4.5 + studyu_core: ^4.4.6 supabase_flutter: ^2.5.11 synchronized: ^3.1.0+1 uuid: ^4.4.2