Skip to content

Commit 2e69f41

Browse files
committed
Merge branch 'main' of github.com:JairajJangle/react-native-tree-multi-select into develop
2 parents 3c064e3 + 6737823 commit 2e69f41

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+
## [1.9.4](https://github.com/JairajJangle/react-native-tree-multi-select/compare/v1.9.3...v1.9.4) (2025-04-04)
2+
3+
4+
### Bug Fixes
5+
6+
* removed postinstall script and moved patch-package to bootstrap script ([d400ea8](https://github.com/JairajJangle/react-native-tree-multi-select/commit/d400ea853c75d43a9e300620630f143a7da13e85))
7+
18
## [1.9.3](https://github.com/JairajJangle/react-native-tree-multi-select/compare/v1.9.2...v1.9.3) (2025-03-12)
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": "1.9.3",
3+
"version": "1.9.4",
44
"description": "A super-fast, customizable tree view component for React Native with multi-selection, checkboxes, and search filtering capabilities.",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)