Skip to content

Commit

Permalink
pre.806
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonya committed Sep 12, 2024
1 parent ec5aa53 commit 92fa910
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**BREAKING CHANGE**

`wrappers` group removed from version catalog aliases.
Details - #2497.
Details: [#2497](https://github.com/JetBrains/kotlin-wrappers/issues/2497).

```kotlin
// Before
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dependencyResolutionManagement {

versionCatalogs {
create("kotlinWrappers") {
val wrappersVersion = "0.0.1-pre.805"
val wrappersVersion = "0.0.1-pre.806"
from("org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog:$wrappersVersion")
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ kotlin.js.stdlib.dom.api.included=false
kotlin.js.ir.output.granularity=per-file

kotlin.version=2.0.20
kotlin-wrappers.version=0.0.1-pre.805
kotlin-wrappers.version=0.0.1-pre.806
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.jetbrains.kotlin-wrappers
version.build=pre.805
version.build=pre.806

org.gradle.jvmargs=-Xms2g -Xmx4g
org.gradle.caching=true
Expand Down
2 changes: 1 addition & 1 deletion kotlin-wrappers-bom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ to have version mismatches.
Usage:

```kotlin
val kotlinWrappersVersion = "1.0.0-pre.805"
val kotlinWrappersVersion = "1.0.0-pre.806"

dependencies {
implementation(platform("org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom:$kotlinWrappersVersion"))
Expand Down

0 comments on commit 92fa910

Please sign in to comment.