expo-checkbox
Advanced tools
Comparing version 2.4.0 to 2.5.0
@@ -13,2 +13,6 @@ # Changelog | ||
## 2.5.0 — 2023-08-02 | ||
_This version does not introduce any user-facing changes._ | ||
## 2.4.0 — 2023-05-08 | ||
@@ -15,0 +19,0 @@ |
{ | ||
"name": "expo-checkbox", | ||
"version": "2.4.0", | ||
"version": "2.5.0", | ||
"description": "Basic checkbox for iOS, Android, and web", | ||
@@ -41,3 +41,3 @@ "main": "build/Checkbox.js", | ||
}, | ||
"gitHead": "4ba50c428c8369bb6b3a51a860d4898ad4ccbe78" | ||
"gitHead": "2240630a92eb79a4e4bf73e1439916c394876478" | ||
} |
@@ -8,3 +8,3 @@ // @generated by expo-module-scripts | ||
"include": ["./src"], | ||
"exclude": ["**/__mocks__/*", "**/__tests__/*", "**/__stories__/*"] | ||
"exclude": ["**/__mocks__/*", "**/__tests__/*"] | ||
} |
47216