Skip to content

Commit

Permalink
chore: prepare version 0.10.0 (#1114)
Browse files Browse the repository at this point in the history
Co-authored-by: Ahmed Elshahawy <[email protected]>
Co-authored-by: Simon Marquis <[email protected]>
  • Loading branch information
3 people authored May 17, 2024
1 parent 18bc18d commit cd44ec6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

## [Unreleased]

## [0.10.0]

_2024-05-16_

### Spark
- 🆕 `BottomSheetScaffold` now has a new sheetPeekHeight parameter
- 💄 `Chip` Change chip icon default size to be bigger
- 💄 `TextField` Change TextField Icon color from onSurface to neutral
- 💄 `Icons` Update some icons
- 🐛 `ProgressTracker` Fix clipped ProgressTracker indicator

### Catalog App
- 🐛 `Checkbox` Fix intents in CheckboxConfigurator

## [0.9.0]

_2024-04-23_
Expand Down Expand Up @@ -263,7 +277,9 @@ _2023-03-29_

<!-- Links -->

[Unreleased]: https://github.com/adevinta/spark-android/compare/0.9.0...HEAD
[Unreleased]: https://github.com/adevinta/spark-android/compare/0.10.0...HEAD

[0.10.0]: https://github.com/adevinta/spark-android/releases/tag/0.10.0

[0.9.0]: https://github.com/adevinta/spark-android/releases/tag/0.9.0

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=0.10.0-SNAPSHOT
version=0.10.0
group=com.adevinta.spark

org.gradle.caching=true
Expand Down

0 comments on commit cd44ec6

Please sign in to comment.