Skip to content

Commit

Permalink
Release version 1.0.0-alpha.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmdevgo committed Jan 14, 2024
1 parent 04eef57 commit 758ad4c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.0.0-alpha.12 / 15.01.2024
- Removed `PmDescription` and `PmParams`. Instead, use `PmArgs` to pass serializable arguments to the `PresentationModel`.
- Added `NoPmStateSaver` and `NoPmStateSaverFactory`.
- Added `oldState` parameter to `PmLifecycle.Observer`
- Kotlin is updated to 1.9.21.

# 1.0.0-alpha.11 / 29.08.2023
- Published new module: `premo-navigation-compose`.
- Removed `showForResult` from `DialogNavigator` because this way of waiting the result is not persistent.
Expand Down
4 changes: 2 additions & 2 deletions plugins/src/main/kotlin/me/dmdev/premo/Premo.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright (c) 2020-2023 Dmitriy Gorbunov ([email protected])
* Copyright (c) 2020-2024 Dmitriy Gorbunov ([email protected])
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand All @@ -27,7 +27,7 @@ package me.dmdev.premo
object Premo {

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

Expand Down

0 comments on commit 758ad4c

Please sign in to comment.