expo-checkbox
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -13,2 +13,6 @@ # Changelog | ||
## 2.2.0 — 2022-07-07 | ||
_This version does not introduce any user-facing changes._ | ||
## 2.1.0 — 2022-04-18 | ||
@@ -15,0 +19,0 @@ |
{ | ||
"name": "expo-checkbox", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Basic checkbox for iOS, Android, and web", | ||
@@ -38,3 +38,3 @@ "main": "build/Checkbox.js", | ||
}, | ||
"gitHead": "89a27c0ca0ca8becd7546697298e874a15e94faf" | ||
"gitHead": "e893ff2b01e108cf246cec02318c0df9d6bc603c" | ||
} |
@@ -8,3 +8,3 @@ // @generated by expo-module-scripts | ||
"include": ["./src"], | ||
"exclude": ["**/__mocks__/*", "**/__tests__/*"] | ||
"exclude": ["**/__mocks__/*", "**/__tests__/*", "**/__stories__/*"] | ||
} |
46997