Skip to content

Commit

Permalink
Bump elm version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaime Terreu committed Jun 28, 2023
1 parent ed55ba0 commit e7dc54c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [9.0.3] - 2023-06-28

## Added
- Tailwind style border styles

## [9.0.2] - 2023-05-13

## Fixed
Expand Down Expand Up @@ -548,6 +553,7 @@ It's not a solid fix but it fails much less.

- Project to elm packages [Confidenceman02/elm-select](https://package.elm-lang.org/packages/Confidenceman02/elm-select/1.0.0/)

[9.0.3]: https://github.com/Confidenceman02/elm-select/compare/9.0.2...9.0.3
[9.0.2]: https://github.com/Confidenceman02/elm-select/compare/9.0.1...9.0.2
[9.0.1]: https://github.com/Confidenceman02/elm-select/compare/9.0.0...9.0.1
[9.0.0]: https://github.com/Confidenceman02/elm-select/compare/8.2.1...9.0.0
Expand Down
2 changes: 1 addition & 1 deletion elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Confidenceman02/elm-select",
"summary": "A Handsome flexible select!",
"license": "BSD-3-Clause",
"version": "9.0.2",
"version": "9.0.3",
"exposed-modules": [
"Select",
"Select.Styles"
Expand Down

0 comments on commit e7dc54c

Please sign in to comment.