Skip to content

Commit b879106

Browse files
committed
Release version 1.0.0-alpha.15.
1 parent 605fb72 commit b879106

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 1.0.0-alpha.15 / 01.05.2024
2+
- Added wasm target.
3+
- Added `INITIALIZED` state for `PmLifecycle`.
4+
- Update libraries:
5+
- Kotlin 1.9.23
6+
- Compose Multiplatform 1.6.1
7+
- kotlinx-coroutines 1.8.0
8+
- kotlinx-serialization 1.6.3
9+
110
# 1.0.0-alpha.14 / 05.02.2024
211
- Fixed `DialogGroupNavigator` and `DialogGroupNavigationHost`.
312
- Removed sender tag from `PmMessage`.`PmMessage` is the interface again.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
![platform-ios](https://img.shields.io/badge/platform-ios-lightgray)
77
![platform-jvm](https://img.shields.io/badge/platform-jvm-orange)
88
![platform-js](https://img.shields.io/badge/platform-js-yellow)
9+
![platform-wasm](https://img.shields.io/badge/platform-wasm-red)
910

1011
Premo is a Kotlin Multiplatform library that helps to implement the Presentation Layer and share it on Android, iOS, Desktop and Web. Focus on writing logic instead of solving common and boring UI related issues.
1112

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