Skip to content

Commit

Permalink
Version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarzka committed Mar 20, 2021
1 parent 55b47d4 commit 2116465
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,9 @@
# 2.2.2

March 20, 2021

- Minor refactoring based on clj-kondo findings. No functional changes.

# 2.2.1

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

```clj
[stylefy "2.2.1"]
[stylefy "2.2.2"]
```

# 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.2.1"
(defproject stylefy "2.2.2"
: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 2116465

Please sign in to comment.