Skip to content

Commit

Permalink
chore: prepare version 0.3.0 (#519)
Browse files Browse the repository at this point in the history
Co-authored-by: Marina Romanova <36896406+MarinaRomanova@users.noreply.github.com>
  • Loading branch information
soulcramer and MarinaRomanova authored Jul 11, 2023
1 parent 7154ae0 commit 3bf2541
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

## [Unreleased]

## [0.3.0]

_2023-07-11_

* 🆕 Migrate `TextField` to the new spark spec with multiple sizes, styles and intents.
* 🔧 Add extensions to make usage of dims and highlights simpler.
* 💄 `Buttons` now have the correct color in disabled state.
* 💄 `Badges` now have all intents instead of `error` and `info`.
* 💄 `Snackbars` now have a bigger shape in new ui.
* 🐛 `Tags` now correctly expose its children with semantics.
* 🗑️ Deprecated `SparkIcons` are now removed.
* Update icon resources

## [0.2.0]

_2023-06-23_
Expand Down Expand Up @@ -53,7 +66,9 @@ _2023-03-29_

<!-- Links -->

[Unreleased]: https://github.com/adevinta/spark-android/compare/0.2.0...HEAD
[Unreleased]: https://github.com/adevinta/spark-android/compare/0.3.0...HEAD

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

[0.2.0]: https://github.com/adevinta/spark-android/releases/tag/0.2.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.3.0-SNAPSHOT
version=0.3.0
group=com.adevinta.spark

org.gradle.caching=true
Expand Down

0 comments on commit 3bf2541

Please sign in to comment.