Skip to content

Commit 1c58c32

Browse files
committed
chore: release 0.16.2
1 parent 1d07821 commit 1c58c32

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
## [0.16.2](https://github.com/omahili/react-native-reorderable-list/compare/v0.16.1...v0.16.2) (2025-06-26)
4+
5+
6+
### Bug Fixes
7+
8+
* cell translating on reorder ([#58](https://github.com/omahili/react-native-reorderable-list/issues/58)) ([1d07821](https://github.com/omahili/react-native-reorderable-list/commit/1d07821ba78297d41d46a9c4948c5d9ce466f919)), closes [#56](https://github.com/omahili/react-native-reorderable-list/issues/56)
9+
310
## [0.16.1](https://github.com/omahili/react-native-reorderable-list/compare/v0.16.0...v0.16.1) (2025-06-14)
411

512

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-reorderable-list",
3-
"version": "0.16.1",
3+
"version": "0.16.2",
44
"description": "Reorderable list for React Native applications, powered by Reanimated",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)