Skip to content
This repository has been archived by the owner on Aug 18, 2019. It is now read-only.

Commit

Permalink
Merge tag '3.0.0-alpha-4' into develop
Browse files Browse the repository at this point in the history
   3.0.0-alpha-4
  • Loading branch information
awkay committed Jun 9, 2019
2 parents d0e9454 + 7ea7c4c commit a218cb4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.0.0-alpha-4
-------------
- Fixed dependency on EQL

3.0.0-alpha-3
-------------
- Fixed bug in tx processing
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{:paths ["src/main" "src/todomvc"]

:deps {edn-query-language/eql {:local/root "/Users/tonykay/fulcrologic/eql"}
:deps {edn-query-language/eql {:mvn/version "0.0.4"}
com.taoensso/timbre {:mvn/version "4.10.0"}
com.taoensso/tufte {:mvn/version "2.0.1"}
com.cognitect/transit-clj {:mvn/version "0.8.313"}
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 com.fulcrologic/fulcro "3.0.0-alpha-3"
(defproject com.fulcrologic/fulcro "3.0.0-alpha-4"
:description "A library for building full-stack SPA webapps in Clojure and Clojurescript"
:url "https://github.com/fulcrologic/fulcro"
:lein-min-version "2.8.1"
Expand Down

0 comments on commit a218cb4

Please sign in to comment.