Skip to content

Commit d2ef8f1

Browse files
committed
chore: release 0.15.0
1 parent c10a399 commit d2ef8f1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

22

3+
# [0.15.0](https://github.com/omahili/react-native-reorderable-list/compare/v0.14.1...v0.15.0) (2025-05-25)
4+
5+
6+
### Bug Fixes
7+
8+
* improve scroll enable ([ffb0343](https://github.com/omahili/react-native-reorderable-list/commit/ffb0343370bfa9f882f0ab695f3d61a29f5d6d6a))
9+
10+
11+
### Features
12+
13+
* add dragEnabled prop ([53d9c76](https://github.com/omahili/react-native-reorderable-list/commit/53d9c7687032b7c59b497fe95b14c404e836e5b9)), closes [#52](https://github.com/omahili/react-native-reorderable-list/issues/52)
14+
315
## [0.14.1](https://github.com/omahili/react-native-reorderable-list/compare/v0.14.0...v0.14.1) (2025-05-12)
416

517

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.14.1",
3+
"version": "0.15.0",
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)