Skip to content

Commit e3ace76

Browse files
chore(release): 2.0.1 [skip ci]
## [2.0.1](v2.0.0...v2.0.1) (2025-06-28) ### Bug Fixes * added missing testID prop to built-in checkbox and expandable arrow components ([c169a80](c169a80))
1 parent fbe706e commit e3ace76

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.1](https://github.com/JairajJangle/react-native-tree-multi-select/compare/v2.0.0...v2.0.1) (2025-06-28)
2+
3+
4+
### Bug Fixes
5+
6+
* added missing testID prop to built-in checkbox and expandable arrow components ([c169a80](https://github.com/JairajJangle/react-native-tree-multi-select/commit/c169a8043e259baa52d3de6972737ee5407cc869))
7+
18
# [2.0.0](https://github.com/JairajJangle/react-native-tree-multi-select/compare/v1.9.4...v2.0.0) (2025-06-19)
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",
3+
"version": "2.0.1",
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)