Skip to content

Commit 7a9b245

Browse files
committed
chore: release 0.17.0
1 parent e4bd6cb commit 7a9b245

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.17.0](https://github.com/omahili/react-native-reorderable-list/compare/v0.16.2...v0.17.0) (2025-11-30)
4+
5+
6+
### Bug Fixes
7+
8+
* export missing nested list props type ([b8e3cd9](https://github.com/omahili/react-native-reorderable-list/commit/b8e3cd99b764b4d573f4a7108746511ab060172e))
9+
10+
11+
### Features
12+
13+
* support horizontal layout ([e4bd6cb](https://github.com/omahili/react-native-reorderable-list/commit/e4bd6cb530d3cdc3daea27d08d92141b9efbfb9f)), closes [#42](https://github.com/omahili/react-native-reorderable-list/issues/42)
14+
315
## [0.16.2](https://github.com/omahili/react-native-reorderable-list/compare/v0.16.1...v0.16.2) (2025-06-26)
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.16.2",
3+
"version": "0.17.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)