From c6bcf6e7c97962b6eabae9bee58baf96ca41ae69 Mon Sep 17 00:00:00 2001 From: Johannes Vedder Date: Mon, 13 Nov 2023 13:42:25 +0100 Subject: [PATCH] chore(release): publish packages - studyu_app@2.6.3 - studyu_core@4.3.1 - studyu_designer_v2@1.6.0 - studyu_flutter_common@1.6.3 --- CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++++ app/CHANGELOG.md | 5 +++++ app/pubspec.yaml | 6 ++--- core/CHANGELOG.md | 4 ++++ core/pubspec.yaml | 2 +- designer_v2/CHANGELOG.md | 12 ++++++++++ designer_v2/pubspec.yaml | 6 ++--- flutter_common/CHANGELOG.md | 4 ++++ flutter_common/pubspec.yaml | 4 ++-- 9 files changed, 79 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a821bd9f..48433be3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,51 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2023-11-13 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`studyu_app` - `v2.6.3`](#studyu_app---v263) + - [`studyu_core` - `v4.3.1`](#studyu_core---v431) + - [`studyu_designer_v2` - `v1.6.0`](#studyu_designer_v2---v160) + - [`studyu_flutter_common` - `v1.6.3`](#studyu_flutter_common---v163) + +--- + +#### `studyu_app` - `v2.6.3` + + - **FIX**: upgrade deps. ([567a3b07](https://github.com/hpi-studyu/studyu/commit/567a3b07c360e55da62898e928a794a756ab0546)) + - **FIX**: dart fix. ([8d81f96c](https://github.com/hpi-studyu/studyu/commit/8d81f96c0caf63df04fc41f156d3312e5b09c076)) + +#### `studyu_core` - `v4.3.1` + + - **FIX**: upgrade deps. ([567a3b07](https://github.com/hpi-studyu/studyu/commit/567a3b07c360e55da62898e928a794a756ab0546)) + +#### `studyu_designer_v2` - `v1.6.0` + + - **FIX**: upgrade deps. ([567a3b07](https://github.com/hpi-studyu/studyu/commit/567a3b07c360e55da62898e928a794a756ab0546)) + - **FIX**: convert status code to int. ([38f66b30](https://github.com/hpi-studyu/studyu/commit/38f66b3006dbe6dc74672cb6a9169ac77f050709)) + - **FIX**: dart fix. ([8d81f96c](https://github.com/hpi-studyu/studyu/commit/8d81f96c0caf63df04fc41f156d3312e5b09c076)) + - **FIX**: added missing test files. ([e6b4d401](https://github.com/hpi-studyu/studyu/commit/e6b4d401c66a33be6ea40d8dedc84f5fddecac49)) + - **FIX**: form fields unfindable by patrol_finders. ([96db2a88](https://github.com/hpi-studyu/studyu/commit/96db2a88f884d21dcb2e70c1e9af94c72582ba75)) + - **FIX**: router cannot be reassigned between tests. ([8fae8dad](https://github.com/hpi-studyu/studyu/commit/8fae8dada32e8efed1f21f3b5493fe123cef67d9)) + - **FIX**: authFormController incorrect disposal. ([def9ace1](https://github.com/hpi-studyu/studyu/commit/def9ace12eb8b4f12772cbffe8ee7dc26b21e1bc)) + - **FIX**: constant animation in background. ([0ad4c13b](https://github.com/hpi-studyu/studyu/commit/0ad4c13b0e8db3a6016a328da5871040a6e949a7)) + - **FEAT**: completed e2e tests + script. ([4953e8fe](https://github.com/hpi-studyu/studyu/commit/4953e8feec5dc150543fe107309ea013e7c3adf9)) + +#### `studyu_flutter_common` - `v1.6.3` + + - **FIX**: upgrade deps. ([567a3b07](https://github.com/hpi-studyu/studyu/commit/567a3b07c360e55da62898e928a794a756ab0546)) + + ## 2023-10-19 ### Changes diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index c4dc62115..12217078b 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.6.3 + + - **FIX**: upgrade deps. ([567a3b07](https://github.com/hpi-studyu/studyu/commit/567a3b07c360e55da62898e928a794a756ab0546)) + - **FIX**: dart fix. ([8d81f96c](https://github.com/hpi-studyu/studyu/commit/8d81f96c0caf63df04fc41f156d3312e5b09c076)) + ## 2.6.2 - **FIX**: update descriptions and rename imprint. ([6d3757f4](https://github.com/hpi-studyu/studyu/commit/6d3757f425dd5b95ee581e10b6ad675f8e71786a)) diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 6c19eb8aa..3e9bd325b 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_app -version: 2.6.2 +version: 2.6.3 description: Partake in digital N-of-1 trials with the innovative StudyU App publish_to: none homepage: https://studyu.health @@ -34,8 +34,8 @@ dependencies: sentry_flutter: ^7.12.0 sentry_logging: ^7.12.0 shared_preferences: ^2.2.2 - studyu_core: ^4.3.0 - studyu_flutter_common: ^1.6.2 + studyu_core: ^4.3.1 + studyu_flutter_common: ^1.6.3 supabase: ^1.11.11 supabase_flutter: ^1.10.25 timeline_tile: ^2.0.0 diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 83f3af0c7..8b013da40 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.3.1 + + - **FIX**: upgrade deps. ([567a3b07](https://github.com/hpi-studyu/studyu/commit/567a3b07c360e55da62898e928a794a756ab0546)) + ## 4.3.0 - Graduate package to a stable release. See pre-releases prior to this version for changelog entries. diff --git a/core/pubspec.yaml b/core/pubspec.yaml index 68f22c427..10ea81d06 100644 --- a/core/pubspec.yaml +++ b/core/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_core -version: 4.3.0 +version: 4.3.1 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 08342719a..d7d6f43e6 100644 --- a/designer_v2/CHANGELOG.md +++ b/designer_v2/CHANGELOG.md @@ -1,3 +1,15 @@ +## 1.6.0 + + - **FIX**: upgrade deps. ([567a3b07](https://github.com/hpi-studyu/studyu/commit/567a3b07c360e55da62898e928a794a756ab0546)) + - **FIX**: convert status code to int. ([38f66b30](https://github.com/hpi-studyu/studyu/commit/38f66b3006dbe6dc74672cb6a9169ac77f050709)) + - **FIX**: dart fix. ([8d81f96c](https://github.com/hpi-studyu/studyu/commit/8d81f96c0caf63df04fc41f156d3312e5b09c076)) + - **FIX**: added missing test files. ([e6b4d401](https://github.com/hpi-studyu/studyu/commit/e6b4d401c66a33be6ea40d8dedc84f5fddecac49)) + - **FIX**: form fields unfindable by patrol_finders. ([96db2a88](https://github.com/hpi-studyu/studyu/commit/96db2a88f884d21dcb2e70c1e9af94c72582ba75)) + - **FIX**: router cannot be reassigned between tests. ([8fae8dad](https://github.com/hpi-studyu/studyu/commit/8fae8dada32e8efed1f21f3b5493fe123cef67d9)) + - **FIX**: authFormController incorrect disposal. ([def9ace1](https://github.com/hpi-studyu/studyu/commit/def9ace12eb8b4f12772cbffe8ee7dc26b21e1bc)) + - **FIX**: constant animation in background. ([0ad4c13b](https://github.com/hpi-studyu/studyu/commit/0ad4c13b0e8db3a6016a328da5871040a6e949a7)) + - **FEAT**: completed e2e tests + script. ([4953e8fe](https://github.com/hpi-studyu/studyu/commit/4953e8feec5dc150543fe107309ea013e7c3adf9)) + ## 1.5.3 - **FIX**: update descriptions and rename imprint. ([6d3757f4](https://github.com/hpi-studyu/studyu/commit/6d3757f425dd5b95ee581e10b6ad675f8e71786a)) diff --git a/designer_v2/pubspec.yaml b/designer_v2/pubspec.yaml index ec2baa21a..c3ed536a7 100644 --- a/designer_v2/pubspec.yaml +++ b/designer_v2/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_designer_v2 -version: 1.5.3 +version: 1.6.0 description: Implement digital N-of-1 studies seamlessly with the brand new StudyU Designer publish_to: none homepage: https://studyu.health @@ -32,8 +32,8 @@ dependencies: reactive_multi_select_flutter: ^2.0.0 rxdart: ^0.27.7 shared_preferences: ^2.2.2 - studyu_core: ^4.3.0 - studyu_flutter_common: ^1.6.2 + studyu_core: ^4.3.1 + studyu_flutter_common: ^1.6.3 supabase: ^1.11.11 supabase_flutter: ^1.10.25 url_launcher: ^6.2.1 diff --git a/flutter_common/CHANGELOG.md b/flutter_common/CHANGELOG.md index 445c5e1c2..a29938c5f 100644 --- a/flutter_common/CHANGELOG.md +++ b/flutter_common/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.6.3 + + - **FIX**: upgrade deps. ([567a3b07](https://github.com/hpi-studyu/studyu/commit/567a3b07c360e55da62898e928a794a756ab0546)) + ## 1.6.2 - Graduate package to a stable release. See pre-releases prior to this version for changelog entries. diff --git a/flutter_common/pubspec.yaml b/flutter_common/pubspec.yaml index bb04d1892..989faef3d 100644 --- a/flutter_common/pubspec.yaml +++ b/flutter_common/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_flutter_common -version: 1.6.2 +version: 1.6.3 description: StudyU common flutter components and functions for app and designer homepage: https://studyu.health repository: https://github.com/hpi-studyu/studyu @@ -12,7 +12,7 @@ dependencies: sdk: flutter flutter_dotenv: ^5.1.0 shared_preferences: ^2.2.2 - studyu_core: ^4.3.0 + studyu_core: ^4.3.1 supabase_flutter: ^1.10.25 uuid: ^4.1.0 # flutter_test