Skip to content

Commit

Permalink
release "3.10.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed Sep 16, 2018
1 parent 787e414 commit 5683479
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
8 changes: 6 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## 3.0.9
## 3.10.0

- [pr 386](https://github.com/luminus-framework/luminus-template/pull/386) point Figwheel logs to the log folder
- cprop 0.1.13
- tools.cli 0.4.0
- ring-core 1.7.0
- ring-devel 1.7.0

## 3.0.8
## 3.0.9

- selmer 1.12.1

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 luminus/lein-template "3.0.9"
(defproject luminus/lein-template "3.10.0"
:description "a template for creating Luminus applications"
:url "https://github.com/yogthos/luminus-template"
:license {:name "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion resources/leiningen/new/luminus/core/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# <<name>>

generated using Luminus version "3.0.9"
generated using Luminus version "3.10.0"

FIXME

Expand Down
8 changes: 4 additions & 4 deletions src/leiningen/new/luminus.clj
Original file line number Diff line number Diff line change
Expand Up @@ -130,21 +130,21 @@
['org.webjars.bower/tether "1.4.4"]
['org.webjars/jquery "3.3.1-1"]
['org.clojure/tools.logging "0.4.1"]
['ring/ring-core "1.6.3"]
['ring/ring-core "1.7.0"]
['ring-webjars "0.2.0"]
['org.webjars/webjars-locator "0.34"]
['ring/ring-defaults "0.3.2"]
['luminus/ring-ttl-session "0.3.2"]
['mount "0.1.13"]
['cprop "0.1.11"]
['org.clojure/tools.cli "0.3.7"]
['cprop "0.1.13"]
['org.clojure/tools.cli "0.4.0"]
['nrepl "0.4.5"]])

(def core-dev-dependencies
[['expound "0.7.1"]
['prone "1.6.0"]
['ring/ring-mock "0.3.2"]
['ring/ring-devel "1.6.3"]
['ring/ring-devel "1.7.0"]
['pjstadig/humane-test-output "0.8.3"]])

(def core-dev-plugins
Expand Down

0 comments on commit 5683479

Please sign in to comment.