Skip to content

Commit

Permalink
Release version 1.0.0-alpha.06.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmdevgo committed Jun 4, 2022
1 parent d27e941 commit f6a1dc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.0.0-alpha.06 / 04.06.2022
Added commands for `StackNavigator`:
- popToRoot
- popUntil
- replaceTop
- replaceAll

# 1.0.0-alpha.05 / 09.05.2022
- Abstraction level support for implementing state persistence in different formats (Json, ProtoBuf, Parcelable) #6.
- Added PmStateSaverFactory and BundleStateSaver.
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Premo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
object Premo {

const val groupId = "me.dmdev.premo"
const val version = "1.0.0-alpha.05"
const val version = "1.0.0-alpha.06"
const val description = "Premo helps you implement the presentation layer and share it on iOS and Android."
const val url = "https://github.com/dmdevgo/Premo"

Expand Down

0 comments on commit f6a1dc2

Please sign in to comment.