Skip to content

Commit

Permalink
Merge branch 'release-0.10.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasRychtecky committed Dec 5, 2018
2 parents 75cde94 + b2adc30 commit 9656008
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.10.1

#### Fixes

- Fix #42 React warning about defaultValue on select

## 0.10.0

#### Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Leiningen/Boot
--------------

```clojure
[druids/rui "0.10.0"]
[druids/rui "0.10.1"]
```

Documentation
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 druids/rui "0.10.0"
(defproject druids/rui "0.10.1"
:description "UI components based on Reagent and Re-frame"
:url "https://github.com/druids/rui"
:license {:name "MIT License"
Expand Down

0 comments on commit 9656008

Please sign in to comment.