diff --git a/examples/demo/CHANGELOG.md b/examples/demo/CHANGELOG.md index 6a0c04004..71bc04585 100644 --- a/examples/demo/CHANGELOG.md +++ b/examples/demo/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.18.1](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop-demo@0.18.0...@berviantoleo/react-multi-crop-demo@0.18.1) (2022-12-12) + +### Bug Fixes + +- move some deps to devDependencies ([30eb840](https://github.com/berviantoleo/react-multi-crop/commit/30eb8401016449e066a21959a35b8315e1fcaa89)) + # [0.18.0](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop-demo@0.17.14...@berviantoleo/react-multi-crop-demo@0.18.0) (2022-12-12) ### Features diff --git a/examples/demo/package.json b/examples/demo/package.json index 827e200d9..810ec3cfc 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.18.0", + "version": "0.18.1", "private": true, "homepage": "https://github.com/berviantoleo/react-multi-crop", "repository": { @@ -25,7 +25,7 @@ } ], "dependencies": { - "@berviantoleo/react-multi-crop": "^0.28.0", + "@berviantoleo/react-multi-crop": "^0.28.1", "@emotion/react": "^11.10.5", "@emotion/styled": "^11.10.5", "@mui/icons-material": "^5.10.16", diff --git a/packages/react-multi-crop/CHANGELOG.md b/packages/react-multi-crop/CHANGELOG.md index fa36c17ff..9f2d35ce2 100644 --- a/packages/react-multi-crop/CHANGELOG.md +++ b/packages/react-multi-crop/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.28.1](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.28.0...@berviantoleo/react-multi-crop@0.28.1) (2022-12-12) + +**Note:** Version bump only for package @berviantoleo/react-multi-crop + # [0.28.0](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.27.13...@berviantoleo/react-multi-crop@0.28.0) (2022-12-12) ### Features diff --git a/packages/react-multi-crop/package.json b/packages/react-multi-crop/package.json index 184b41f84..d201a1ee1 100644 --- a/packages/react-multi-crop/package.json +++ b/packages/react-multi-crop/package.json @@ -74,5 +74,5 @@ "uuid": "^9.0.0" }, "license": "MIT", - "version": "0.28.0" + "version": "0.28.1" }