Skip to content

Commit

Permalink
Bump version to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinesp committed Apr 5, 2024
1 parent 7af76e3 commit 5f59da5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

# v0.0.6:

- Remove Accompanist SystemUiController library.
- Bump dependencies: Kotlin `1.9.23`, Compose BOM `2024.04.00`, Material3 `1.3.1`, AGP `8.3.1`, Robolectric `4.12.1`.
- Update Compound tokens (new decorative colors, photo solid icon).

# v0.0.5:

- Update icons from Compound, also change how the `CompoundIcons` helper works. **This is a breaking change.**
Expand Down
2 changes: 1 addition & 1 deletion compound/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ mavenPublishing {
publishToMavenCentral(SonatypeHost.S01)
signAllPublications()

coordinates("io.element.android", "compound-android", "0.0.5")
coordinates("io.element.android", "compound-android", "0.0.6")
if (!providers.gradleProperty("mavenCentralUsername").isPresent) {
println("No maven central provider")
}
Expand Down

0 comments on commit 5f59da5

Please sign in to comment.