Skip to content

Commit 06ba02b

Browse files
committed
bump; v0.2.8 (+ slightly tweak descriptions)
1 parent 39fe4cf commit 06ba02b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![npm](https://img.shields.io/npm/v/use-viewport-sizes.svg?color=blue) ![David](https://img.shields.io/david/rob2d/use-viewport-sizes.svg) ![npm](https://img.shields.io/npm/dw/use-viewport-sizes.svg?color=red) ![GitHub issues](https://img.shields.io/github/issues-raw/rob2d/use-viewport-sizes.svg) ![NPM](https://img.shields.io/npm/l/use-viewport-sizes.svg)
44

5-
a tiny React hook which allows you to track visible window viewport size in your components w/ an optional debounce for updates for optimal rendering.
5+
a tiny React hook which allows you to track visible window viewport size in your components w/ an optional debounce or custom memo function for updates for optimal rendering.
66

77
## Installation ##
88

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "use-viewport-sizes",
3-
"version": "0.2.8-beta.9",
4-
"description": "tiny React hook for tracking visible window viewport size in your components w/ an optional debounce for optimal rendering.",
3+
"version": "0.2.8",
4+
"description": "a tiny React hook which allows you to track visible window viewport size in your components w/ an optional debounce or custom memo function for updates for optimal rendering.",
55
"main": "build/index.js",
66
"scripts": {
77
"start": "webpack --watch",

0 commit comments

Comments
 (0)