mirror of
https://github.com/InsanusMokrassar/JSUIKitKBindings.git
synced 2024-11-14 20:33:49 +00:00
commit
6783bd6666
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.7.2
|
||||||
|
|
||||||
|
* `Kotlin`: `1.9.10`
|
||||||
|
* `Compose`: `1.5.1`
|
||||||
|
|
||||||
## 0.7.1
|
## 0.7.1
|
||||||
|
|
||||||
* Type of `animation` parameter in `Alert` has been changed according to docs: now it is `Boolean`
|
* Type of `animation` parameter in `Alert` has been changed according to docs: now it is `Boolean`
|
||||||
|
@ -7,4 +7,4 @@ kotlin.incremental.js=true
|
|||||||
# Project data
|
# Project data
|
||||||
|
|
||||||
group=dev.inmo
|
group=dev.inmo
|
||||||
version=0.7.1
|
version=0.7.2
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
[versions]
|
[versions]
|
||||||
|
|
||||||
kt = "1.8.20"
|
kt = "1.9.10"
|
||||||
jb-compose = "1.4.0"
|
jb-compose = "1.5.1"
|
||||||
jb-dokka = "1.8.10"
|
jb-dokka = "1.9.0"
|
||||||
gh-release = "2.4.1"
|
gh-release = "2.4.1"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
|
Loading…
Reference in New Issue
Block a user