From 33599459922d035e86edd829cd32712b4f9cd6b4 Mon Sep 17 00:00:00 2001 From: Bervianto Leo Pratama Date: Sat, 28 Nov 2020 16:04:03 +0000 Subject: [PATCH] chore(release): publish - @berviantoleo/react-component-multi-crop-demo@0.4.5 - @berviantoleo/react-multi-crop@0.7.4 --- 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 46d23efbc..1413d8046 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.4.5](https://gitlab.com/edaun/multicropjs/compare/@berviantoleo/react-component-multi-crop-demo@0.4.4...@berviantoleo/react-component-multi-crop-demo@0.4.5) (2020-11-28) + +**Note:** Version bump only for package @berviantoleo/react-component-multi-crop-demo + + + + + ## [0.4.4](https://gitlab.com/edaun/multicropjs/compare/@berviantoleo/react-component-multi-crop-demo@0.4.3...@berviantoleo/react-component-multi-crop-demo@0.4.4) (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 c22f934bb..57fbb9b08 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.4.4", + "version": "0.4.5", "private": true, "homepage": "https://gitlab.com/edaun/multicropjs/tree/master/react-component/demo", "repository": { @@ -25,7 +25,7 @@ } ], "dependencies": { - "@berviantoleo/react-multi-crop": "^0.7.3", + "@berviantoleo/react-multi-crop": "^0.7.4", "@material-ui/core": "^4.11.1", "fabric": "^4.2.0", "prop-types": "^15.7.2", diff --git a/packages/react-multi-crop/CHANGELOG.md b/packages/react-multi-crop/CHANGELOG.md index 6699855a0..0aa50e7c8 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.7.4](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.7.3...@berviantoleo/react-multi-crop@0.7.4) (2020-11-28) + + +### Bug Fixes + +* add compatibillity for non cors ([bf41c59](https://github.com/berviantoleo/react-multi-crop/commit/bf41c596bc851ef7b3792e8f41872e2637271a70)) + + + + + ## [0.7.3](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.7.2...@berviantoleo/react-multi-crop@0.7.3) (2020-11-28) **Note:** Version bump only for package @berviantoleo/react-multi-crop diff --git a/packages/react-multi-crop/package.json b/packages/react-multi-crop/package.json index 573ad3c7a..5106f3039 100644 --- a/packages/react-multi-crop/package.json +++ b/packages/react-multi-crop/package.json @@ -63,7 +63,7 @@ "rollup-plugin-peer-deps-external": "^2.2.4" }, "license": "MIT", - "version": "0.7.3", + "version": "0.7.4", "publishConfig": { "registry": "https://npm.pkg.github.com", "access": "public"