diff --git a/examples/demo/CHANGELOG.md b/examples/demo/CHANGELOG.md index bd814ff56..7322b7aaa 100644 --- a/examples/demo/CHANGELOG.md +++ b/examples/demo/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.17.5](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop-demo@0.17.4...@berviantoleo/react-multi-crop-demo@0.17.5) (2022-08-18) + + +### Bug Fixes + +* update deps ([a78eb88](https://github.com/berviantoleo/react-multi-crop/commit/a78eb8811fb40be978a368673654ee8eba168d33)) + + + + + ## [0.17.4](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop-demo@0.17.3...@berviantoleo/react-multi-crop-demo@0.17.4) (2022-07-20) diff --git a/examples/demo/package.json b/examples/demo/package.json index 6d3b36a22..8c4b30cb8 100644 --- a/examples/demo/package.json +++ b/examples/demo/package.json @@ -1,7 +1,7 @@ { "name": "@berviantoleo/react-multi-crop-demo", "description": "Demo for Multicrop.js in React.js", - "version": "0.17.4", + "version": "0.17.5", "private": true, "homepage": "https://github.com/berviantoleo/react-multi-crop", "repository": { @@ -25,7 +25,7 @@ } ], "dependencies": { - "@berviantoleo/react-multi-crop": "^0.27.3", + "@berviantoleo/react-multi-crop": "^0.27.4", "@emotion/react": "^11.10.0", "@emotion/styled": "^11.10.0", "@mui/icons-material": "^5.8.4", diff --git a/packages/react-multi-crop/CHANGELOG.md b/packages/react-multi-crop/CHANGELOG.md index da87fd70b..f0a5be6d0 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.27.4](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.27.3...@berviantoleo/react-multi-crop@0.27.4) (2022-08-18) + + +### Bug Fixes + +* update deps ([a78eb88](https://github.com/berviantoleo/react-multi-crop/commit/a78eb8811fb40be978a368673654ee8eba168d33)) + + + + + ## [0.27.3](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.27.2...@berviantoleo/react-multi-crop@0.27.3) (2022-07-20) diff --git a/packages/react-multi-crop/package.json b/packages/react-multi-crop/package.json index 8ec9cdbbc..57e635937 100644 --- a/packages/react-multi-crop/package.json +++ b/packages/react-multi-crop/package.json @@ -74,5 +74,5 @@ "uuid": "^8.3.2" }, "license": "MIT", - "version": "0.27.3" + "version": "0.27.4" }