Bump version and update changelogs

This commit is contained in:
Ali Abrar 2020-11-06 09:15:06 -05:00
parent ddf89778ed
commit ff87aa6e73
3 changed files with 14 additions and 1 deletions

View File

@ -1,5 +1,14 @@
# Revision history for reflex-dom-core
## 0.6.1.0
* Bump version bounds
* Update for new dependent-map and dependent-sum version (after the "some" package split)
* Add `MonadAtomicRef` instance for `UnrunnableT`
* Fix ([#467](https://github.com/reflex-frp/reflex-dom/issues/467)): Prevent multiple firings of XHR response event
* Updates for GHC 8.10
## 0.6.0.0
* ([#375](https://github.com/reflex-frp/reflex-dom/pull/375)) **(Breaking change)** Expose resized dimensions from `resizeDetector`, `resizeDetectorWithStyle`, and `resizeDetectorWithAttrs` from `Reflex.Dom.Widget.Resize`.

View File

@ -1,6 +1,6 @@
cabal-version: 1.24
Name: reflex-dom-core
Version: 0.6.0.0
Version: 0.6.1.0
Synopsis: Functional Reactive Web Apps with Reflex
Description:
Web applications without callbacks or side-effects.

View File

@ -1,5 +1,9 @@
# Revision history for reflex-dom
## 0.6.1.0
* Update for new dependent-map and dependent-sum (after the "some" package split)
## 0.6.0.0
* ([#379](https://github.com/reflex-frp/reflex-dom/pull/379)) Re-export all modules from `reflex-dom-core`. The newly re-exported modules are: