Skip to content

Commit

Permalink
chore(release): 7.0.0-alpha.2 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0-alpha.2](v7.0.0-alpha.1...v7.0.0-alpha.2) (2020-11-11)

* Added Semantic Release ([54a83ce](54a83ce))

### BREAKING CHANGES

* - The returned ref is now a RefCallback, not a ref object
- The returned ref will always be the same RefCallback.
  Previously when a custom ref object was passed, it was returned as well from
  the hook as "ref".
- Compared to 6.2.0-alpha.1 There's no `callbackRef` return value
  anymore.
  • Loading branch information
semantic-release-bot authored and ZeeCoder committed Nov 11, 2020
1 parent 6fc9f5e commit 2fded35
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# [7.0.0-alpha.2](https://github.com/ZeeCoder/use-resize-observer/compare/v7.0.0-alpha.1...v7.0.0-alpha.2) (2020-11-11)


* Added Semantic Release ([54a83ce](https://github.com/ZeeCoder/use-resize-observer/commit/54a83cede6fcb8dbfa9e0f9a0ea2f1f4557b606f))


### BREAKING CHANGES

* - The returned ref is now a RefCallback, not a ref object
- The returned ref will always be the same RefCallback.
Previously when a custom ref object was passed, it was returned as well from
the hook as "ref".
- Compared to 6.2.0-alpha.1 There's no `callbackRef` return value
anymore.

# CHANGELOG

0 comments on commit 2fded35

Please sign in to comment.