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 Apr 25, 2024
1 parent 05ca755 commit 5ab56bb
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 5 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,40 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-04-25

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`studyu_designer_v2` - `v1.7.2`](#studyu_designer_v2---v172)
- [`studyu_flutter_common` - `v1.8.2`](#studyu_flutter_common---v182)
- [`studyu_app` - `v2.7.2`](#studyu_app---v272)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

- `studyu_app` - `v2.7.2`

---

#### `studyu_designer_v2` - `v1.7.2`

- **FIX**: signup was not possible with flutter_secure_storage. ([26425971](https://github.com/hpi-studyu/studyu/commit/2642597141653aa724a1305456e43840d6fbebe5))

#### `studyu_flutter_common` - `v1.8.2`

- **FIX**: skip signin after signup if user is already authenticated. ([7e978122](https://github.com/hpi-studyu/studyu/commit/7e97812279b77fb9406fb288341c0fd9e349ad9c))
- **FIX**: signup was not possible with flutter_secure_storage. ([26425971](https://github.com/hpi-studyu/studyu/commit/2642597141653aa724a1305456e43840d6fbebe5))


## 2024-04-23

### 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.7.2

- Update a dependency to the latest release.

## 2.7.1

- **FIX**: add NSCameraUsageDescription. ([bfdd5a9e](https://github.com/hpi-studyu/studyu/commit/bfdd5a9ea795b83152d8ccdd02dec8e0d30b2e7f))
Expand Down
4 changes: 2 additions & 2 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: studyu_app
version: 2.7.1
version: 2.7.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,7 +39,7 @@ dependencies:
sentry_logging: ^7.20.0
shared_preferences: ^2.2.3
studyu_core: ^4.4.1
studyu_flutter_common: ^1.8.1
studyu_flutter_common: ^1.8.2
supabase: ^2.1.1
supabase_flutter: ^2.5.1
timeline_tile: ^2.0.0
Expand Down
4 changes: 4 additions & 0 deletions designer_v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.7.2

- **FIX**: signup was not possible with flutter_secure_storage. ([26425971](https://github.com/hpi-studyu/studyu/commit/2642597141653aa724a1305456e43840d6fbebe5))

## 1.7.1

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 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.7.1
version: 1.7.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 @@ -33,7 +33,7 @@ dependencies:
reactive_range_slider: ^2.0.0 # reactive_forms <= 16.1.1
rxdart: ^0.27.7
studyu_core: ^4.4.1
studyu_flutter_common: ^1.8.1
studyu_flutter_common: ^1.8.2
supabase: ^2.1.1
supabase_flutter: ^2.5.1
url_launcher: ^6.2.6
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.2

- **FIX**: skip signin after signup if user is already authenticated. ([7e978122](https://github.com/hpi-studyu/studyu/commit/7e97812279b77fb9406fb288341c0fd9e349ad9c))
- **FIX**: signup was not possible with flutter_secure_storage. ([26425971](https://github.com/hpi-studyu/studyu/commit/2642597141653aa724a1305456e43840d6fbebe5))

## 1.8.1

- Update a dependency to the latest release.
Expand Down
2 changes: 1 addition & 1 deletion 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.1
version: 1.8.2
description: StudyU common flutter components and functions for app and designer
homepage: https://studyu.health
repository: https://github.com/hpi-studyu/studyu
Expand Down

0 comments on commit 5ab56bb

Please sign in to comment.