Skip to content

Commit

Permalink
Prepare version 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstyl committed Oct 26, 2024
1 parent c9271af commit 6999b21
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
implementation("com.composables:core:1.17.1")
implementation("com.composables:core:1.18.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {

val publishGroupId = "com.composables"
val publishArtifactId = "core"
val publishVersion = "1.18.0"
val publishVersion = "1.19.0"
val githubUrl = "github.com/composablehorizons/compose-unstyled"

composeCompiler {
Expand Down
2 changes: 1 addition & 1 deletion docs/bottom-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
}

dependencies {
implementation("com.composables:core:1.17.1")
implementation("com.composables:core:1.18.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/dialog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
}

dependencies {
implementation("com.composables:core:1.17.1")
implementation("com.composables:core:1.18.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/dropdown-menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
}

dependencies {
implementation("com.composables:core:1.17.1")
implementation("com.composables:core:1.18.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {
}

dependencies {
implementation("com.composables:core:1.17.1")
implementation("com.composables:core:1.18.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/modal-bottom-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
}

dependencies {
implementation("com.composables:core:1.17.1")
implementation("com.composables:core:1.18.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/scrollarea.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}

dependencies {
implementation("com.composables:core:1.17.1")
implementation("com.composables:core:1.18.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/separators.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {
}

dependencies {
implementation("com.composables:core:1.17.1")
implementation("com.composables:core:1.18.0")
}
```

Expand Down

0 comments on commit 6999b21

Please sign in to comment.