diff --git a/examples/demo/CHANGELOG.md b/examples/demo/CHANGELOG.md index de3332868..5c876fe24 100644 --- a/examples/demo/CHANGELOG.md +++ b/examples/demo/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.12](https://gitlab.com/edaun/multicropjs/compare/@berviantoleo/react-component-multi-crop-demo@0.3.11...@berviantoleo/react-component-multi-crop-demo@0.3.12) (2020-11-28) + +**Note:** Version bump only for package @berviantoleo/react-component-multi-crop-demo + + + + + ## [0.3.11](https://gitlab.com/edaun/multicropjs/compare/@berviantoleo/react-component-multi-crop-demo@0.3.10...@berviantoleo/react-component-multi-crop-demo@0.3.11) (2020-11-28) **Note:** Version bump only for package @berviantoleo/react-component-multi-crop-demo diff --git a/examples/demo/package.json b/examples/demo/package.json index 63bbb237b..c1de744b3 100644 --- a/examples/demo/package.json +++ b/examples/demo/package.json @@ -1,7 +1,7 @@ { "name": "@berviantoleo/react-component-multi-crop-demo", "description": "Demo for Multicrop.js in React.js", - "version": "0.3.11", + "version": "0.3.12", "private": true, "homepage": "https://gitlab.com/edaun/multicropjs/tree/master/react-component/demo", "repository": { @@ -25,7 +25,7 @@ } ], "dependencies": { - "@berviantoleo/react-multi-crop": "^0.5.9", + "@berviantoleo/react-multi-crop": "^0.5.10", "@material-ui/core": "^4.5.2", "fabric": "^3.4.0", "prop-types": "^15.7.2", diff --git a/packages/react-multi-crop/CHANGELOG.md b/packages/react-multi-crop/CHANGELOG.md index f805a4dd6..309c648ed 100644 --- a/packages/react-multi-crop/CHANGELOG.md +++ b/packages/react-multi-crop/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.10](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.5.9...@berviantoleo/react-multi-crop@0.5.10) (2020-11-28) + + +### Bug Fixes + +* setupToDataURL ([0fc614f](https://github.com/berviantoleo/react-multi-crop/commit/0fc614fac1b1a9dca465f5d7f6cdef7c54919e35)) + + + + + ## [0.5.9](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.5.8...@berviantoleo/react-multi-crop@0.5.9) (2020-11-28) diff --git a/packages/react-multi-crop/package.json b/packages/react-multi-crop/package.json index 1aa7e3e4c..dcb3f796e 100644 --- a/packages/react-multi-crop/package.json +++ b/packages/react-multi-crop/package.json @@ -66,7 +66,7 @@ "rollup-plugin-peer-deps-external": "^2.2.4" }, "license": "MIT", - "version": "0.5.9", + "version": "0.5.10", "publishConfig": { "registry": "https://npm.pkg.github.com", "access": "public"