Skip to content

Commit

Permalink
Release 3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fivecar committed Jan 17, 2025
1 parent 9fc6126 commit 8c52785
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +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.8.2](https://github.com/fivecar/react-native-draglist/compare/3.8.1...3.8.2)

- fix: #70 Timing fix for async measure call [`#73`](https://github.com/fivecar/react-native-draglist/pull/73)
- fix: #70 Timing fix for async measure call (#73) [`#70`](https://github.com/fivecar/react-native-draglist/issues/70)

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

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

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

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.8.1",
"version": "3.8.2",
"description": "FlatList that reorders items by dragging",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand Down

0 comments on commit 8c52785

Please sign in to comment.