Skip to content

Commit

Permalink
chore: release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Jun 1, 2020
1 parent e5b246b commit 96c1784
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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).

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

> 1 June 2020
- fix: sticky item width calculation [`#13`](https://github.com/gorhom/react-native-sticky-item/pull/13)
- feat: allow custom separator, optimise current one by @Hirbod (#9) [`#11`](https://github.com/gorhom/react-native-sticky-item/pull/11)
- chore: add sticky item active effect [`#10`](https://github.com/gorhom/react-native-sticky-item/pull/10)
- chore: allow decelerationRate to be overrided [`c0e2359`](https://github.com/gorhom/react-native-sticky-item/commit/c0e23590dbc440e44a468ebb5fde2a5db9f616da)

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

> 28 May 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.2.1",
"version": "1.3.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 96c1784

Please sign in to comment.