Skip to content

Commit

Permalink
v0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Syer10 committed Mar 10, 2024
1 parent 1e227a3 commit 03caaac
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 0.9.5 - 2024-03-10
- Update Compose Multiplatform to 1.6.0
- Update Kotlin to 1.9.22
- Remove root BoxWithConstrains and use experimental WindowInfo api, fixes certain crashes
- Remove deprecated Swipeable from color module and use experimental AnchoredDraggable

### 0.9.4 - 2023-10-01
- Update Compose Multiplatform to 1.5.2
- Update kotlin to 1.9.10
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/ae8d455118164f43a24732761a970cc8)](https://www.codacy.com/gh/vanpra/compose-material-dialogs/dashboard?utm_source=github.com&utm_medium=referral&utm_content=vanpra/compose-material-dialogs&utm_campaign=Badge_Grade)![Build & Test](https://github.com/vanpra/compose-material-dialogs/actions/workflows/main.yml/badge.svg)

**Current Library Compose Multiplatform Version: 1.5.2**
**Current Library Compose Multiplatform Version: 1.6.0**

**Current Library Jetpack Compose Version: 1.5.0**
**Current Library Jetpack Compose Version: 1.6.3**

### [See Releases and Changelog](https://github.com/syer10/compose-material-dialogs/blob/main/CHANGELOG.md)

Expand All @@ -21,7 +21,7 @@
```gradle
dependencies {
...
implementation "ca.gosyer:compose-material-dialogs-core:0.9.4"
implementation "ca.gosyer:compose-material-dialogs-core:0.9.5"
...
}
```
Expand All @@ -37,7 +37,7 @@ dependencies {
```gradle
dependencies {
...
implementation "ca.gosyer:compose-material-dialogs-datetime:0.9.4"
implementation "ca.gosyer:compose-material-dialogs-datetime:0.9.5"
...
}
```
Expand All @@ -53,7 +53,7 @@ dependencies {
```gradle
dependencies {
...
implementation "ca.gosyer:compose-material-dialogs-color:0.9.4"
implementation "ca.gosyer:compose-material-dialogs-color:0.9.5"
...
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ org.jetbrains.compose.experimental.uikit.enabled=true
kotlin.native.ignoreIncorrectDependencies=true

GROUP=ca.gosyer
VERSION_NAME=0.9.4
VERSION_NAME=0.9.5

POM_DESCRIPTION=A Material Dialog Builder for Jetpack Compose
POM_INCEPTION_YEAR=2020
Expand Down

0 comments on commit 03caaac

Please sign in to comment.