Skip to content

Commit

Permalink
Upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarzka committed May 31, 2020
1 parent f122c10 commit 046cfb5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.2.0

May 31, 2020

- Make sure that `keyframes`, `font-face`, `tag`, `class` and `prepare-styles` always return nil, as the return value was never designed to be used anywhere.

# 2.1.1

May 30, 2020
Expand All @@ -10,7 +16,7 @@ May 30, 2020

- Adds support for calling `keyframes`, `font-face`, `tag` and `class` on the backend.

Previously these functions also returned a value, but not anymore. The value was only used for testing purposes. The tests have now been updated, and I don't consider this being a breaking change since the return value was never meant to be used anywhere. The return value was also never used in any examples.
The return value of these functions was also changed, but the value is used for testing purposes only. The tests have now been updated, and I don't consider this being a breaking change since the return value was never meant to be used anywhere. The return value was also never used in any examples.

# 2.0.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ While being originally created with the frontend in mind, stylefy now runs on bo
Add dependency:

```clj
[stylefy "2.1.1"]
[stylefy "2.2.0"]
```

# Setup
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject stylefy "2.1.1"
(defproject stylefy "2.2.0"
:description "Library for styling UI components"
:url "https://github.com/Jarzka/stylefy"
:dependencies [[org.clojure/clojure "1.9.0"]
Expand Down

0 comments on commit 046cfb5

Please sign in to comment.