Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - studyu_app@2.0.0
 - studyu_core@4.0.0
 - studyu_designer_v2@1.1.0
 - studyu_flutter_common@1.4.0
  • Loading branch information
johannesvedder committed Mar 11, 2023
1 parent f25a75d commit fb588ed
Show file tree
Hide file tree
Showing 9 changed files with 63 additions and 9 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
# Change Log

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

## 2023-03-11

### Changes

---

Packages with breaking changes:

- [`studyu_app` - `v2.0.0`](#studyu_app---v200)
- [`studyu_core` - `v4.0.0`](#studyu_core---v400)

Packages with other changes:

- [`studyu_designer_v2` - `v1.1.0`](#studyu_designer_v2---v110)
- [`studyu_flutter_common` - `v1.4.0`](#studyu_flutter_common---v140)

Packages graduated to a stable release (see pre-releases prior to the stable version for changelog entries):

- `studyu_app` - `v2.0.0`
- `studyu_core` - `v4.0.0`
- `studyu_designer_v2` - `v1.1.0`
- `studyu_flutter_common` - `v1.4.0`

---

#### `studyu_app` - `v2.0.0`

#### `studyu_core` - `v4.0.0`

#### `studyu_designer_v2` - `v1.1.0`

#### `studyu_flutter_common` - `v1.4.0`

## [1.4.1](https://github.com/hpi-studyu/studyu/compare/v1.4.0...v1.4.1) (2021-01-13)


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.0.0

- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

## 2.0.0-dev.7

- **FIX**: reload dashboard if subject is null. ([42ccfc42](https://github.com/hpi-studyu/studyu/commit/42ccfc42ac437fb54d670f5c5cbbf557e6ef34f4))
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.0.0-dev.7
version: 2.0.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 @@ -36,8 +36,8 @@ dependencies:
quiver: ^3.2.1
rainbow_color: ^2.0.1
shared_preferences: ^2.0.18
studyu_core: ^4.0.0-dev.5
studyu_flutter_common: ^1.4.0-dev.7
studyu_core: ^4.0.0
studyu_flutter_common: ^1.4.0
supabase: ^1.6.0
supabase_flutter: ^1.5.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.0

- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

## 4.0.0-dev.5

- **FIX**: do not schedule notifications for not started studies. ([b57f57c3](https://github.com/hpi-studyu/studyu/commit/b57f57c30a798030171a9bbcd32a5fb109bb20c0))
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-dev.5
version: 4.0.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
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.1.0

- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

## 1.1.0-dev.7

- Update a dependency to the latest release.
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.1.0-dev.7
version: 1.1.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.0.18
studyu_core: ^4.0.0-dev.5
studyu_flutter_common: ^1.4.0-dev.7
studyu_core: ^4.0.0
studyu_flutter_common: ^1.4.0
supabase: ^1.6.0
supabase_flutter: ^1.5.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.0

- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

## 1.4.0-dev.7

- 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.0-dev.7
version: 1.4.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.0.18
studyu_core: ^4.0.0-dev.5
studyu_core: ^4.0.0
supabase_flutter: ^1.5.0
uuid: ^3.0.7

Expand Down

0 comments on commit fb588ed

Please sign in to comment.