Skip to content

Commit

Permalink
chore(release): 14.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [14.2.2](v14.2.1...v14.2.2) (2022-05-12)

### Bug Fixes

* `useResizeObserver` now respects element changes within ref object ([#759](#759)) ([2a4e848](2a4e848)), closes [#755](#755)
  • Loading branch information
semantic-release-bot committed May 12, 2022
1 parent 2a4e848 commit ecf212a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [14.2.2](https://github.com/react-hookz/web/compare/v14.2.1...v14.2.2) (2022-05-12)


### Bug Fixes

* `useResizeObserver` now respects element changes within ref object ([#759](https://github.com/react-hookz/web/issues/759)) ([2a4e848](https://github.com/react-hookz/web/commit/2a4e8482c29a8374bcd3eabb2e26c7899bc5a4a2)), closes [#755](https://github.com/react-hookz/web/issues/755)

## [14.2.1](https://github.com/react-hookz/web/compare/v14.2.0...v14.2.1) (2022-05-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-hookz/web",
"version": "14.2.1",
"version": "14.2.2",
"description": "React hooks done right, for browser and SSR.",
"keywords": [
"react",
Expand Down

0 comments on commit ecf212a

Please sign in to comment.