Skip to content

Commit fab7f58

Browse files
chore(release): 0.2.1 [skip ci]
## [0.2.1](v0.2.0...v0.2.1) (2020-07-21) ### Bug Fixes * update react-is-visible to handle race-condition ([58f4c9e](58f4c9e))
1 parent 58f4c9e commit fab7f58

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.2.1](https://github.com/lessp/bs-react-is-visible/compare/v0.2.0...v0.2.1) (2020-07-21)
2+
3+
4+
### Bug Fixes
5+
6+
* update react-is-visible to handle race-condition ([58f4c9e](https://github.com/lessp/bs-react-is-visible/commit/58f4c9e))
7+
18
# [0.2.0](https://github.com/lessp/bs-react-is-visible/compare/v0.1.3...v0.2.0) (2019-10-04)
29

310

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bs-react-is-visible",
33
"description": "A small library for ReasonReact to know if an element is visible on screen or not",
4-
"version": "0.2.1-0",
4+
"version": "0.2.1",
55
"publishConfig": {
66
"access": "public"
77
},

0 commit comments

Comments
 (0)