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 Feb 24, 2023
1 parent 4147cf9 commit 69208cc
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
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-dev.3

- Update a dependency to the latest release.

## 2.0.0-dev.2

- **FIX**: didChangeDependencies executing twice on startup. ([9d33caf7](https://github.com/hpi-studyu/studyu/commit/9d33caf7c1f834a336cb962931150f96baed86d9))
Expand Down
4 changes: 2 additions & 2 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.2'
version: '2.0.0-dev.3'

environment:
# todo upgrade to null safety
Expand Down Expand Up @@ -39,7 +39,7 @@ dependencies:
rainbow_color: ^2.0.1
shared_preferences: ^2.0.18
studyu_core: ^4.0.0-dev.2
studyu_flutter_common: ^1.4.0-dev.2
studyu_flutter_common: ^1.4.0-dev.3
supabase: ^1.5.1
supabase_flutter: ^1.4.0
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.1.0-dev.3

- Update a dependency to the latest release.

## 1.1.0-dev.2

- **FIX**: designerV2 TaskInstance support for single completionperiods to restore live preview functionality. ([6a85f162](https://github.com/hpi-studyu/studyu/commit/6a85f16252b91f9d8dc3b92f7deb00fef293f032))
Expand Down
4 changes: 2 additions & 2 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.2
version: 1.1.0-dev.3

environment:
sdk: ">=2.17.0 <3.0.0"
Expand All @@ -15,7 +15,7 @@ dependencies:
cupertino_icons: ^1.0.5
dynamic_color: ^1.6.2
studyu_core: ^4.0.0-dev.2
studyu_flutter_common: ^1.4.0-dev.2
studyu_flutter_common: ^1.4.0-dev.3
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.3

- **FIX**: add .env.staging to pubignore. ([4147cf94](https://github.com/hpi-studyu/studyu/commit/4147cf942e09bd2e86d6d6e96e5fe4da09182adc))

## 1.4.0-dev.2

- **FIX**: preserve app language on reload. ([3603cd02](https://github.com/hpi-studyu/studyu/commit/3603cd029f1e40c660d843481bfe370a1240075d))
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: StudyU common flutter components and functions for app and designer
version: 1.4.0-dev.2
version: 1.4.0-dev.3
homepage: https://hpi.de/lippert/projects/studyu.html
repository: https://github.com/hpi-studyu/studyu

Expand Down

0 comments on commit 69208cc

Please sign in to comment.