Skip to content

Commit

Permalink
Bump elm version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaime Terreu authored and Jaime Terreu committed Jul 3, 2023
1 parent 95f47a4 commit 2ba33f6
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 @@
## [10.0.0] - 2023-07-03

## Breaking changes
- `Focus` and `Blur` added to `Action` type.

## [9.0.3] - 2023-06-28

## Added
Expand Down Expand Up @@ -553,6 +558,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/)

[10.0.0]: https://github.com/Confidenceman02/elm-select/compare/9.0.2...10.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
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.3",
"version": "10.0.0",
"exposed-modules": [
"Select",
"Select.Styles"
Expand Down

0 comments on commit 2ba33f6

Please sign in to comment.