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 Jul 4, 2023
1 parent 9112f5f commit 90e2d79
Show file tree
Hide file tree
Showing 10 changed files with 1,636 additions and 10 deletions.
1,606 changes: 1,606 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.4.6

- **FIX**: upgrade deps (switch to wakelock_plus). ([9112f5f0](https://github.com/hpi-studyu/studyu/commit/9112f5f0a9c778e2abf24f6aa585bc9f539e6ccf))
- **FIX**: modify xcode version and ios target platform. ([67ec1562](https://github.com/hpi-studyu/studyu/commit/67ec15621054606f2e1995caa9f2b778e1d6593e))
- **FIX**: change provisioning profile name. ([5d84a1fc](https://github.com/hpi-studyu/studyu/commit/5d84a1fc7939674e509aff7a72581b10df0d969a))
- **FIX**: const constructor. ([1629003a](https://github.com/hpi-studyu/studyu/commit/1629003ae93d6fd6a495b3cbe6c23dd84ae3bcd8))

## 2.4.5

- **FIX**: add await-workflow action to wait for pub.dev publishing. ([7206a006](https://github.com/hpi-studyu/studyu/commit/7206a00663657f6d6256b99b0c3aca33e9b263bb))
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.4.5
version: 2.4.6
description: An app to facilitate N-of-1 trials
publish_to: none
homepage: https://hpi.de/lippert/projects/studyu.html
Expand Down Expand Up @@ -38,8 +38,8 @@ dependencies:
sentry_flutter: ^7.8.0
sentry_logging: ^7.8.0
shared_preferences: ^2.2.0
studyu_core: ^4.3.0-dev.5
studyu_flutter_common: ^1.6.2-dev.6
studyu_core: ^4.3.0-dev.6
studyu_flutter_common: ^1.6.2-dev.7
supabase: ^1.9.5
supabase_flutter: ^1.10.6
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.3.0-dev.6

- **FIX**: upgrade deps (switch to wakelock_plus). ([9112f5f0](https://github.com/hpi-studyu/studyu/commit/9112f5f0a9c778e2abf24f6aa585bc9f539e6ccf))

## 4.3.0-dev.5

- **FIX**: add await-workflow action to wait for pub.dev publishing. ([7206a006](https://github.com/hpi-studyu/studyu/commit/7206a00663657f6d6256b99b0c3aca33e9b263bb))
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.3.0-dev.5
version: 4.3.0-dev.6
description: This package contains StudyU models and common functions for the app and designer packages
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.3.8

- **FIX**: upgrade deps (switch to wakelock_plus). ([9112f5f0](https://github.com/hpi-studyu/studyu/commit/9112f5f0a9c778e2abf24f6aa585bc9f539e6ccf))

## 1.3.7

- **FIX**: add await-workflow action to wait for pub.dev publishing. ([7206a006](https://github.com/hpi-studyu/studyu/commit/7206a00663657f6d6256b99b0c3aca33e9b263bb))
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.3.7
version: 1.3.8
publish_to: none
description: Create digital N-of-1 studies with StudyU

Expand Down Expand Up @@ -29,8 +29,8 @@ dependencies:
reactive_forms: ^15.0.0 # >=intl 18.0.1
rxdart: ^0.27.7
shared_preferences: ^2.2.0
studyu_core: ^4.3.0-dev.5
studyu_flutter_common: ^1.6.2-dev.6
studyu_core: ^4.3.0-dev.6
studyu_flutter_common: ^1.6.2-dev.7
supabase: ^1.9.5
supabase_flutter: ^1.10.6
url_launcher: ^6.1.11
Expand Down
5 changes: 5 additions & 0 deletions flutter_common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.6.2-dev.7

- **FIX**: upgrade deps (switch to wakelock_plus). ([9112f5f0](https://github.com/hpi-studyu/studyu/commit/9112f5f0a9c778e2abf24f6aa585bc9f539e6ccf))
- **FIX**: add await-workflow action to wait for pub.dev publishing. ([7206a006](https://github.com/hpi-studyu/studyu/commit/7206a00663657f6d6256b99b0c3aca33e9b263bb))

## 1.6.2-dev.6

- **FIX**: add await-workflow action to wait for pub.dev publishing. ([7206a006](https://github.com/hpi-studyu/studyu/commit/7206a00663657f6d6256b99b0c3aca33e9b263bb))
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.6.2-dev.6
version: 1.6.2-dev.7
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.1.0
shared_preferences: ^2.2.0
studyu_core: ^4.3.0-dev.5
studyu_core: ^4.3.0-dev.6
supabase_flutter: ^1.10.6
uuid: ^3.0.7

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: studyu_workspace
description: The root of the StudyU project
publish_to: none
version: 0.3.0
version: 0.4.0

environment:
sdk: ">=2.18.0 <3.0.0"
Expand Down

0 comments on commit 90e2d79

Please sign in to comment.