Skip to content

Commit db64b21

Browse files
chore(release): 1.9.3 [skip ci]
## [1.9.3](v1.9.2...v1.9.3) (2025-03-12) ### Bug Fixes * added missing changes for lodash removal ([d42cafc](d42cafc)) ### Performance Improvements * replaced lodash isEqual with fast-is-equal potentially reducing package size ([a166c31](a166c31))
1 parent c6c437e commit db64b21

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.9.3](https://github.com/JairajJangle/react-native-tree-multi-select/compare/v1.9.2...v1.9.3) (2025-03-12)
2+
3+
4+
### Bug Fixes
5+
6+
* added missing changes for lodash removal ([d42cafc](https://github.com/JairajJangle/react-native-tree-multi-select/commit/d42cafcaa18164af12f945f6ed37e07e8766a0ae))
7+
8+
9+
### Performance Improvements
10+
11+
* replaced lodash isEqual with fast-is-equal potentially reducing package size ([a166c31](https://github.com/JairajJangle/react-native-tree-multi-select/commit/a166c31f9c152a8088764b687b4a843e8f7d74ef))
12+
113
## [1.9.2](https://github.com/JairajJangle/react-native-tree-multi-select/compare/v1.9.1...v1.9.2) (2025-03-12)
214

315

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2",
3+
"version": "1.9.3",
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)