fill changelog and downgrade coroutines

This commit is contained in:
InsanusMokrassar 2022-05-28 09:45:18 +06:00
parent 195fe221c4
commit 187e84ad65
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## 0.10.6
* `Versions`
* `Ktor`: `2.0.1` -> `2.0.2`
* `Common`
* `JS`:
* Add `ResizeObserver` functionality

View File

@ -2,7 +2,7 @@
kt = "1.6.21"
kt-serialization = "1.3.3"
kt-coroutines = "1.6.2"
kt-coroutines = "1.6.1"
jb-compose = "1.2.0-alpha01-dev686"
jb-exposed = "0.38.2"