Skip to content

Commit 206706c

Browse files
committed
Release 3.9.1
1 parent 1e3cf40 commit 206706c

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7+
#### [3.9.1](https://github.com/fivecar/react-native-draglist/compare/3.9.0...3.9.1)
8+
9+
- fix: #81 Patch Android for disappearing item [`#83`](https://github.com/fivecar/react-native-draglist/pull/83)
10+
- chore: Upgrade Android example app's RN [`#82`](https://github.com/fivecar/react-native-draglist/pull/82)
11+
- fix: #81 Patch Android for disappearing item (#83) [`#81`](https://github.com/fivecar/react-native-draglist/issues/81)
12+
713
#### [3.9.0](https://github.com/fivecar/react-native-draglist/compare/3.8.2...3.9.0)
814

15+
> 6 March 2025
16+
917
- fix: #76 Remove flicker on reorder [`#80`](https://github.com/fivecar/react-native-draglist/pull/80)
1018
- feat: #78 Keep `onHoverChanged` up to date [`#79`](https://github.com/fivecar/react-native-draglist/pull/79)
1119
- chore: fix README.md type in example code [`#77`](https://github.com/fivecar/react-native-draglist/pull/77)
20+
- Release 3.9.0 [`97c4f95`](https://github.com/fivecar/react-native-draglist/commit/97c4f95597f069c7bd7f764b74d1fee9883660da)
1221

1322
#### [3.8.2](https://github.com/fivecar/react-native-draglist/compare/3.8.1...3.8.2)
1423

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-draglist",
3-
"version": "3.9.0",
3+
"version": "3.9.1",
44
"description": "FlatList that reorders items by dragging",
55
"main": "dist/index.js",
66
"module": "dist/index.modern.js",

0 commit comments

Comments
 (0)