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 Mar 7, 2023
1 parent b57f57c commit 9c8789c
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 9 deletions.
5 changes: 5 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.0-dev.7

- **FIX**: reload dashboard if subject is null. ([42ccfc42](https://github.com/hpi-studyu/studyu/commit/42ccfc42ac437fb54d670f5c5cbbf557e6ef34f4))
- **FEAT**: start study at the next day for new participants. ([0445a1f4](https://github.com/hpi-studyu/studyu/commit/0445a1f4c137e3b4c07a945640e660e47e1d51a0))

## 2.0.0-dev.6

- Update a dependency to the latest release.
Expand Down
6 changes: 3 additions & 3 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/hpi-studyu/studyu

publish_to: 'none'

version: '2.0.0-dev.6'
version: '2.0.0-dev.7'

environment:
# todo upgrade to null safety
Expand Down Expand Up @@ -42,8 +42,8 @@ dependencies:
quiver: ^3.2.1
rainbow_color: ^2.0.1
shared_preferences: ^2.0.18
studyu_core: ^4.0.0-dev.4
studyu_flutter_common: ^1.4.0-dev.6
studyu_core: ^4.0.0-dev.5
studyu_flutter_common: ^1.4.0-dev.7
supabase: ^1.6.0
supabase_flutter: ^1.4.2
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.0.0-dev.5

- **FIX**: do not schedule notifications for not started studies. ([b57f57c3](https://github.com/hpi-studyu/studyu/commit/b57f57c30a798030171a9bbcd32a5fb109bb20c0))
- **FIX**: use utc for all datetime comparisons. ([e20e6bd8](https://github.com/hpi-studyu/studyu/commit/e20e6bd8e4c5174a22cd97840fa45ddf663e2359))
- **FIX**: revert scheduleFor workaround. ([5bec03e9](https://github.com/hpi-studyu/studyu/commit/5bec03e9743e2db047db710361d3d2cecc10e25f))

## 4.0.0-dev.4

- **FIX**: fallback to check for progress without a periodId. ([146e1bae](https://github.com/hpi-studyu/studyu/commit/146e1bae80291bcd9d8fab853a2770a807da4393))
Expand Down
2 changes: 1 addition & 1 deletion core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: studyu_core
description: StudyU models and common functions for app and designer
version: 4.0.0-dev.4
version: 4.0.0-dev.5
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-dev.7

- Update a dependency to the latest release.

## 1.1.0-dev.6

- 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,7 +1,7 @@
name: studyu_designer_v2
description: Create digital N-of-1 studies with StudyU
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.1.0-dev.6
version: 1.1.0-dev.7

environment:
sdk: ">=2.17.0 <3.0.0"
Expand All @@ -14,8 +14,8 @@ dependencies:
flutter_riverpod: ^2.2.0
cupertino_icons: ^1.0.5
dynamic_color: ^1.6.2
studyu_core: ^4.0.0-dev.4
studyu_flutter_common: ^1.4.0-dev.6
studyu_core: ^4.0.0-dev.5
studyu_flutter_common: ^1.4.0-dev.7
go_router: ^6.2.0
shared_preferences: ^2.0.18
equatable: ^2.0.5
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-dev.7

- Update a dependency to the latest release.

## 1.4.0-dev.6

- 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,6 +1,6 @@
name: studyu_flutter_common
description: StudyU common flutter components and functions for app and designer
version: 1.4.0-dev.6
version: 1.4.0-dev.7
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.4
studyu_core: ^4.0.0-dev.5
supabase_flutter: ^1.4.2
uuid: ^3.0.7

Expand Down

0 comments on commit 9c8789c

Please sign in to comment.