Skip to content

Commit

Permalink
Update antd to 3.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-frick committed Nov 12, 2019
1 parent 8c0899a commit 222d575
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

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

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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Ant Design is an enterprise-class UI design language and React-based implementat
To use Antizer, add the following to your project.clj:

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

You would also need to add the ClojureScript React library that you will be using.
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.23.4-0"
(defproject net.ofnir/antizer "3.24.3-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.23.4-0"]
[cljsjs/antd "3.24.3-0"]
[cljsjs/moment "2.24.0-0"]]
:plugins [[lein-codox "0.10.3"]]
:codox {:language :clojurescript
Expand Down

0 comments on commit 222d575

Please sign in to comment.