Skip to content

Commit 426a070

Browse files
chore(release): 2.0.0-beta.2 [skip ci]
# [2.0.0-beta.2](v2.0.0-beta.1...v2.0.0-beta.2) (2025-05-13) * fix!: removed react-native-uuid in favor of useId from React 18+ BREAKING CHANGE: Dropped support for React < 18 ([b1ccd5d](b1ccd5d)) ### BREAKING CHANGES * Dropped support for React < 18
1 parent 08676b6 commit 426a070

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.2](https://github.com/JairajJangle/react-native-tree-multi-select/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2025-05-13)
2+
3+
4+
* fix!: removed react-native-uuid in favor of useId from React 18+ BREAKING CHANGE: Dropped support for React < 18 ([b1ccd5d](https://github.com/JairajJangle/react-native-tree-multi-select/commit/b1ccd5d38848a8f49455db9d95a4de1838f64adb))
5+
6+
7+
### BREAKING CHANGES
8+
9+
* Dropped support for React < 18
10+
111
# [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)
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": "2.0.0-beta.1",
3+
"version": "2.0.0-beta.2",
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)