Skip to content

Commit d7e6e44

Browse files
committed
release: v2.2.21-0.13.2
1 parent 55ca116 commit d7e6e44

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

.changelog/v2.2.21-0.13.2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Kotlin version: `v2.2.21`

buildSrc/src/main/kotlin/IProject.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ object IProject : ProjectDetail() {
3232
const val HOMEPAGE = "https://github.com/ForteScarlet/kotlin-suspend-transform-compiler-plugin"
3333

3434
// Remember the libs.versions.toml!
35-
val ktVersion = "2.2.20"
35+
val ktVersion = "2.2.21"
3636
val pluginVersion = "0.13.2"
3737

3838
override val version: String = "$ktVersion-$pluginVersion"

docs/src/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version": "2.2.20-0.13.2"}
1+
{"version": "2.2.21-0.13.2"}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kotlinx-coroutines = "1.8.0"
33
kotlinx-serialization = "1.7.1"
44
google-auto-service = "1.0.1"
55
# Remember the `IProject.ktVersion`!
6-
kotlin = "2.2.20"
6+
kotlin = "2.2.21"
77

88
# https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-publish-libraries.html#configure-the-project
99
# https://github.com/vanniktech/gradle-maven-publish-plugin

kotlin-js-store/yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1907,6 +1907,11 @@ type-is@~1.6.18:
19071907
media-typer "0.3.0"
19081908
mime-types "~2.1.24"
19091909

1910+
1911+
version "5.8.3"
1912+
resolved "https://registry.npmmirror.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
1913+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
1914+
19101915
ua-parser-js@^0.7.30:
19111916
version "0.7.37"
19121917
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.37.tgz#e464e66dac2d33a7a1251d7d7a99d6157ec27832"

0 commit comments

Comments
 (0)