Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nstrelow committed Jun 27, 2021
1 parent 7ed90b8 commit f1c4399
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 4 deletions.
10 changes: 10 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.7.0

- **FIX**: Adapt app to new task schedule model.
- **FEAT**: Lock task outside of completion period.
- **CI**: Upgrade fastlane.
- **CHORE**: Adapt to flutter 2.3 release.
- **CHORE**: Upgrade deps.
- **CHORE**: publish packages.
- **CHORE**: publish packages.

## 1.6.0

- **FEAT**: Indicate days left in current intervention.
Expand Down
2 changes: 1 addition & 1 deletion 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: '1.6.0'
version: '1.7.0'

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down
11 changes: 11 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 3.2.0

- **REFACTOR**: Add default constructor for TimeOfDay.
- **FIX**: Add default times.
- **FEAT**: Add contains to CompletionPeriod.
- **FEAT**: Spilt reminderTime and unlock/locking times.
- **CHORE**: Upgrade deps.
- **CHORE**: Upgrade deps.
- **CHORE**: publish packages.
- **CHORE**: publish packages.

## 3.1.0

- **FIX**: Fetch Subject with Study and Progress.
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: 3.1.0
version: 3.2.0
homepage: https://hpi.de/lippert/projects/studyu.html
repository: https://github.com/hpi-studyu/studyu

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

- **REFACTOR**: Rename file.
- **FIX**: Align delete button.
- **FIX**: Adapt designer to new task schedule model.
- **FIX**: Move export csv into dialog.
- **FEAT**: Don't show delete button on first period.
- **FEAT**: Add error if lock time before unlock time.
- **FEAT**: Add task completion periods setting.
- **CHORE**: Adapt to flutter 2.3 release.
- **CHORE**: Upgrade deps.
- **CHORE**: Upgrade deps.
- **CHORE**: publish packages.
- **CHORE**: publish packages.

## 1.0.4

- Update a dependency to the latest release.
Expand Down
2 changes: 1 addition & 1 deletion designer/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: 1.0.4
version: 1.1.0

environment:
sdk: ">=2.7.0 <3.0.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.0.5

- Update a dependency to the latest release.

## 1.0.4

- 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,6 +1,6 @@
name: studyu_flutter_common
description: StudYou common flutter components and functions for app and designer
version: 1.0.4
version: 1.0.5
homepage: https://hpi.de/lippert/projects/studyu.html
repository: https://github.com/hpi-studyu/studyu

Expand Down

0 comments on commit f1c4399

Please sign in to comment.