Skip to content

Commit

Permalink
chore: release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Jun 4, 2020
1 parent ff49f5e commit 16daa6c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### [v2.0.0](https://github.com/gorhom/react-native-sticky-item/compare/v1.3.2...v2.0.0)

> 4 June 2020
- fix: sticky item width calculation [`#14`](https://github.com/gorhom/react-native-sticky-item/pull/14)
- refactor: updated pointerevents handling (#15) [`ff49f5e`](https://github.com/gorhom/react-native-sticky-item/commit/ff49f5ea26f44a60bbb1f3531e3b8f75f7281bad)
- fix: fixed pointerevents on android (#15) [`1295c95`](https://github.com/gorhom/react-native-sticky-item/commit/1295c953bfa4cdce0e8eed882ffe7f556990930e)

#### [v1.3.2](https://github.com/gorhom/react-native-sticky-item/compare/v1.3.1...v1.3.2)

> 3 June 2020
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gorhom/sticky-item",
"version": "1.3.2",
"version": "2.0.0",
"description": "An interactive sticky item inspired by Facebook Stories.",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down

0 comments on commit 16daa6c

Please sign in to comment.