Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - studyu_app@2.1.1
 - studyu_core@4.0.1
 - studyu_designer_v2@1.2.1
 - studyu_flutter_common@1.4.1
  • Loading branch information
johannesvedder committed Apr 24, 2023
1 parent 6a4da15 commit 3b33f9c
Show file tree
Hide file tree
Showing 9 changed files with 67 additions and 9 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
6 changes: 3 additions & 3 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions designer_v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
6 changes: 3 additions & 3 deletions designer_v2/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions flutter_common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions flutter_common/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down

0 comments on commit 3b33f9c

Please sign in to comment.