From 5625900efd3109c89d7a6d48e55475ea48267ac1 Mon Sep 17 00:00:00 2001 From: Johannes Vedder Date: Mon, 13 May 2024 17:45:06 +0200 Subject: [PATCH] chore(release): publish packages - studyu_app@2.7.4 - studyu_core@4.4.2 - studyu_designer_v2@1.8.0 - studyu_flutter_common@1.8.3 --- CHANGELOG.md | 38 +++++++++++++++++++++++++++++++++++++ app/CHANGELOG.md | 4 ++++ 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, 63 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e145354a8..b6ad89708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,44 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline --- +Packages with breaking changes: + + - [`studyu_app` - `v2.7.4`](#studyu_app---v274) + - [`studyu_core` - `v4.4.2`](#studyu_core---v442) + - [`studyu_flutter_common` - `v1.8.3`](#studyu_flutter_common---v183) + +Packages with other changes: + + - [`studyu_designer_v2` - `v1.8.0`](#studyu_designer_v2---v180) + +Packages graduated to a stable release (see pre-releases prior to the stable version for changelog entries): + + - `studyu_app` - `v2.7.4` + - `studyu_core` - `v4.4.2` + - `studyu_designer_v2` - `v1.8.0` + - `studyu_flutter_common` - `v1.8.3` + +--- + +#### `studyu_app` - `v2.7.4` + +#### `studyu_core` - `v4.4.2` + +#### `studyu_flutter_common` - `v1.8.3` + +#### `studyu_designer_v2` - `v1.8.0` + +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 2024-05-13 + +### Changes + +--- + Packages with breaking changes: - There are no breaking changes in this release. diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index d4d847b3d..ac60e5485 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.7.4 + + - Graduate package to a stable release. See pre-releases prior to this version for changelog entries. + ## 2.7.4-dev.1 - Update a dependency to the latest release. diff --git a/app/pubspec.yaml b/app/pubspec.yaml index cb616b323..f7cee3b47 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_app -version: 2.7.4-dev.1 +version: 2.7.4 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: ^8.1.0 sentry_logging: ^8.1.0 shared_preferences: ^2.2.3 - studyu_core: ^4.4.2-dev.1 - studyu_flutter_common: ^1.8.3-dev.1 + studyu_core: ^4.4.2 + studyu_flutter_common: ^1.8.3 supabase: ^2.1.2 supabase_flutter: ^2.5.2 timeline_tile: ^2.0.0 diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 85b3aa307..7b8d97130 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.4.2 + + - Graduate package to a stable release. See pre-releases prior to this version for changelog entries. + ## 4.4.2-dev.1 - **REFACTOR**: improved app config error handling. diff --git a/core/pubspec.yaml b/core/pubspec.yaml index 88cbd8704..c5361ac52 100644 --- a/core/pubspec.yaml +++ b/core/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_core -version: 4.4.2-dev.1 +version: 4.4.2 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 34f3595bc..dbe71f863 100644 --- a/designer_v2/CHANGELOG.md +++ b/designer_v2/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.8.0 + + - Graduate package to a stable release. See pre-releases prior to this version for changelog entries. + ## 1.8.0-dev.1 - Update a dependency to the latest release. diff --git a/designer_v2/pubspec.yaml b/designer_v2/pubspec.yaml index f7d669f75..4beebd13e 100644 --- a/designer_v2/pubspec.yaml +++ b/designer_v2/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_designer_v2 -version: 1.8.0-dev.1 +version: 1.8.0 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.1 reactive_range_slider: ^2.1.0 rxdart: ^0.27.7 - studyu_core: ^4.4.2-dev.1 - studyu_flutter_common: ^1.8.3-dev.1 + studyu_core: ^4.4.2 + studyu_flutter_common: ^1.8.3 supabase: ^2.1.2 supabase_flutter: ^2.5.2 url_launcher: ^6.2.6 diff --git a/flutter_common/CHANGELOG.md b/flutter_common/CHANGELOG.md index 6de6c86db..e15cea9e6 100644 --- a/flutter_common/CHANGELOG.md +++ b/flutter_common/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.8.3 + + - Graduate package to a stable release. See pre-releases prior to this version for changelog entries. + ## 1.8.3-dev.1 - Update a dependency to the latest release. diff --git a/flutter_common/pubspec.yaml b/flutter_common/pubspec.yaml index 5780c4758..18a4d95b7 100644 --- a/flutter_common/pubspec.yaml +++ b/flutter_common/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_flutter_common -version: 1.8.3-dev.1 +version: 1.8.3 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.1.1 shared_preferences: ^2.2.3 # Can be removed after migrating phase - studyu_core: ^4.4.2-dev.1 + studyu_core: ^4.4.2 supabase_flutter: ^2.5.2 synchronized: ^3.1.0+1 uuid: ^4.4.0