Skip to content

Commit 2c2fa9e

Browse files
chore(release): 9.0.0 [skip ci]
# [9.0.0](v8.0.0...v9.0.0) (2022-05-15) ### Bug Fixes * Added some fixes for React 18. ([852d976](852d976)), closes [#90](#90) [#91](#91) [#92](#92) ### BREAKING CHANGES * The lib now takes "Element", not only "HTMLElement", to be consistent with ResizeObserver.
1 parent 852d976 commit 2c2fa9e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [9.0.0](https://github.com/ZeeCoder/use-resize-observer/compare/v8.0.0...v9.0.0) (2022-05-15)
2+
3+
### Bug Fixes
4+
5+
- Added some fixes for React 18. ([852d976](https://github.com/ZeeCoder/use-resize-observer/commit/852d976e481a215671be95964c6fa05825eee82a)), closes [#90](https://github.com/ZeeCoder/use-resize-observer/issues/90) [#91](https://github.com/ZeeCoder/use-resize-observer/issues/91) [#92](https://github.com/ZeeCoder/use-resize-observer/issues/92)
6+
7+
### BREAKING CHANGES
8+
9+
- The lib now takes "Element", not only "HTMLElement", to
10+
be consistent with ResizeObserver.
11+
112
# [8.0.0](https://github.com/ZeeCoder/use-resize-observer/compare/v7.0.1...v8.0.0) (2021-08-28)
213

314
### 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": "8.0.0",
3+
"version": "9.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)