Release 0.8.0-alpha2

This commit is contained in:
Juho Teperi 2017-10-20 11:08:51 +03:00
parent 0b38b4467d
commit 86bbe68ee0
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@
problems with cursor jumping around
([#282](https://github.com/reagent-project/reagent/pull/282))
- Helps with e.g. Material-UI TextField
- Added `IWithMeta` to `RAtom` ([#314](https://github.com/reagent-project/reagent/pull/314))
## 0.8.0-alpha1 (2017-07-31)

View File

@ -1,4 +1,4 @@
(defproject reagent "0.8.0-alpha1"
(defproject reagent "0.8.0-alpha2"
:url "http://github.com/reagent-project/reagent"
:license {:name "MIT"}
:description "A simple ClojureScript interface to React"