Skip to content

Commit

Permalink
releasing 0.2.1-4
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Hauman committed Jan 8, 2016
1 parent 0c9c0e5 commit c1da65e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.2.1-4 Om Next Helpers

* bumping sablono deps
* Om Next helpers added by @anmonteiro
* more react warnings killed by @tristanstraub

## 0.2.1-3

* markdown bullet indentation fix
Expand Down
16 changes: 8 additions & 8 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject devcards "0.2.1-3"
(defproject devcards "0.2.1-4"
:description "Devcards is a ClojureScript library that provides a lab space in which you can develop your UI components independently and interactively."
:url "http://github.com/bhauman/devcards"
:license {:name "Eclipse Public License"
Expand All @@ -7,9 +7,10 @@
:dependencies [[org.clojure/clojure "1.7.0"]
[org.clojure/clojurescript "1.7.170"]
[org.clojure/core.async "0.2.374"]
[cljsjs/react "0.14.0-1"]
[cljsjs/react-dom "0.14.0-1"]
[sablono "0.4.0"]
[cljsjs/react "0.14.3-0"]
[cljsjs/react-dom "0.14.3-1"]
[cljsjs/react-dom-server "0.14.3-0"]
[sablono "0.5.3"]
[cljs-react-reload "0.1.1"]
[cljsjs/showdown "0.4.0-1"]]

Expand Down Expand Up @@ -53,20 +54,19 @@
:open-file-command "emacsclient"
;;:nrepl-port 7888
}


:profiles {
:repl { :plugins [[cider/cider-nrepl "0.10.0-SNAPSHOT"]]
:repl { :plugins [[cider/cider-nrepl "0.10.1"]]
:repl-options {:init (set! *print-length* 500)}}
:dev {
:dependencies [;[org.omcljs/om "0.9.0"]
[org.omcljs/om "1.0.0-alpha28"]
[reagent "0.5.1"]
[figwheel-sidecar "0.5.0-2"]
[figwheel-sidecar "0.5.0-3"]
[com.cemerick/piggieback "0.2.1"]
[org.clojure/tools.nrepl "0.2.12"]]
:plugins [[lein-cljsbuild "1.1.1"]
[lein-figwheel "0.5.0-2"]]
[lein-figwheel "0.5.0-3"]]
:resource-paths ["resources" "example-resources"]

}})

0 comments on commit c1da65e

Please sign in to comment.