Skip to content

Commit 8c52785

Browse files
committed
Release 3.8.2
1 parent 9fc6126 commit 8c52785

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@ 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.8.2](https://github.com/fivecar/react-native-draglist/compare/3.8.1...3.8.2)
8+
9+
- fix: #70 Timing fix for async measure call [`#73`](https://github.com/fivecar/react-native-draglist/pull/73)
10+
- fix: #70 Timing fix for async measure call (#73) [`#70`](https://github.com/fivecar/react-native-draglist/issues/70)
11+
712
#### [3.8.1](https://github.com/fivecar/react-native-draglist/compare/3.8.0...3.8.1)
813

14+
> 14 January 2025
15+
916
- fix: #68 - forwardRef declaration [`#71`](https://github.com/fivecar/react-native-draglist/pull/71)
17+
- Release 3.8.1 [`155126c`](https://github.com/fivecar/react-native-draglist/commit/155126cefe9f8020f542a4d93ee5de94ad735a45)
1018

1119
#### [3.8.0](https://github.com/fivecar/react-native-draglist/compare/3.7.0...3.8.0)
1220

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)