Skip to content

Commit

Permalink
chore: prepare version 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
soulcramer committed Jun 18, 2024
1 parent 67065e0 commit 1a07faa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

## [Unreleased]

## [0.10.1]

_2024-06-18_

### Spark
- 🐛 `ModalScaffold` can now take no actions and will hide the Bottom app Bar.
- 🐛 `ModalScaffold` in dialog layout was not respecting the correct min and max width.

### Catalog App
- `ModalScaffold` Added an example that will show the modal with no actions.

## [0.10.0]

_2024-05-16_
Expand Down Expand Up @@ -277,7 +288,9 @@ _2023-03-29_

<!-- Links -->

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

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

[0.10.0]: https://github.com/adevinta/spark-android/releases/tag/0.10.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
version=0.10.1
group=com.adevinta.spark

org.gradle.caching=true
Expand Down

0 comments on commit 1a07faa

Please sign in to comment.