@cocreate/conditional-logic
Advanced tools
Comparing version 1.6.0 to 1.7.0
@@ -0,1 +1,8 @@ | ||
# [1.7.0](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.6.0...v1.7.0) (2023-08-17) | ||
### Features | ||
* bump cocreate dependencies for the latest updates and features ([9006819](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/90068193dd81416d1ffcde4b9385a3e4c312512c)) | ||
# [1.6.0](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.5.29...v1.6.0) (2023-08-16) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/conditional-logic", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "Simple JS component show & hide elements conditionally with inputs,checkbox,radio,btn etc.Great for creating tabs, accordions, dynamic forms, etc. Easy Configuration using HTML5 data attributes and/or JavaScript API.", | ||
@@ -61,6 +61,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/actions": "^1.8.32", | ||
"@cocreate/observer": "^1.8.19", | ||
"@cocreate/utils": "^1.21.16" | ||
"@cocreate/actions": "^1.9.0", | ||
"@cocreate/observer": "^1.9.0", | ||
"@cocreate/utils": "^1.22.0" | ||
} | ||
} |
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
111464
Updated@cocreate/actions@^1.9.0
Updated@cocreate/observer@^1.9.0
Updated@cocreate/utils@^1.22.0