From 53a26adfaaf1513eddeeddecd28771acc6be8301 Mon Sep 17 00:00:00 2001 From: Thomas Crowley Date: Sun, 6 Sep 2020 16:54:06 +1000 Subject: [PATCH] 2.1.11 --- examples/todomvc/deps.edn | 2 +- project.clj | 10 +++++----- rehook-core/project.clj | 2 +- rehook-dom/project.clj | 2 +- rehook-events/project.clj | 4 ++-- rehook-test/pom.xml | 6 +++--- rehook-test/project.clj | 6 +++--- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/examples/todomvc/deps.edn b/examples/todomvc/deps.edn index 25c5b7f..e5c5180 100644 --- a/examples/todomvc/deps.edn +++ b/examples/todomvc/deps.edn @@ -1,4 +1,4 @@ -{:deps {rehook {:mvn/version "2.1.10"} +{:deps {rehook {:mvn/version "2.1.11"} thheller/shadow-cljs {:mvn/version "2.8.52"} org.clojure/clojure {:mvn/version "1.10.1"} org.clojure/clojurescript {:mvn/version "1.10.520"} diff --git a/project.clj b/project.clj index 2793129..cc66d1c 100644 --- a/project.clj +++ b/project.clj @@ -1,9 +1,9 @@ -(defproject rehook "2.1.10" +(defproject rehook "2.1.11" :description "React Hooks for Clojurescript" :url "https://github.com/wavejumper/rehook" :dependencies - [[rehook/core "2.1.10"] - [rehook/dom "2.1.10"] - [rehook/test "2.1.10"] - [rehook/events "2.1.10"]]) + [[rehook/core "2.1.11"] + [rehook/dom "2.1.11"] + [rehook/test "2.1.11"] + [rehook/events "2.1.11"]]) diff --git a/rehook-core/project.clj b/rehook-core/project.clj index 0ff6b47..34da372 100644 --- a/rehook-core/project.clj +++ b/rehook-core/project.clj @@ -1,4 +1,4 @@ -(defproject rehook/core "2.1.10" +(defproject rehook/core "2.1.11" :description "React Hooks for Clojurescript" :url "https://github.com/wavejumper/rehook" diff --git a/rehook-dom/project.clj b/rehook-dom/project.clj index d2251f1..1337cb0 100644 --- a/rehook-dom/project.clj +++ b/rehook-dom/project.clj @@ -1,4 +1,4 @@ -(defproject rehook/dom "2.1.10" +(defproject rehook/dom "2.1.11" :description "React component DSL for Clojurescript" :url "https://github.com/wavejumper/rehook" diff --git a/rehook-events/project.clj b/rehook-events/project.clj index 2c43b71..cbb5fd9 100644 --- a/rehook-events/project.clj +++ b/rehook-events/project.clj @@ -1,10 +1,10 @@ -(defproject rehook/events "2.1.10" +(defproject rehook/events "2.1.11" :description "React Hooks for Clojurescript" :url "https://github.com/wavejumper/rehook" :dependencies [[org.clojure/clojurescript "1.10.520" :scope "provided"] - [rehook/core "2.0.4" :scope "provided"] + [rehook/core "2.1.11" :scope "provided"] [integrant "0.7.0" :scope "provided"]] :source-paths diff --git a/rehook-test/pom.xml b/rehook-test/pom.xml index 3f861cc..fcb2c06 100644 --- a/rehook-test/pom.xml +++ b/rehook-test/pom.xml @@ -4,7 +4,7 @@ rehook test jar - 2.1.10 + 2.1.11 test React Hooks for Clojurescript https://github.com/wavejumper/rehook @@ -67,13 +67,13 @@ rehook dom - 2.1.7 + 2.1.11 provided rehook core - 2.1.7 + 2.1.11 provided diff --git a/rehook-test/project.clj b/rehook-test/project.clj index dfd170a..4da691e 100644 --- a/rehook-test/project.clj +++ b/rehook-test/project.clj @@ -1,12 +1,12 @@ -(defproject rehook/test "2.1.10" +(defproject rehook/test "2.1.11" :description "React Hooks for Clojurescript" :url "https://github.com/wavejumper/rehook" :dependencies [[org.clojure/clojurescript "1.10.520" :scope "provided"] [org.clojure/clojure "1.10.1" :scope "provided"] - [rehook/dom "2.1.7" :scope "provided"] - [rehook/core "2.1.7" :scope "provided"] + [rehook/dom "2.1.11" :scope "provided"] + [rehook/core "2.1.11" :scope "provided"] [zprint "0.5.3"]] :profiles