@cocreate/croppie
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -0,1 +1,8 @@ | ||
## [1.0.9](https://github.com/CoCreate-app/CoCreate-croppie/compare/v1.0.8...v1.0.9) (2021-06-24) | ||
### Bug Fixes | ||
* package versioningto 1.0.0 ([0b69058](https://github.com/CoCreate-app/CoCreate-croppie/commit/0b69058fd851958f3cde6d032f5d783372b4886d)) | ||
## [1.0.8](https://github.com/CoCreate-app/CoCreate-croppie/compare/v1.0.7...v1.0.8) (2021-06-24) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/croppie", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "A simple croppie component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", | ||
@@ -62,6 +62,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/action": "latest", | ||
"@cocreate/crud-client": "latest", | ||
"@cocreate/docs": "latest", | ||
"@cocreate/form": "latest", | ||
"@cocreate/action": "^1.0.0", | ||
"@cocreate/crud-client": "^1.0.0", | ||
"@cocreate/docs": "^1.0.0", | ||
"@cocreate/form": "^1.0.0", | ||
"croppie": "^2.6.5", | ||
@@ -68,0 +68,0 @@ "mini-css-extract-plugin": "^1.5.0" |
152334
Updated@cocreate/action@^1.0.0
Updated@cocreate/crud-client@^1.0.0
Updated@cocreate/docs@^1.0.0
Updated@cocreate/form@^1.0.0