Skip to content

Commit e21a50a

Browse files
authored
Merge pull request #24 from irgaly/1.1.3
1.1.3
2 parents 9ed9e1f + 7e3b24d commit e21a50a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v1.1.3 - 2025/10/01 JST
2+
3+
#### Improvement
4+
5+
* Update navigation3-runtime 1.0.0-alpha10, navigation3-ui 1.0.0+dev2999 [#23](https://github.com/irgaly/compose-navigation3-resultstate/pull/23)
6+
17
# v1.1.2 - 2025/09/23 JST
28

39
#### Fix

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Also the saved results are tied to NavEntry's lifecycle, and cleared automatical
1818
Compose Navigation3 is still in alpha version, so use the Navigation3 version that ResultState is
1919
compatible with.
2020

21+
* ResultState 1.1.3 is compatible with [Navigation3 1.0.0-alpha10](https://developer.android.com/jetpack/androidx/releases/navigation3#1.0.0-alpha10).
2122
* ResultState 1.1.2 is compatible with [Navigation3 1.0.0-alpha09](https://developer.android.com/jetpack/androidx/releases/navigation3#1.0.0-alpha09).
2223
* ResultState 1.1.0 is compatible with [Navigation3 1.0.0-alpha08](https://developer.android.com/jetpack/androidx/releases/navigation3#1.0.0-alpha08).
2324

@@ -50,7 +51,7 @@ plugins {
5051

5152
dependencies {
5253
// add ResultState dependency
53-
implementation("io.github.irgaly.navigation3.resultstate:resultstate:1.1.2")
54+
implementation("io.github.irgaly.navigation3.resultstate:resultstate:1.1.3")
5455
implementation("androidx.navigation3:navigation3-ui:...")
5556
// ...
5657
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
resultstate = "1.1.2"
2+
resultstate = "1.1.3"
33
kotlin = "2.2.20"
44
kotlinx-coroutines = "1.10.2"
55
kotlinx-serialization = "1.9.0"

0 commit comments

Comments
 (0)