Skip to content

Commit 92edc82

Browse files
committed
Release version 1.0.0-alpha.11.
1 parent 2921e54 commit 92edc82

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.0.0-alpha.11 / 29.08.2023
2+
- Published new module: `premo-navigation-compose`.
3+
- Removed `showForResult` from `DialogNavigator` because this way of waiting the result is not persistent.
4+
- Removed `sendResult` from `DialogNavigator`. The right way to send a result is using PM messages.
5+
- Kotlin is updated to 1.9.0.
6+
17
# 1.0.0-alpha.10 / 30.07.2023
28
- Published new module: `premo-saver-json`.
39
- Implemented `DialogGroupNavigation` for showing a group of dialogs.

plugins/src/main/kotlin/me/dmdev/premo/Premo.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ package me.dmdev.premo
2727
object Premo {
2828

2929
const val groupId = "me.dmdev.premo"
30-
const val version = "1.0.0-alpha.10"
30+
const val version = "1.0.0-alpha.11"
3131
const val description = "Premo helps to implement the presentation layer and share it on Android, iOS, Desktop and Web."
3232
const val url = "https://github.com/dmdevgo/Premo"
3333

0 commit comments

Comments
 (0)