Skip to content

Commit 551376d

Browse files
committed
Bump version to 18.0.0 for release
1 parent 845fdab commit 551376d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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+
| [18.0.0](https://github.com/rtfeldman/elm-css/tree/18.0.0) | Add `line-height: normal` ([#578](https://github.com/rtfeldman/elm-css/pull/578)) and `keyedLazy` ([#584](https://github.com/rtfeldman/elm-css/pull/584))
45
| [17.1.1](https://github.com/rtfeldman/elm-css/tree/17.1.1) | Allow multiple `css` attributes on node ([#566](https://github.com/rtfeldman/elm-css/pull/566))
56
| [17.1.0](https://github.com/rtfeldman/elm-css/tree/17.1.0) | Support nonces ([#569](https://github.com/rtfeldman/elm-css/pull/569))
67
| [17.0.5](https://github.com/rtfeldman/elm-css/tree/17.0.5) | Fix SVG styling bug ([#565](https://github.com/rtfeldman/elm-css/pull/565))

elm.json

Lines changed: 1 addition & 1 deletion
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.1.1",
6+
"version": "18.0.0",
77
"exposed-modules": {
88
"Elements": [
99
"Html.Styled",

0 commit comments

Comments
 (0)