From 18cbc78f1e12901fedeeae1fa9de975146603eba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Rayapoull=C3=A9?= Date: Wed, 29 Jan 2025 10:32:59 +0100 Subject: [PATCH] chore: prepare version 1.1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Scott Rayapoullé --- CHANGELOG.md | 16 +++++++++++++--- gradle.properties | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15511ac6f..5386993f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,20 @@ ## [Unreleased] -## [1.1.1] +## [1.1.2] + +_2025-01-29_ + +### Spark +- 🐛 Conditional modifiers were not working as expected since they returned an empty modifier instead of modifier chain if the condition was not met. + + +## [1.1.1] _2025-01-28_ ### Spark -- 🐛 Fix character counter not displaying if no helper message is provided. +- 🐛 Conditional modifiers were not working as expected since they returned an empty. - 🐛 `Image` no longer use a `BoxWithConstraint`as its root component which forbid intrinsic sizes - 🐛 Revert `Image` behavior on sizing with empty/loading/error states. @@ -422,7 +430,9 @@ _2023-03-29_ -[Unreleased]: https://github.com/adevinta/spark-android/compare/1.1.1...HEAD +[Unreleased]: https://github.com/adevinta/spark-android/compare/1.1.2...HEAD + +[1.1.0]: https://github.com/adevinta/spark-android/releases/tag/1.1.2 [1.1.0]: https://github.com/adevinta/spark-android/releases/tag/1.1.1 diff --git a/gradle.properties b/gradle.properties index 6af3477f6..4f4de0ce2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,7 +20,7 @@ # SOFTWARE. # -version=1.1.1 +version=1.1.2 group=com.adevinta.spark org.gradle.caching=true