Skip to content

Commit

Permalink
chore(release): 1.7.0-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0-beta.2](v1.7.0-beta.1...v1.7.0-beta.2) (2024-12-19)

### Bug Fixes

* fixed updated data state not reflecting due to issues in deep compare effect ([fb5a745](fb5a745))

### Performance Improvements

* optimized flatten tree helper func ([012f981](012f981))
  • Loading branch information
semantic-release-bot committed Dec 19, 2024
1 parent a295101 commit 549ce36
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.7.0-beta.2](https://github.com/JairajJangle/react-native-tree-multi-select/compare/v1.7.0-beta.1...v1.7.0-beta.2) (2024-12-19)


### Bug Fixes

* fixed updated data state not reflecting due to issues in deep compare effect ([fb5a745](https://github.com/JairajJangle/react-native-tree-multi-select/commit/fb5a745bf494cd3dec15e68fc05fa1a17034f75d))


### Performance Improvements

* optimized flatten tree helper func ([012f981](https://github.com/JairajJangle/react-native-tree-multi-select/commit/012f9812edd6107a46fc24bd176862a73683435f))

## [1.6.1](https://github.com/JairajJangle/react-native-tree-multi-select/compare/v1.6.0...v1.6.1) (2024-12-17)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-tree-multi-select",
"version": "1.7.0-beta.1",
"version": "1.7.0-beta.2",
"description": "A super-fast, customizable tree view component for React Native with multi-selection, checkboxes, and search filtering capabilities.",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down

0 comments on commit 549ce36

Please sign in to comment.