Skip to content

Commit ea26198

Browse files
committed
Bump to 17.0.3
1 parent ae87fed commit ea26198

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Releases
22
| Version | Notes |
33
| ------- | ----- |
4+
| [17.0.3](https://github.com/rtfeldman/elm-css/tree/17.0.3) | Fix styled SVG element bug ([#543](https://github.com/rtfeldman/elm-css/issues/543))
45
| [17.0.2](https://github.com/rtfeldman/elm-css/tree/17.0.2) | Fix span style wrapping causing problems in grid container ([#557](https://github.com/rtfeldman/elm-css/issues/557)), improve hashing performance ([#555](https://github.com/rtfeldman/elm-css/pull/555), [#556](https://github.com/rtfeldman/elm-css/pull/556))
56
| [17.0.1](https://github.com/rtfeldman/elm-css/tree/17.0.1) | Fix interaction with Dark Reader extension ([#542](https://github.com/rtfeldman/elm-css/pull/542))
67
| [17.0.0](https://github.com/rtfeldman/elm-css/tree/17.0.0) | Make `animation-iteration-count` work with `infinite` ([#541](https://github.com/rtfeldman/elm-css/pull/541))

elm.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "rtfeldman/elm-css",
44
"summary": "Typed CSS in Elm.",
55
"license": "BSD-3-Clause",
6-
"version": "17.0.2",
6+
"version": "17.0.3",
77
"exposed-modules": {
88
"Elements": [
99
"Html.Styled",
@@ -36,4 +36,4 @@
3636
"test-dependencies": {
3737
"elm-explorations/test": "1.2.2 <= v < 2.0.0"
3838
}
39-
}
39+
}

0 commit comments

Comments
 (0)