Skip to content

Commit c0be81f

Browse files
chore(release): 20.0.1 [skip ci]
## [20.0.1](v20.0.0...v20.0.1) (2022-12-07) ### Bug Fixes * **useMediaQuery:** On misconfiguration, cause hydration error instead of SSR crash ([#1042](#1042)) ([46e5bcc](46e5bcc)), closes [#1000](#1000) [#1000](#1000)
1 parent 46e5bcc commit c0be81f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [20.0.1](https://github.com/react-hookz/web/compare/v20.0.0...v20.0.1) (2022-12-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **useMediaQuery:** On misconfiguration, cause hydration error instead of SSR crash ([#1042](https://github.com/react-hookz/web/issues/1042)) ([46e5bcc](https://github.com/react-hookz/web/commit/46e5bcc287ab79d6436465cf90dfd6a837a535eb)), closes [#1000](https://github.com/react-hookz/web/issues/1000) [#1000](https://github.com/react-hookz/web/issues/1000)
7+
18
# [20.0.0](https://github.com/react-hookz/web/compare/v19.2.0...v20.0.0) (2022-12-02)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-hookz/web",
3-
"version": "20.0.0",
3+
"version": "20.0.1",
44
"description": "React hooks done right, for browser and SSR.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)