Skip to content

Commit

Permalink
bump; v0.2.8 (+ slightly tweak descriptions)
Browse files Browse the repository at this point in the history
  • Loading branch information
rob2d committed Nov 17, 2020
1 parent 39fe4cf commit 06ba02b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![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)

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.
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.

## Installation ##

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "use-viewport-sizes",
"version": "0.2.8-beta.9",
"description": "tiny React hook for tracking visible window viewport size in your components w/ an optional debounce for optimal rendering.",
"version": "0.2.8",
"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.",
"main": "build/index.js",
"scripts": {
"start": "webpack --watch",
Expand Down

0 comments on commit 06ba02b

Please sign in to comment.