Skip to content

Commit

Permalink
Release 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fivecar committed Nov 30, 2024
1 parent 4defc7a commit 0e33eff
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ 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).

#### [3.6.3](https://github.com/fivecar/react-native-draglist/compare/3.6.2...3.6.3)

- fix: #53 - Active item animation rendering for RN 0.76.3 [`#54`](https://github.com/fivecar/react-native-draglist/pull/54)

#### [3.6.2](https://github.com/fivecar/react-native-draglist/compare/3.6.1...3.6.2)

> 17 August 2024
- fix: #45 - adds index to `keyExtractor` [`#48`](https://github.com/fivecar/react-native-draglist/pull/48)
- fix: #40 - remove LayoutAnimation related code [`#47`](https://github.com/fivecar/react-native-draglist/pull/47)
- Release 3.6.2 [`4925cdb`](https://github.com/fivecar/react-native-draglist/commit/4925cdbdba202cd9d6abe10b95cb3e81685996ba)

#### [3.6.1](https://github.com/fivecar/react-native-draglist/compare/3.6.0...3.6.1)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-draglist",
"version": "3.6.2",
"version": "3.6.3",
"description": "FlatList that reorders items by dragging",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand Down

0 comments on commit 0e33eff

Please sign in to comment.