Skip to content

Commit fe33631

Browse files
author
Richard Feldman
committed
Bump version for release.
1 parent e4b4932 commit fe33631

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ Now `zIndex 9999` is available to use inside our `Stylesheet`.
216216
## Releases
217217
| Version | Notes |
218218
| ------- | ----- |
219+
| [**7.0.0**](https://github.com/rtfeldman/elm-css/tree/7.0.0) | Switch from `(#)` and `(.)` to `class` and `id`
219220
| [**6.1.0**](https://github.com/rtfeldman/elm-css/tree/6.1.0) | Add box styles and table display options.
220221
| [**6.0.0**](https://github.com/rtfeldman/elm-css/tree/6.0.0) | `float` is now `num`. Length units expose type aliases, e.g. `Px`. Many new keywords!
221222
| [**5.0.0**](https://github.com/rtfeldman/elm-css/tree/5.0.0) | Have `compile` accept multiple files, add more keywords.

elm-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.0.0",
2+
"version": "8.0.0",
33
"summary": "CSS Preprocessor for Elm",
44
"repository": "https://github.com/rtfeldman/elm-css.git",
55
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)