Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - studyu_app@2.7.11
 - studyu_core@4.4.8
 - studyu_designer_v2@1.9.2
 - studyu_flutter_common@1.8.9
  • Loading branch information
johannesvedder committed Oct 3, 2024
1 parent 83288b4 commit 9a75ed3
Show file tree
Hide file tree
Showing 9 changed files with 75 additions and 9 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,49 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-10-03

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`studyu_app` - `v2.7.11`](#studyu_app---v2711)
- [`studyu_core` - `v4.4.8`](#studyu_core---v448)
- [`studyu_designer_v2` - `v1.9.2`](#studyu_designer_v2---v192)
- [`studyu_flutter_common` - `v1.8.9`](#studyu_flutter_common---v189)

---

#### `studyu_app` - `v2.7.11`

- **FIX**: upgrade deps.
- **FIX**: notification scheduling.
- **FIX**: upgrade fvm to flutter v3.24.3.
- **FIX**: prompt user to restart after reset.
- **FIX**: debug screen.

#### `studyu_core` - `v4.4.8`

- **FIX**: upgrade deps.
- **FIX**: upgrade fvm to flutter v3.24.3.

#### `studyu_designer_v2` - `v1.9.2`

- **FIX**: upgrade deps.
- **FIX**: upgrade fvm to flutter v3.24.3.

#### `studyu_flutter_common` - `v1.8.9`

- **FIX**: upgrade deps.
- **FIX**: upgrade fvm to flutter v3.24.3.


## 2024-09-05

### Changes
Expand Down
8 changes: 8 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.7.11

- **FIX**: upgrade deps.
- **FIX**: notification scheduling.
- **FIX**: upgrade fvm to flutter v3.24.3.
- **FIX**: prompt user to restart after reset.
- **FIX**: debug screen.

## 2.7.10

- **FIX**: schedule notifications for 7 days.
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.7.10
version: 2.7.11
description: Partake in digital N-of-1 trials with the innovative StudyU Health App
publish_to: none
homepage: https://studyu.health
Expand Down Expand Up @@ -39,8 +39,8 @@ dependencies:
sentry_flutter: ^8.9.0
sentry_logging: ^8.9.0
shared_preferences: ^2.3.2
studyu_core: ^4.4.7
studyu_flutter_common: ^1.8.8
studyu_core: ^4.4.8
studyu_flutter_common: ^1.8.9
supabase: ^2.4.0
supabase_flutter: ^2.7.0
timeline_tile: ^2.0.0
Expand Down
5 changes: 5 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.4.8

- **FIX**: upgrade deps.
- **FIX**: upgrade fvm to flutter v3.24.3.

## 4.4.7

- **FIX**: upgrade to flutter v3.24.2.
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.4.7
version: 4.4.8
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
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.9.2

- **FIX**: upgrade deps.
- **FIX**: upgrade fvm to flutter v3.24.3.

## 1.9.1

- **FIX**: upgrade to flutter v3.24.2.
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.9.1
version: 1.9.2
description: Implement digital N-of-1 studies seamlessly with the StudyU Health Designer
publish_to: none
homepage: https://studyu.health
Expand Down Expand Up @@ -35,8 +35,8 @@ dependencies:
reactive_range_slider: ^2.1.0
riverpod_annotation: ^2.3.5
rxdart: ^0.28.0
studyu_core: ^4.4.7
studyu_flutter_common: ^1.8.8
studyu_core: ^4.4.8
studyu_flutter_common: ^1.8.9
supabase: ^2.4.0
supabase_flutter: ^2.7.0
url_launcher: ^6.3.0
Expand Down
5 changes: 5 additions & 0 deletions flutter_common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.8.9

- **FIX**: upgrade deps.
- **FIX**: upgrade fvm to flutter v3.24.3.

## 1.8.8

- **FIX**: upgrade to flutter v3.24.2.
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.8.8
version: 1.8.9
description: StudyU common flutter components and functions for app and designer
homepage: https://studyu.health
repository: https://github.com/hpi-studyu/studyu
Expand All @@ -14,7 +14,7 @@ dependencies:
flutter_secure_storage: ^9.2.2
lint: ^2.3.0
shared_preferences: ^2.3.2
studyu_core: ^4.4.7
studyu_core: ^4.4.8
supabase_flutter: ^2.7.0
synchronized: ^3.3.0+3
uuid: ^4.5.1
Expand Down

0 comments on commit 9a75ed3

Please sign in to comment.