Skip to content

Commit 4f7d253

Browse files
chore(release): 2.0.0-beta.1 [skip ci]
# [2.0.0-beta.1](v1.9.4...v2.0.0-beta.1) (2025-05-11) * feat!: removed react-native-paper dep BREAKING CHANGE: due to typecheck issues ([0038841](0038841)) ### BREAKING CHANGES * due to typecheck issues
1 parent 57a83a3 commit 4f7d253

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [2.0.0-beta.1](https://github.com/JairajJangle/react-native-tree-multi-select/compare/v1.9.4...v2.0.0-beta.1) (2025-05-11)
2+
3+
4+
* feat!: removed react-native-paper dep BREAKING CHANGE: due to typecheck issues ([0038841](https://github.com/JairajJangle/react-native-tree-multi-select/commit/003884122df9a452627514a9a3f0a6a67c855921))
5+
6+
7+
### BREAKING CHANGES
8+
9+
* due to typecheck issues
10+
111
## [1.9.4](https://github.com/JairajJangle/react-native-tree-multi-select/compare/v1.9.3...v1.9.4) (2025-04-04)
212

313

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.4",
3+
"version": "2.0.0-beta.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)