@cocreate/croppie
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -0,1 +1,10 @@ | ||
## [1.7.1](https://github.com/CoCreate-app/CoCreate-croppie/compare/v1.7.0...v1.7.1) (2023-10-09) | ||
### Bug Fixes | ||
* bump cocreate dependency versions ([84ed9c5](https://github.com/CoCreate-app/CoCreate-croppie/commit/84ed9c5c656e6d12c6e970875035417d5c293514)) | ||
* bump dependencies ([352731a](https://github.com/CoCreate-app/CoCreate-croppie/commit/352731a3e610fcbc195604eea1a24457de8ebdf8)) | ||
* bump dependencies ([9a4463d](https://github.com/CoCreate-app/CoCreate-croppie/commit/9a4463d94fd9d2716e032e56e0acdebc6c6846d2)) | ||
# [1.7.0](https://github.com/CoCreate-app/CoCreate-croppie/compare/v1.6.2...v1.7.0) (2023-09-19) | ||
@@ -2,0 +11,0 @@ |
@@ -24,2 +24,2 @@ module.exports = { | ||
] | ||
} | ||
}; |
{ | ||
"name": "@cocreate/croppie", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "A simple croppie component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", | ||
@@ -61,6 +61,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/actions": "^1.11.2", | ||
"@cocreate/crud-client": "^1.26.0", | ||
"@cocreate/actions": "^1.11.4", | ||
"@cocreate/crud-client": "^1.28.2", | ||
"croppie": "^2.6.5" | ||
} | ||
} |
159074
Updated@cocreate/actions@^1.11.4