Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvedder committed Jun 12, 2024
1 parent 398a94a commit 266ec3c
Show file tree
Hide file tree
Showing 9 changed files with 95 additions and 9 deletions.
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,59 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-06-12

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`studyu_app` - `v2.7.6-dev.2`](#studyu_app---v276-dev2)
- [`studyu_core` - `v4.4.3-dev.1`](#studyu_core---v443-dev1)
- [`studyu_designer_v2` - `v1.8.1-dev.2`](#studyu_designer_v2---v181-dev2)
- [`studyu_flutter_common` - `v1.8.4-dev.1`](#studyu_flutter_common---v184-dev1)

---

#### `studyu_app` - `v2.7.6-dev.2`

- **FIX**: formatting issues.
- **FIX**(app): update ios deployment.
- **FIX**(app): update android deployment.
- **FIX**: upgrade deps.
- **FIX**(app): update ios deployment.
- **FIX**(app): update android deployment.
- **FIX**(app): update android deployment.
- **FIX**(app): update ios deployment.
- **FIX**(app): update android deployment.

#### `studyu_core` - `v4.4.3-dev.1`

- **PERF**: improve dashboard study fetching.
- **FIX**: formatting issues.
- **FIX**: upgrade deps.

#### `studyu_designer_v2` - `v1.8.1-dev.2`

- **PERF**: added comments to the getUserStudies function.
- **PERF**: improve dashboard study fetching.
- **FIX**: add emojis again.
- **FIX**: integration test sign out.
- **FIX**: check if canPop.
- **FIX**: upgrade deps.
- **FIX**: add compatibility for emoji font with flutter >= 3.22.
- **FIX**: Flutter 3.22 arg error.

#### `studyu_flutter_common` - `v1.8.4-dev.1`

- **FIX**: formatting issues.


## 2024-06-09

### Changes
Expand Down
12 changes: 12 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 2.7.6-dev.2

- **FIX**: formatting issues.
- **FIX**(app): update ios deployment.
- **FIX**(app): update android deployment.
- **FIX**: upgrade deps.
- **FIX**(app): update ios deployment.
- **FIX**(app): update android deployment.
- **FIX**(app): update android deployment.
- **FIX**(app): update ios deployment.
- **FIX**(app): update android deployment.

## 2.7.6-dev.1

- **FIX**(app): update android deployment.
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.6-dev.1
version: 2.7.6-dev.2
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.2.0
sentry_logging: ^8.2.0
shared_preferences: ^2.2.3
studyu_core: ^4.4.3-dev.0
studyu_flutter_common: ^1.8.4-dev.0
studyu_core: ^4.4.3-dev.1
studyu_flutter_common: ^1.8.4-dev.1
supabase: ^2.2.1
supabase_flutter: ^2.5.5
timeline_tile: ^2.0.0
Expand Down
6 changes: 6 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 4.4.3-dev.1

- **PERF**: improve dashboard study fetching.
- **FIX**: formatting issues.
- **FIX**: upgrade deps.

## 4.4.3-dev.0

- **FIX**: upgrade deps.
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.3-dev.0
version: 4.4.3-dev.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
Expand Down
11 changes: 11 additions & 0 deletions designer_v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.8.1-dev.2

- **PERF**: added comments to the getUserStudies function.
- **PERF**: improve dashboard study fetching.
- **FIX**: add emojis again.
- **FIX**: integration test sign out.
- **FIX**: check if canPop.
- **FIX**: upgrade deps.
- **FIX**: add compatibility for emoji font with flutter >= 3.22.
- **FIX**: Flutter 3.22 arg error.

## 1.8.1-dev.1

- **FIX**: add emojis again.
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.8.1-dev.1
version: 1.8.1-dev.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 @@ -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.3-dev.0
studyu_flutter_common: ^1.8.4-dev.0
studyu_core: ^4.4.3-dev.1
studyu_flutter_common: ^1.8.4-dev.1
supabase: ^2.2.1
supabase_flutter: ^2.5.5
url_launcher: ^6.3.0
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.8.4-dev.1

- **FIX**: formatting issues.

## 1.8.4-dev.0

- **FIX**: upgrade deps.
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.4-dev.0
version: 1.8.4-dev.1
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.2.3 # Can be removed after migrating phase
studyu_core: ^4.4.3-dev.0
studyu_core: ^4.4.3-dev.1
supabase_flutter: ^2.5.5
synchronized: ^3.1.0+1
uuid: ^4.4.0
Expand Down

0 comments on commit 266ec3c

Please sign in to comment.