mirror of https://github.com/status-im/reagent.git
Release 0.9.0-rc1
This commit is contained in:
parent
470a101095
commit
bdc3fc063c
|
@ -1,8 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## Unreleased
|
||||
## 0.9.0-rc1 (2019-09-10)
|
||||
|
||||
**[compare](https://github.com/reagent-project/reagent/compare/v0.8.1...master)**
|
||||
**[compare](https://github.com/reagent-project/reagent/compare/v0.8.1...v0.9.0-rc1)**
|
||||
|
||||
- Default to React 16.9
|
||||
- Fix using `with-let` macro in namespaces with `*warn-on-infer*` enabled ([#420](https://github.com/reagent-project/reagent/issues/420))
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(defproject reagent "0.9.0-SNAPSHOT"
|
||||
(defproject reagent "0.9.0-rc1"
|
||||
:url "http://github.com/reagent-project/reagent"
|
||||
:license {:name "MIT"}
|
||||
:description "A simple ClojureScript interface to React"
|
||||
|
|
Loading…
Reference in New Issue