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 May 6, 2023
1 parent 5c66ac9 commit 1b11083
Show file tree
Hide file tree
Showing 9 changed files with 95 additions and 9 deletions.
55 changes: 55 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,61 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-05-06

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`studyu_app` - `v2.2.0`](#studyu_app---v220)
- [`studyu_core` - `v4.1.0`](#studyu_core---v410)
- [`studyu_designer_v2` - `v1.3.0`](#studyu_designer_v2---v130)
- [`studyu_flutter_common` - `v1.5.0`](#studyu_flutter_common---v150)

---

#### `studyu_app` - `v2.2.0`

- **FIX**: could not find libflutter.so. ([95aa1828](https://github.com/hpi-studyu/studyu/commit/95aa1828cc8b9c280218ae91da4127f75cc6b96d))
- **FIX**: device language is now used as default app language. ([ee78de35](https://github.com/hpi-studyu/studyu/commit/ee78de35c5ebed91fca297f9c1a7e78aac4d67f3))
- **FIX**: improve debug mode and send test notification. ([84937a2b](https://github.com/hpi-studyu/studyu/commit/84937a2bd50dfe18cd26cb1e112347f0a2cabd73))
- **FIX**: more slider usability fixes. ([d8309803](https://github.com/hpi-studyu/studyu/commit/d83098037f6f1cf9bdc0f150df6d94156c81f19d))
- **FIX**: improve questionnaire slider usability. ([9068c195](https://github.com/hpi-studyu/studyu/commit/9068c1954ccc1e3265e72e16304528b7f2e81dbc))
- **FIX**: slider design overhaul. ([75589ca1](https://github.com/hpi-studyu/studyu/commit/75589ca1f443f4ef779a8766cc9150cda74fb3bb))
- **FIX**: improve debug mode and send test notification. ([8c6afd6f](https://github.com/hpi-studyu/studyu/commit/8c6afd6fd36904592a5aa0c118c5cf88afc8bfc1))
- **FIX**: more slider usability fixes. ([6e151bc6](https://github.com/hpi-studyu/studyu/commit/6e151bc6281c3740ccb8d23154994c2066fc65ae))
- **FIX**: improve questionnaire slider usability. ([187fda96](https://github.com/hpi-studyu/studyu/commit/187fda96dfb6faa44d6521859cf0219c726cab17))
- **FIX**: slider design overhaul. ([b5a6b8ad](https://github.com/hpi-studyu/studyu/commit/b5a6b8ad18c67d2ab5b21313ff5740f175d9b7eb))
- **FEAT**: sentry integration in core. ([0fae767f](https://github.com/hpi-studyu/studyu/commit/0fae767f0a7dc3c3409dd5179eeb870429b580cd))
- **FEAT**: Add sentry.io for crash reports. ([d19e0e9b](https://github.com/hpi-studyu/studyu/commit/d19e0e9b2d1db453f9e1e09cd0b37269c22278cb))

#### `studyu_core` - `v4.1.0`

- **FIX**: slider design overhaul. ([75589ca1](https://github.com/hpi-studyu/studyu/commit/75589ca1f443f4ef779a8766cc9150cda74fb3bb))
- **FIX**: slider design overhaul. ([b5a6b8ad](https://github.com/hpi-studyu/studyu/commit/b5a6b8ad18c67d2ab5b21313ff5740f175d9b7eb))
- **FEAT**: sentry integration in core. ([0fae767f](https://github.com/hpi-studyu/studyu/commit/0fae767f0a7dc3c3409dd5179eeb870429b580cd))

#### `studyu_designer_v2` - `v1.3.0`

- **FIX**: more slider usability fixes. ([d8309803](https://github.com/hpi-studyu/studyu/commit/d83098037f6f1cf9bdc0f150df6d94156c81f19d))
- **FIX**: more slider usability fixes. ([6e151bc6](https://github.com/hpi-studyu/studyu/commit/6e151bc6281c3740ccb8d23154994c2066fc65ae))
- **FEAT**: sentry integration in core. ([0fae767f](https://github.com/hpi-studyu/studyu/commit/0fae767f0a7dc3c3409dd5179eeb870429b580cd))

#### `studyu_flutter_common` - `v1.5.0`

- **FEAT**: sentry integration in core. ([0fae767f](https://github.com/hpi-studyu/studyu/commit/0fae767f0a7dc3c3409dd5179eeb870429b580cd))

# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-05-04

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

- **FIX**: could not find libflutter.so. ([95aa1828](https://github.com/hpi-studyu/studyu/commit/95aa1828cc8b9c280218ae91da4127f75cc6b96d))
- **FIX**: device language is now used as default app language. ([ee78de35](https://github.com/hpi-studyu/studyu/commit/ee78de35c5ebed91fca297f9c1a7e78aac4d67f3))
- **FIX**: improve debug mode and send test notification. ([84937a2b](https://github.com/hpi-studyu/studyu/commit/84937a2bd50dfe18cd26cb1e112347f0a2cabd73))
- **FIX**: more slider usability fixes. ([d8309803](https://github.com/hpi-studyu/studyu/commit/d83098037f6f1cf9bdc0f150df6d94156c81f19d))
- **FIX**: improve questionnaire slider usability. ([9068c195](https://github.com/hpi-studyu/studyu/commit/9068c1954ccc1e3265e72e16304528b7f2e81dbc))
- **FIX**: slider design overhaul. ([75589ca1](https://github.com/hpi-studyu/studyu/commit/75589ca1f443f4ef779a8766cc9150cda74fb3bb))
- **FIX**: improve debug mode and send test notification. ([8c6afd6f](https://github.com/hpi-studyu/studyu/commit/8c6afd6fd36904592a5aa0c118c5cf88afc8bfc1))
- **FIX**: more slider usability fixes. ([6e151bc6](https://github.com/hpi-studyu/studyu/commit/6e151bc6281c3740ccb8d23154994c2066fc65ae))
- **FIX**: improve questionnaire slider usability. ([187fda96](https://github.com/hpi-studyu/studyu/commit/187fda96dfb6faa44d6521859cf0219c726cab17))
- **FIX**: slider design overhaul. ([b5a6b8ad](https://github.com/hpi-studyu/studyu/commit/b5a6b8ad18c67d2ab5b21313ff5740f175d9b7eb))
- **FEAT**: sentry integration in core. ([0fae767f](https://github.com/hpi-studyu/studyu/commit/0fae767f0a7dc3c3409dd5179eeb870429b580cd))
- **FEAT**: Add sentry.io for crash reports. ([d19e0e9b](https://github.com/hpi-studyu/studyu/commit/d19e0e9b2d1db453f9e1e09cd0b37269c22278cb))

## 2.1.2

- **FIX**: improve debug mode and send test notification. ([8c6afd6f](https://github.com/hpi-studyu/studyu/commit/8c6afd6fd36904592a5aa0c118c5cf88afc8bfc1))
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.2
version: 2.2.0
description: An app to facilitate N-of-1 trials
publish_to: none
homepage: https://hpi.de/lippert/projects/studyu.html
Expand Down Expand Up @@ -39,8 +39,8 @@ dependencies:
sentry_flutter: ^7.5.1
sentry_logging: ^7.5.1
shared_preferences: ^2.1.0
studyu_core: ^4.0.2
studyu_flutter_common: ^1.4.2
studyu_core: ^4.1.0
studyu_flutter_common: ^1.5.0
supabase: ^1.7.0
supabase_flutter: ^1.8.1
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.1.0

- **FIX**: slider design overhaul. ([75589ca1](https://github.com/hpi-studyu/studyu/commit/75589ca1f443f4ef779a8766cc9150cda74fb3bb))
- **FIX**: slider design overhaul. ([b5a6b8ad](https://github.com/hpi-studyu/studyu/commit/b5a6b8ad18c67d2ab5b21313ff5740f175d9b7eb))
- **FEAT**: sentry integration in core. ([0fae767f](https://github.com/hpi-studyu/studyu/commit/0fae767f0a7dc3c3409dd5179eeb870429b580cd))

## 4.0.2

- **FIX**: slider design overhaul. ([b5a6b8ad](https://github.com/hpi-studyu/studyu/commit/b5a6b8ad18c67d2ab5b21313ff5740f175d9b7eb))
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.2
version: 4.1.0
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
6 changes: 6 additions & 0 deletions designer_v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.3.0

- **FIX**: more slider usability fixes. ([d8309803](https://github.com/hpi-studyu/studyu/commit/d83098037f6f1cf9bdc0f150df6d94156c81f19d))
- **FIX**: more slider usability fixes. ([6e151bc6](https://github.com/hpi-studyu/studyu/commit/6e151bc6281c3740ccb8d23154994c2066fc65ae))
- **FEAT**: sentry integration in core. ([0fae767f](https://github.com/hpi-studyu/studyu/commit/0fae767f0a7dc3c3409dd5179eeb870429b580cd))

## 1.2.2

- **FIX**: more slider usability fixes. ([6e151bc6](https://github.com/hpi-studyu/studyu/commit/6e151bc6281c3740ccb8d23154994c2066fc65ae))
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.2
version: 1.3.0
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.2
studyu_flutter_common: ^1.4.2
studyu_core: ^4.1.0
studyu_flutter_common: ^1.5.0
supabase: ^1.7.0
supabase_flutter: ^1.8.1
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.5.0

- **FEAT**: sentry integration in core. ([0fae767f](https://github.com/hpi-studyu/studyu/commit/0fae767f0a7dc3c3409dd5179eeb870429b580cd))

## 1.4.2

- Update a dependency to the latest release.
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.2
version: 1.5.0
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.2
studyu_core: ^4.1.0
supabase_flutter: ^1.8.1
uuid: ^3.0.7

Expand Down

0 comments on commit 1b11083

Please sign in to comment.