Skip to content

Commit dcdb18d

Browse files
committed
Release version 1.0.0-alpha.14.
1 parent 1b11e07 commit dcdb18d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.0.0-alpha.14 / 05.02.2024
2+
- Fixed `DialogGroupNavigator` and `DialogGroupNavigationHost`.
3+
- Removed sender tag from `PmMessage`.`PmMessage` is the interface again.
4+
15
# 1.0.0-alpha.13 / 04.02.2024
26
- Published new module for PM testing: `premo-test`. Use `runPmTest` to test a presentation and navigation logic.
37
- Added new methods to send PM messages: `sendToTarget` and `sendToChildren`. Added sender tag to `PmMessage` (now it is abstract class).

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.13"
30+
const val version = "1.0.0-alpha.14"
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)