From 6573e50a96c6d1b0ad6c0cdef90a97625479e70e Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 14 Oct 2024 09:36:27 +0200 Subject: [PATCH 1/4] Kotlin 2.0.10 --- .idea/kotlinc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index fe63bb6..5815a4a 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file From 746629ac92f001ba8d4f945a6435dc9b6126bce2 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 14 Oct 2024 09:37:11 +0200 Subject: [PATCH 2/4] Git ignore file .idea/runConfigurations.xml --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a6c5d57..3401ec4 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,7 @@ captures/ # Comment next line if keeping position of elements in Navigation Editor is relevant for you .idea/navEditor.xml .idea/other.xml +.idea/runConfigurations.xml .idea/tasks.xml .idea/workspace.xml .idea/libraries From 6f347b49126b9cfa728b8c3c2efe43132f3d20ff Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 14 Oct 2024 09:46:15 +0200 Subject: [PATCH 3/4] Release 0.1.1 --- CHANGELOG.md | 4 ++++ compound/build.gradle.kts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f53bd2b..271ad5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# v0.1.1: +- Better support for RTL languages (#85) +- Update Compose to `BOM 2024.09.03` and other updates of dependencies. + # v0.1.0: - Import Semantics color and typography from compound tokens. - Replace avatar colors with updated values. diff --git a/compound/build.gradle.kts b/compound/build.gradle.kts index 4c78a62..3735866 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.1.0") + coordinates("io.element.android", "compound-android", "0.1.1") if (!providers.gradleProperty("mavenCentralUsername").isPresent) { println("No maven central provider") } From 381882e2fff9e5ee4dbee7e2f2353206e899709e Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 14 Oct 2024 09:47:24 +0200 Subject: [PATCH 4/4] Ignore .kotlin folder. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3401ec4..079b8d3 100644 --- a/.gitignore +++ b/.gitignore @@ -96,3 +96,5 @@ lint/tmp/ /tmp .DS_Store + +/.kotlin \ No newline at end of file