diff --git a/CHANGELOG.md b/CHANGELOG.md index b1133aa..f53bd2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,13 @@ # Changelog +# v0.1.0: +- Import Semantics color and typography from compound tokens. +- Replace avatar colors with updated values. +- Update Compose to `BOM 2024.09.02` and Material 3 to `v1.3.0`. + # v0.0.7: -- import Semantics color from compound token, and new color: `iconAccentPrimary`, and make them public so that they can be copied to override colors. +- Import Semantics color from compound token, and new color: `iconAccentPrimary`, and make them public so that they can be copied to override colors. - New icons: `ExtensionsSolid`, `MarkAsRead`, `MarkAsUnread`, `Minus` - Add more screenshot tests. diff --git a/compound/build.gradle.kts b/compound/build.gradle.kts index 4cc0491..4c78a62 100644 --- a/compound/build.gradle.kts +++ b/compound/build.gradle.kts @@ -102,7 +102,7 @@ mavenPublishing { publishToMavenCentral(SonatypeHost.S01) signAllPublications() - coordinates("io.element.android", "compound-android", "0.0.7") + coordinates("io.element.android", "compound-android", "0.1.0") if (!providers.gradleProperty("mavenCentralUsername").isPresent) { println("No maven central provider") }