Skip to content

Commit

Permalink
updated antd library version to 3.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
just-sultanov committed Nov 26, 2019
1 parent 514f293 commit f72c85e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.adoc
@@ -1,8 +1,14 @@
== Changelog

=== v6.1.2

* antd library updated to https://ant.design/changelog#3.25.3[v3.25.3]

=== v6.1.1

* antd library updated to https://ant.design/changelog#3.25.2[v3.25.2]
* clojurescript library updated to 1.10.597
* reagent library updated to 0.9.0-rc3

=== v6.1.0

Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Expand Up @@ -4,7 +4,7 @@ image:https://img.shields.io/clojars/v/ant.design.svg[Clojars, link=https://cloj

== ant.design

A ClojureScript library for https://ant.design[Ant Design]
A ClojureScript library for https://ant.design[Ant Design].

=== Quick Start Guide

Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Expand Up @@ -3,7 +3,7 @@
:deps {org.clojure/clojure {:mvn/version "1.10.1"}
org.clojure/clojurescript {:mvn/version "1.10.597"}
reagent {:mvn/version "0.9.0-rc3"}
cljsjs/antd {:mvn/version "3.25.2-0"}}
cljsjs/antd {:mvn/version "3.25.3-0"}}

:aliases {:repl {:extra-deps {nrepl {:mvn/version "0.6.0"}
cider/piggieback {:mvn/version "0.4.2"}}
Expand Down

0 comments on commit f72c85e

Please sign in to comment.