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 Jan 31, 2023
1 parent 3ac8f19 commit c85c914
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 13 deletions.
4 changes: 4 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.11.1

- **FIX**: migration. ([3ac8f192](https://github.com/hpi-studyu/studyu/commit/3ac8f192d4191eed640340e1292bcdd1c64ece98))

## 1.11.0

- **FIX**: show correct screen when app is launched by a notification. ([77c22707](https://github.com/hpi-studyu/studyu/commit/77c227078fa70e78e29ee7bf810b2bc20cb45657))
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: '1.11.0'
version: '1.11.1'

environment:
# todo upgrade to null safety
Expand Down Expand Up @@ -37,8 +37,8 @@ dependencies:
quiver: ^3.2.1
rainbow_color: ^2.0.1
shared_preferences: ^2.0.17
studyu_core: ^3.8.0
studyu_flutter_common: ^1.3.23
studyu_core: ^3.8.1
studyu_flutter_common: ^1.3.24
supabase: ^0.3.6 # breaking
supabase_flutter: ^0.3.3 # breaking
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 @@
## 3.8.1

- **FIX**: migration. ([3ac8f192](https://github.com/hpi-studyu/studyu/commit/3ac8f192d4191eed640340e1292bcdd1c64ece98))

## 3.8.0

- **FIX**: do not show interventions with empty titles. ([2a9abe76](https://github.com/hpi-studyu/studyu/commit/2a9abe764d245062548cff5a1a43251a9fc14a4f))
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.8.0
version: 3.8.1
homepage: https://hpi.de/lippert/projects/studyu.html
repository: https://github.com/hpi-studyu/studyu

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

- **FIX**: migration. ([3ac8f192](https://github.com/hpi-studyu/studyu/commit/3ac8f192d4191eed640340e1292bcdd1c64ece98))

## 1.6.0

- **FIX**: upgrade to flutter 3.7.0. ([2aa80015](https://github.com/hpi-studyu/studyu/commit/2aa80015a22161773649790edf2c38742809c45b))
Expand Down
6 changes: 3 additions & 3 deletions 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.6.0
version: 1.6.1

environment:
sdk: ">=2.7.0 <3.0.0"
Expand All @@ -32,8 +32,8 @@ dependencies:
material_design_icons_flutter: ^6.0.7096
pretty_json: ^2.0.0
provider: ^6.0.5
studyu_core: ^3.8.0
studyu_flutter_common: ^1.3.23
studyu_core: ^3.8.1
studyu_flutter_common: ^1.3.24
supabase: ^0.3.6 # breaking
supabase_flutter: ^0.3.3 # breaking
universal_html: ^2.0.8
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.3.24

- **FIX**: migration. ([3ac8f192](https://github.com/hpi-studyu/studyu/commit/3ac8f192d4191eed640340e1292bcdd1c64ece98))

## 1.3.23

- **FIX**: upgrade to flutter 3.7.0. ([2aa80015](https://github.com/hpi-studyu/studyu/commit/2aa80015a22161773649790edf2c38742809c45b))
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.3.23
version: 1.3.24
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.17
studyu_core: ^3.8.0
studyu_core: ^3.8.1
supabase_flutter: ^0.3.3 # breaking
uuid: ^3.0.7

Expand Down
4 changes: 4 additions & 0 deletions notebook_uploader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.23

- Update a dependency to the latest release.

## 1.3.22

- **FIX**: upgrade to flutter 3.7.0. ([2aa80015](https://github.com/hpi-studyu/studyu/commit/2aa80015a22161773649790edf2c38742809c45b))
Expand Down
4 changes: 2 additions & 2 deletions notebook_uploader/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: studyu_notebook_uploader
description: A cli tool to upload html of jupyter notebooks to supabase
version: 1.3.22
version: 1.3.23
homepage: https://hpi.de/lippert/projects/studyu.html
repository: https://github.com/hpi-studyu/studyu

Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
args: ^2.3.2
path: ^1.8.3
studyu_core: ^3.8.0
studyu_core: ^3.8.1
supabase: ^0.3.6 # breaking

dev_dependencies:
Expand Down
4 changes: 4 additions & 0 deletions repo_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.22

- **FIX**: migration. ([3ac8f192](https://github.com/hpi-studyu/studyu/commit/3ac8f192d4191eed640340e1292bcdd1c64ece98))

## 1.4.21

- **FIX**: upgrade to flutter 3.7.0. ([2aa80015](https://github.com/hpi-studyu/studyu/commit/2aa80015a22161773649790edf2c38742809c45b))
Expand Down
4 changes: 2 additions & 2 deletions repo_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: studyu_repo_generator
description: A web server to generate/update Gitlab repos
version: 1.4.21
version: 1.4.22
homepage: https://hpi.de/lippert/projects/studyu.html
repository: https://github.com/hpi-studyu/studyu

Expand All @@ -14,7 +14,7 @@ dependencies:
path: ^1.8.3
pretty_json: ^2.0.0
shelf: ^1.4.0
studyu_core: ^3.8.0
studyu_core: ^3.8.1
supabase: ^0.3.6 # breaking

dev_dependencies:
Expand Down

0 comments on commit c85c914

Please sign in to comment.