Skip to content

Commit

Permalink
Prepare version 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstyl committed Oct 31, 2024
1 parent e833bfc commit c22ab3b
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 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.18.2")
implementation("com.composables:core:1.19.1")
}
```

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.19.1"
val publishVersion = "1.20.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.18.2")
implementation("com.composables:core:1.19.1")
}
```

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

dependencies {
implementation("com.composables:core:1.18.2")
implementation("com.composables:core:1.19.1")
}
```

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.18.2")
implementation("com.composables:core:1.19.1")
}
```

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.18.2")
implementation("com.composables:core:1.19.1")
}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/modal-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.18.2")
implementation("com.composables:core:1.19.1")
}
```

Expand Down Expand Up @@ -463,7 +463,7 @@ ModalBottomSheet(rememberModalBottomSheetState(initialDetent = SheetDetent.Fully
windowInsetsController.isAppearanceLightStatusBars = true
windowInsetsController.isAppearanceLightNavigationBars = false
}
BasicText("Transparent bars. So cool 😎 ", modifier = Modifier.navigationBarsPadding())
BasicText("Transparent status bar, darkened navbars. Easy-peazy 😎 ", modifier = Modifier.navigationBarsPadding())
}
}
```
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.18.2")
implementation("com.composables:core:1.19.1")
}
```

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.18.2")
implementation("com.composables:core:1.19.1")
}
```

Expand Down

0 comments on commit c22ab3b

Please sign in to comment.