Skip to content

Commit b2c3250

Browse files
committed
Release version 1.0.0-alpha.08.
1 parent e0639c0 commit b2c3250

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.0.0-alpha.08 / 16.12.2022
2+
- Add `iosSimulatorArm64` target
3+
- Implemented `DialogNavigator`
4+
- Fixed `currentTopFlow` property of `StackNavigator`
5+
- Added default back handling for `SetNavigator`
6+
- A bit of refactoring: improved extensions for navigators.
7+
18
# 1.0.0-alpha.07 / 11.12.2022
29
- Kotlin is updated to 1.7.20.
310
- Fixed the desktop sample.

buildSrc/src/main/kotlin/Premo.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
object Premo {
2626

2727
const val groupId = "me.dmdev.premo"
28-
const val version = "1.0.0-alpha.07"
28+
const val version = "1.0.0-alpha.08"
2929
const val description = "Premo helps you implement the presentation layer and share it on iOS and Android."
3030
const val url = "https://github.com/dmdevgo/Premo"
3131

0 commit comments

Comments
 (0)