From e59bdffd4240d2fbca224ba72c0ff2a203c2dc6d Mon Sep 17 00:00:00 2001 From: Bervianto Leo Pratama Date: Sat, 28 Nov 2020 11:05:40 +0000 Subject: [PATCH] chore(release): publish - @berviantoleo/react-component-multi-crop-demo@0.3.10 - @berviantoleo/react-multi-crop@0.5.8 --- examples/demo/CHANGELOG.md | 8 ++++++++ examples/demo/package.json | 4 ++-- packages/react-multi-crop/CHANGELOG.md | 11 +++++++++++ packages/react-multi-crop/package.json | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/examples/demo/CHANGELOG.md b/examples/demo/CHANGELOG.md index 6eafb7c3b..557a2a044 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.10](https://gitlab.com/edaun/multicropjs/compare/@berviantoleo/react-component-multi-crop-demo@0.3.9...@berviantoleo/react-component-multi-crop-demo@0.3.10) (2020-11-28) + +**Note:** Version bump only for package @berviantoleo/react-component-multi-crop-demo + + + + + ## [0.3.9](https://gitlab.com/edaun/multicropjs/compare/@berviantoleo/react-component-multi-crop-demo@0.3.8...@berviantoleo/react-component-multi-crop-demo@0.3.9) (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 b0e0aa9c3..a713e2ff4 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.9", + "version": "0.3.10", "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.7", + "@berviantoleo/react-multi-crop": "^0.5.8", "@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 1b5ad3c49..2d5024ee4 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.8](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.5.7...@berviantoleo/react-multi-crop@0.5.8) (2020-11-28) + + +### Bug Fixes + +* update the output ([41ea320](https://github.com/berviantoleo/react-multi-crop/commit/41ea320f6957d734f608c9c88efb0833a4588a74)) + + + + + ## [0.5.7](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.5.6...@berviantoleo/react-multi-crop@0.5.7) (2020-11-28) diff --git a/packages/react-multi-crop/package.json b/packages/react-multi-crop/package.json index 8bd9c844e..078e30ac9 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.7", + "version": "0.5.8", "publishConfig": { "registry": "https://npm.pkg.github.com", "access": "public"