Skip to content

Commit

Permalink
2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wavejumper committed Aug 19, 2020
1 parent c640863 commit bb064cc
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/todomvc/deps.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:deps {rehook {:mvn/version "2.1.7"}
{:deps {rehook {:mvn/version "2.1.8"}
thheller/shadow-cljs {:mvn/version "2.8.52"}
org.clojure/clojure {:mvn/version "1.10.1"}
org.clojure/clojurescript {:mvn/version "1.10.520"}
Expand Down
10 changes: 5 additions & 5 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
(defproject rehook "2.1.7"
(defproject rehook "2.1.8"
:description "React Hooks for Clojurescript"
:url "https://github.com/wavejumper/rehook"

:dependencies
[[rehook/core "2.1.7"]
[rehook/dom "2.1.7"]
[rehook/test "2.1.7"]
[rehook/events "2.1.7"]])
[[rehook/core "2.1.8"]
[rehook/dom "2.1.8"]
[rehook/test "2.1.8"]
[rehook/events "2.1.8"]])
2 changes: 1 addition & 1 deletion rehook-core/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject rehook/core "2.1.7"
(defproject rehook/core "2.1.8"
:description "React Hooks for Clojurescript"
:url "https://github.com/wavejumper/rehook"

Expand Down
2 changes: 1 addition & 1 deletion rehook-dom/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject rehook/dom "2.1.7"
(defproject rehook/dom "2.1.8"
:description "React component DSL for Clojurescript"
:url "https://github.com/wavejumper/rehook"

Expand Down
2 changes: 1 addition & 1 deletion rehook-events/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject rehook/events "2.1.7"
(defproject rehook/events "2.1.8"
:description "React Hooks for Clojurescript"
:url "https://github.com/wavejumper/rehook"

Expand Down
2 changes: 1 addition & 1 deletion rehook-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>rehook</groupId>
<artifactId>test</artifactId>
<packaging>jar</packaging>
<version>2.1.7</version>
<version>2.1.8</version>
<name>test</name>
<description>React Hooks for Clojurescript</description>
<url>https://github.com/wavejumper/rehook</url>
Expand Down
2 changes: 1 addition & 1 deletion rehook-test/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject rehook/test "2.1.7"
(defproject rehook/test "2.1.8"
:description "React Hooks for Clojurescript"
:url "https://github.com/wavejumper/rehook"

Expand Down

0 comments on commit bb064cc

Please sign in to comment.