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 14, 2023
1 parent 3c93790 commit b0c0f58
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [9.0.2] - 2023-05-13

## Fixed
- Breaking styles from id string that contains forward slashes.

## [9.0.1] - 2023-05-13

## Fixed
Expand Down Expand Up @@ -543,6 +548,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.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
[8.2.1]: https://github.com/Confidenceman02/elm-select/compare/8.2.0...8.2.1
Expand Down
2 changes: 1 addition & 1 deletion elm-book/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"Confidenceman02/elm-select": "9.0.0",
"Confidenceman02/elm-select": "9.0.2",
"dtwrks/elm-book": "1.4.2",
"dtwrks/elm-book-interop-elm-css": "1.0.1",
"elm/browser": "1.0.2",
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.1",
"version": "9.0.2",
"exposed-modules": [
"Select",
"Select.Styles"
Expand Down

0 comments on commit b0c0f58

Please sign in to comment.