Skip to content

Commit

Permalink
0.3.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
martinklepsch committed Feb 23, 2018
1 parent 9d92248 commit 32635f0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
(See [legend](#legend) at the end for some rough definition of the bold labels in front of each item.)

### 0.3.1-alpha

- upgrade `prop-types` dependency ([#20](https://github.com/martinklepsch/derivatives/pull/20))
- use `:static-properties` instead of `:class-properties` to pass `:childContextTypes` ([#20](https://github.com/martinklepsch/derivatives/pull/20))

### 0.3.0

- :warning: **Breaking** `derivatives-pool` now returns the record instead of a map with the `get!` and `release!` functions. **If you did not directly call the `derivatives-pool` function (and used the Rum mixins) this should not affect you.** ([e813f1ddfd7](https://github.com/martinklepsch/derivatives/commit/e813f1ddfd7636a5b6371bd4ff5bb75054e28e6c))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ A secondary objective is also to achieve the above without relying on global sta

[](dependency)
```clojure
[org.martinklepsch/derivatives "0.3.0"] ;; latest release
[org.martinklepsch/derivatives "0.3.1-alpha"] ;; latest release
```
[](/dependency)

Expand Down
2 changes: 1 addition & 1 deletion build.boot
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[rum "0.10.8"]
[cljsjs/prop-types "15.6.0-0"]])

(def +version+ "0.3.0")
(def +version+ "0.3.1-alpha")
(def github "https://github.com/martinklepsch/derivatives")

(task-options!
Expand Down

0 comments on commit 32635f0

Please sign in to comment.