Skip to content

Commit

Permalink
chore: release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
omahili committed Jan 15, 2025
1 parent ac43fad commit b5e0c96
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@


## [0.7.1](https://github.com/omahili/react-native-reorderable-list/compare/v0.7.0...v0.7.1) (2025-01-15)


### Bug Fixes

* **android:** slow autoscroll with fabric ([0f0f3e4](https://github.com/omahili/react-native-reorderable-list/commit/0f0f3e4872f631e728f1a8cf90786d5b4e0b734e))
* reading shared value during render ([ac43fad](https://github.com/omahili/react-native-reorderable-list/commit/ac43fadc3f6fc44cf41ac16a39c9fb6bcb4c6d5d)), closes [#20](https://github.com/omahili/react-native-reorderable-list/issues/20)

# [0.7.0](https://github.com/omahili/react-native-reorderable-list/compare/v0.6.1...v0.7.0) (2024-12-15)


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.7.0",
"version": "0.7.1",
"description": "Reorderable list for React Native applications, powered by Reanimated",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit b5e0c96

Please sign in to comment.