Skip to content

Commit be0d8b7

Browse files
committed
Release 3.9.5
1 parent a1a6da6 commit be0d8b7

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,19 @@ 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.5](https://github.com/fivecar/react-native-draglist/compare/3.9.4...3.9.5)
8+
9+
- fix: #95 Re-render on iOS after reordering [`#97`](https://github.com/fivecar/react-native-draglist/pull/97)
10+
- chore: more README tweaks for clarity [`#92`](https://github.com/fivecar/react-native-draglist/pull/92)
11+
- chore: update README to reorder sections [`#91`](https://github.com/fivecar/react-native-draglist/pull/91)
12+
- fix: #95 Re-render on iOS after reordering (#97) [`#76`](https://github.com/fivecar/react-native-draglist/issues/76)
13+
714
#### [3.9.4](https://github.com/fivecar/react-native-draglist/compare/3.9.3...3.9.4)
815

16+
> 8 March 2025
17+
918
- fix: Fool WDYR into not complaining about rerender [`#89`](https://github.com/fivecar/react-native-draglist/pull/89)
19+
- Release 3.9.4 [`1aa44e2`](https://github.com/fivecar/react-native-draglist/commit/1aa44e297c922665a178c03dddb12b73988df5b9)
1020

1121
#### [3.9.3](https://github.com/fivecar/react-native-draglist/compare/3.9.2...3.9.3)
1222

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.4",
3+
"version": "3.9.5",
44
"description": "FlatList that reorders items by dragging",
55
"main": "dist/index.js",
66
"module": "dist/index.modern.js",

0 commit comments

Comments
 (0)