Skip to content

Commit 809e36e

Browse files
chore(release): 7.0.0 [skip ci]
# [7.0.0](v6.1.0...v7.0.0) (2020-11-11) ### Bug Fixes * semantic release fixes ([3769769](3769769)) * Using package.json file attr instead of gitignore ([c58f34e](c58f34e)) * Added Semantic Release ([55f6368](55f6368)) ### 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.
1 parent 35cc62d commit 809e36e

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [7.0.0](https://github.com/ZeeCoder/use-resize-observer/compare/v6.1.0...v7.0.0) (2020-11-11)
2+
3+
4+
### Bug Fixes
5+
6+
* semantic release fixes ([3769769](https://github.com/ZeeCoder/use-resize-observer/commit/3769769dd550e96b8497c1ccebcffc3b30d2eb7a))
7+
* Using package.json file attr instead of gitignore ([c58f34e](https://github.com/ZeeCoder/use-resize-observer/commit/c58f34e11b68ef9622a6b2528da8ee68a9685211))
8+
9+
10+
* Added Semantic Release ([55f6368](https://github.com/ZeeCoder/use-resize-observer/commit/55f6368c1b0c3154bfd6ed16e089763de0b0ba47))
11+
12+
13+
### BREAKING CHANGES
14+
15+
* - The returned ref is now a RefCallback, not a ref object
16+
- The returned ref will always be the same RefCallback.
17+
Previously when a custom ref object was passed, it was returned as well from
18+
the hook as "ref".
19+
- Compared to 6.2.0-alpha.1 There's no `callbackRef` return value
20+
anymore.
21+
122
# [7.0.0-alpha.4](https://github.com/ZeeCoder/use-resize-observer/compare/v7.0.0-alpha.3...v7.0.0-alpha.4) (2020-11-11)
223

324
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-resize-observer",
3-
"version": "7.0.0-alpha.4",
3+
"version": "7.0.0",
44
"main": "dist/bundle.cjs.js",
55
"module": "dist/bundle.esm.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)