From 3b33f9c59f9a087f218fda41268f44f041249ee2 Mon Sep 17 00:00:00 2001 From: Johannes Vedder Date: Mon, 24 Apr 2023 19:56:06 +0200 Subject: [PATCH] chore(release): publish packages - studyu_app@2.1.1 - studyu_core@4.0.1 - studyu_designer_v2@1.2.1 - studyu_flutter_common@1.4.1 --- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++ app/CHANGELOG.md | 4 ++++ app/pubspec.yaml | 6 +++--- core/CHANGELOG.md | 4 ++++ core/pubspec.yaml | 2 +- designer_v2/CHANGELOG.md | 5 +++++ designer_v2/pubspec.yaml | 6 +++--- flutter_common/CHANGELOG.md | 4 ++++ flutter_common/pubspec.yaml | 4 ++-- 9 files changed, 67 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 125dfe59f..068261629 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,47 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2023-04-24 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`studyu_app` - `v2.1.1`](#studyu_app---v211) + - [`studyu_core` - `v4.0.1`](#studyu_core---v401) + - [`studyu_designer_v2` - `v1.2.1`](#studyu_designer_v2---v121) + - [`studyu_flutter_common` - `v1.4.1`](#studyu_flutter_common---v141) + +--- + +#### `studyu_app` - `v2.1.1` + + - **FIX**: upgrade deps to fix invalid refresh token bug. ([6a4da159](https://github.com/hpi-studyu/studyu/commit/6a4da1594d7baed5d76f74464670ec411abc961c)) + +#### `studyu_core` - `v4.0.1` + + - **FIX**: upgrade deps to fix invalid refresh token bug. ([6a4da159](https://github.com/hpi-studyu/studyu/commit/6a4da1594d7baed5d76f74464670ec411abc961c)) + +#### `studyu_designer_v2` - `v1.2.1` + + - **FIX**: upgrade deps to fix invalid refresh token bug. ([6a4da159](https://github.com/hpi-studyu/studyu/commit/6a4da1594d7baed5d76f74464670ec411abc961c)) + - **FIX**: initial router location. ([6cae20f1](https://github.com/hpi-studyu/studyu/commit/6cae20f1a9b5d1161aae6b08c262e50824b18971)) + +#### `studyu_flutter_common` - `v1.4.1` + + - **FIX**: upgrade deps to fix invalid refresh token bug. ([6a4da159](https://github.com/hpi-studyu/studyu/commit/6a4da1594d7baed5d76f74464670ec411abc961c)) + +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 2023-04-11 ### Changes diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index ca7def6e2..e44451f2a 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.1.1 + + - **FIX**: upgrade deps to fix invalid refresh token bug. ([6a4da159](https://github.com/hpi-studyu/studyu/commit/6a4da1594d7baed5d76f74464670ec411abc961c)) + ## 2.1.0 - **FIX**: Missing Push Notification Entitlement for iOS. ([28ffd2c2](https://github.com/hpi-studyu/studyu/commit/28ffd2c2f2e06822d95c5a3e77e23fdfcb11b823)) diff --git a/app/pubspec.yaml b/app/pubspec.yaml index cdb309ada..b52b9d5c7 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_app -version: 2.1.0 +version: 2.1.1 description: An app to facilitate N-of-1 trials publish_to: none homepage: https://hpi.de/lippert/projects/studyu.html @@ -37,8 +37,8 @@ dependencies: quiver: ^3.2.1 rainbow_color: ^2.0.1 shared_preferences: ^2.1.0 - studyu_core: ^4.0.0 - studyu_flutter_common: ^1.4.0 + studyu_core: ^4.0.1 + studyu_flutter_common: ^1.4.1 supabase: ^1.6.3 supabase_flutter: ^1.7.0 timeline_tile: ^2.0.0 diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 7724eed38..81efe74ba 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.0.1 + + - **FIX**: upgrade deps to fix invalid refresh token bug. ([6a4da159](https://github.com/hpi-studyu/studyu/commit/6a4da1594d7baed5d76f74464670ec411abc961c)) + ## 4.0.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 5c0fedfb9..bb02583ef 100644 --- a/core/pubspec.yaml +++ b/core/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_core -version: 4.0.0 +version: 4.0.1 description: StudyU models and common functions for app and designer homepage: https://hpi.de/lippert/projects/studyu.html repository: https://github.com/hpi-studyu/studyu diff --git a/designer_v2/CHANGELOG.md b/designer_v2/CHANGELOG.md index 21776718c..7dd7e2d06 100644 --- a/designer_v2/CHANGELOG.md +++ b/designer_v2/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.2.1 + + - **FIX**: upgrade deps to fix invalid refresh token bug. ([6a4da159](https://github.com/hpi-studyu/studyu/commit/6a4da1594d7baed5d76f74464670ec411abc961c)) + - **FIX**: initial router location. ([6cae20f1](https://github.com/hpi-studyu/studyu/commit/6cae20f1a9b5d1161aae6b08c262e50824b18971)) + ## 1.2.0 - **FIX**: number validator not working properly. ([5b60c1da](https://github.com/hpi-studyu/studyu/commit/5b60c1da8d40b5728fbf4a902dad21f3b3009865)) diff --git a/designer_v2/pubspec.yaml b/designer_v2/pubspec.yaml index 1a6d62e06..d6944dedc 100644 --- a/designer_v2/pubspec.yaml +++ b/designer_v2/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_designer_v2 -version: 1.2.0 +version: 1.2.1 publish_to: none description: Create digital N-of-1 studies with StudyU @@ -28,8 +28,8 @@ dependencies: reactive_forms: ^14.1.0 # form_builder_validators <=8.5.0 rxdart: ^0.27.7 shared_preferences: ^2.1.0 - studyu_core: ^4.0.0 - studyu_flutter_common: ^1.4.0 + studyu_core: ^4.0.1 + studyu_flutter_common: ^1.4.1 supabase: ^1.6.3 supabase_flutter: ^1.7.0 url_launcher: ^6.1.10 diff --git a/flutter_common/CHANGELOG.md b/flutter_common/CHANGELOG.md index 0d745f921..c82a87744 100644 --- a/flutter_common/CHANGELOG.md +++ b/flutter_common/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.1 + + - **FIX**: upgrade deps to fix invalid refresh token bug. ([6a4da159](https://github.com/hpi-studyu/studyu/commit/6a4da1594d7baed5d76f74464670ec411abc961c)) + ## 1.4.0 - 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 3af3240d6..7910de462 100644 --- a/flutter_common/pubspec.yaml +++ b/flutter_common/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_flutter_common -version: 1.4.0 +version: 1.4.1 description: StudyU common flutter components and functions for app and designer homepage: https://hpi.de/lippert/projects/studyu.html repository: https://github.com/hpi-studyu/studyu @@ -12,7 +12,7 @@ dependencies: sdk: flutter flutter_dotenv: ^5.0.2 shared_preferences: ^2.1.0 - studyu_core: ^4.0.0 + studyu_core: ^4.0.1 supabase_flutter: ^1.7.0 uuid: ^3.0.7