Skip to content

Commit

Permalink
chore: release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
omahili committed Dec 12, 2024
1 parent 3c5193c commit beda466
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@


## [0.5.1](https://github.com/omahili/react-native-reorderable-list/compare/v0.5.0...v0.5.1) (2024-12-09)
# [0.6.0](https://github.com/omahili/react-native-reorderable-list/compare/v0.5.1...v0.6.0) (2024-12-12)


### Bug Fixes

* drag end not triggered if pressed only ([45a689e](https://github.com/omahili/react-native-reorderable-list/commit/45a689efbacc77547d347898c72091cbc86aef1d)), closes [#14](https://github.com/omahili/react-native-reorderable-list/issues/14)


### Features

* add drag end event to root list ([d7c19ed](https://github.com/omahili/react-native-reorderable-list/commit/d7c19eddd11aa0b760f3da4765acae612126951c)), closes [#10](https://github.com/omahili/react-native-reorderable-list/issues/10)

# [0.5.1](https://github.com/omahili/react-native-reorderable-list/compare/v0.5.0...v0.5.1) (2024-12-09)


### Bug Fixes
Expand Down
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-reorderable-list",
"version": "0.5.1",
"version": "0.6.0",
"description": "Reorderable list for React Native applications, powered by Reanimated",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit beda466

Please sign in to comment.