react-native-tree-multi-select 1.2.1 → 1.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-tree-multi-select",
3
- "version": "1.2.1",
3
+ "version": "1.2.4",
4
4
  "description": "Super-fast Tree view with multi-selection capabilities, using checkboxes and search filtering.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -37,7 +37,8 @@
37
37
  "build:android": "cd example/android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a",
38
38
  "build:ios": "cd example/ios && pod install && xcodebuild -workspace TreeMultiSelectExample.xcworkspace -scheme TreeMultiSelectExample -configuration Debug -sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO",
39
39
  "bootstrap": "yarn example && yarn install && yarn example pods",
40
- "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build"
40
+ "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build",
41
+ "generate-changelog": "auto-changelog"
41
42
  },
42
43
  "keywords": [
43
44
  "react-native",
@@ -88,6 +89,7 @@
88
89
  "@types/react-native": "0.70.0",
89
90
  "@types/react-native-vector-icons": "^6.4.13",
90
91
  "@types/react-test-renderer": "^18.0.0",
92
+ "auto-changelog": "^2.4.0",
91
93
  "commitlint": "^17.0.2",
92
94
  "del-cli": "^5.0.0",
93
95
  "eslint": "^8.4.1",