Skip to content

Commit

Permalink
Merge pull request #84 from element-hq/version-0.1.0
Browse files Browse the repository at this point in the history
Version `0.1.0`
  • Loading branch information
jmartinesp authored Sep 23, 2024
2 parents 2bba1cf + 7187bd7 commit 97b164a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion compound/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down

0 comments on commit 97b164a

Please sign in to comment.