Skip to content

Commit 5575bd4

Browse files
chore(release): 17.2.1 [skip ci]
## [17.2.1](streamich/react-use@v17.2.0...v17.2.1) (2021-03-11) ### Bug Fixes * lint issues. ([3e8af15](streamich@3e8af15)) * useMeasure type definitions for SVG ([e200f7f](streamich@e200f7f)) * useUnmountPromise stops on immediate update ([9ff5c09](streamich@9ff5c09))
1 parent 3e8af15 commit 5575bd4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [17.2.1](https://github.com/streamich/react-use/compare/v17.2.0...v17.2.1) (2021-03-11)
2+
3+
4+
### Bug Fixes
5+
6+
* lint issues. ([3e8af15](https://github.com/streamich/react-use/commit/3e8af15086135c873d18079a0b92b21da668a2ff))
7+
* useMeasure type definitions for SVG ([e200f7f](https://github.com/streamich/react-use/commit/e200f7fcbb371a1d794be8d350f9559f940e5760))
8+
* useUnmountPromise stops on immediate update ([9ff5c09](https://github.com/streamich/react-use/commit/9ff5c09e671c4f07f25f30a60617fca7660e7607))
9+
110
# [17.2.0](https://github.com/streamich/react-use/compare/v17.1.1...v17.2.0) (2021-03-10)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-use",
3-
"version": "17.2.0",
3+
"version": "17.2.1",
44
"description": "Collection of React Hooks",
55
"main": "lib/index.js",
66
"module": "esm/index.js",

0 commit comments

Comments
 (0)