hooks.macro
Advanced tools
Comparing version 1.1.2 to 1.2.0
@@ -0,1 +1,5 @@ | ||
## v1.1.2 (May 22, 2020) | ||
- Include variables referenced as JSX elements’ components. Closes #16 (dc826654f49630e1e6946c5507d69c2c38b67cca) | ||
## v1.1.1 (April 6, 2020) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "hooks.macro", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"author": "Pier Paolo Ramon <ramonpierre@gmail.com>", | ||
@@ -22,3 +22,3 @@ "main": "build/hooks.macro.js", | ||
"peerDependencies": { | ||
"react": "^16.8.0" | ||
"react": ">=16.8.0" | ||
}, | ||
@@ -25,0 +25,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22769