Skip to content

Commit

Permalink
Update antd to 3.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-frick committed Oct 29, 2019
1 parent 7ee81cd commit 5f004cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ All the Ant Design components should be fully functional and production-ready. I
To use Antizer, add the following to your project.clj:

```clojure
[net.ofnir/antizer "3.22.0-0"]
[net.ofnir/antizer "3.23.4-0"]
```

You would also need to add the ClojureScript React library that you will be using.
Expand Down Expand Up @@ -114,6 +114,9 @@ After compilation, open up the respective HTML page in the `examples/resources`

## Changes

### 3.23.4-0
* Updated antd library to [3.23.4](https://ant.design/changelog#3.23.4).

### 3.22.0-0
* Updated antd library to [3.22.0](https://ant.design/changelog#3.22.0).

Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
(defproject net.ofnir/antizer "3.22.0-0"
(defproject net.ofnir/antizer "3.23.4-0"
:description "Antizer"
:url "https://github.com/christoph-frick/antizer"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.10.1"]
[org.clojure/clojurescript "1.10.520"]
[cljsjs/antd "3.22.0-0"]
[cljsjs/antd "3.23.4-0"]
[cljsjs/moment "2.24.0-0"]]
:plugins [[lein-codox "0.10.3"]]
:codox {:language :clojurescript
Expand Down

0 comments on commit 5f004cc

Please sign in to comment.