We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4049e6a commit 1185cd3Copy full SHA for 1185cd3
CHANGELOG.md
@@ -804,3 +804,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
804
### Added
805
806
- rewrite of useEvent and useGlobalEvent as well as the hooks using those
807
+
808
+## [3.1.0] - 2022-06-13
809
810
+### Added
811
812
+- introduces `useViewportState`
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "beautiful-react-hooks",
3
- "version": "3.1.0",
+ "version": "3.1.1",
4
"description": "A collection of beautiful (and hopefully useful) React hooks to speed-up your components and hooks development",
5
"main": "index.js",
6
"module": "esm/index.js",
0 commit comments