Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - studyu_app@1.11.2
 - studyu_designer@1.6.2
  • Loading branch information
johannesvedder committed Feb 2, 2023
1 parent 08c8693 commit 778d89b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
8 changes: 8 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.11.2

- **FIX**: after notification task completed reload dashboard. ([ed571950](https://github.com/hpi-studyu/studyu/commit/ed571950398de32ccbfb3ba26bd4b26022f8f344))
- **FIX**: do not handle notification twice. ([2c61b868](https://github.com/hpi-studyu/studyu/commit/2c61b8688cb7a133bf66271ca932a31f4a590843))
- **FIX**: do not allow to pop navigator after kickoff. ([65159a19](https://github.com/hpi-studyu/studyu/commit/65159a19d87b6fa0eb39189eca86ac4af1d928c1))
- **FIX**: added missing deps and desugar v2.0.0. ([081241ca](https://github.com/hpi-studyu/studyu/commit/081241ca61d32d2f4f60f4b9d22973f174bbae79))
- **FIX**: terms not showing correctly on android. ([b0fed23c](https://github.com/hpi-studyu/studyu/commit/b0fed23c5413cec0dde3874383b16a3c31d0a2db))

## 1.11.1

- **FIX**: migration. ([3ac8f192](https://github.com/hpi-studyu/studyu/commit/3ac8f192d4191eed640340e1292bcdd1c64ece98))
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.11.1'
version: '1.11.2'

environment:
# todo upgrade to null safety
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.2

- **FIX**: deprecated stuff. ([12e1632b](https://github.com/hpi-studyu/studyu/commit/12e1632ba48a98259855c88eeaf6fd771beb893b))

## 1.6.1

- **FIX**: migration. ([3ac8f192](https://github.com/hpi-studyu/studyu/commit/3ac8f192d4191eed640340e1292bcdd1c64ece98))
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.6.1
version: 1.6.2

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

0 comments on commit 778d89b

Please sign in to comment.