Skip to content

Commit 86cef98

Browse files
committed
Merge branch 'beta' of github.com:JairajJangle/react-native-tree-multi-select into beta
2 parents 9bb2636 + f1f550b commit 86cef98

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.0.0-beta.5](https://github.com/JairajJangle/react-native-tree-multi-select/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2025-06-15)
2+
3+
4+
### Bug Fixes
5+
6+
* replaced interaction manager with start transition and minor deps upgrade ([531b050](https://github.com/JairajJangle/react-native-tree-multi-select/commit/531b05073c5e0123708057ad0ba30af2a3994ee6))
7+
18
# [2.0.0-beta.4](https://github.com/JairajJangle/react-native-tree-multi-select/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2025-05-29)
29

310

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-tree-multi-select",
3-
"version": "2.0.0-beta.4",
3+
"version": "2.0.0-beta.5",
44
"description": "A super-fast, customizable tree view component for React Native with multi-selection, checkboxes, and search filtering capabilities.",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)