Skip to content

Commit

Permalink
chore: prepare version 1.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Rayapoullé <scott.rayapoulle@adevinta.com>
  • Loading branch information
soulcramer committed Jan 29, 2025
1 parent 7f49c77 commit 18cbc78
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -422,7 +430,9 @@ _2023-03-29_

<!-- Links -->

[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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# SOFTWARE.
#

version=1.1.1
version=1.1.2
group=com.adevinta.spark

org.gradle.caching=true
Expand Down

0 comments on commit 18cbc78

Please sign in to comment.