Skip to content

Commit 3685b75

Browse files
chore(release): 17.3.2 [skip ci]
## [17.3.2](v17.3.1...v17.3.2) (2021-12-30) ### Bug Fixes * useMedia SSR hydration bug with defaultState ([#2216](#2216)) ([5c01189](5c01189))
1 parent 5c01189 commit 3685b75

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [17.3.2](https://github.com/streamich/react-use/compare/v17.3.1...v17.3.2) (2021-12-30)
2+
3+
4+
### Bug Fixes
5+
6+
* useMedia SSR hydration bug with defaultState ([#2216](https://github.com/streamich/react-use/issues/2216)) ([5c01189](https://github.com/streamich/react-use/commit/5c0118941280bb265ca7813afb987f89c8c97a17))
7+
18
## [17.3.1](https://github.com/streamich/react-use/compare/v17.3.0...v17.3.1) (2021-08-31)
29

310

package.json

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

0 commit comments

Comments
 (0)