From ab38fec777deed0b85447d3ac0a4581d6c309c1a Mon Sep 17 00:00:00 2001 From: Bervianto Leo Pratama Date: Sat, 28 Nov 2020 07:40:08 +0000 Subject: [PATCH] chore(release): publish - @berviantoleo/react-component-multi-crop-demo@0.3.1 - @berviantoleo/react-multi-crop@0.4.0 --- examples/demo/CHANGELOG.md | 8 ++++++++ examples/demo/package.json | 4 ++-- packages/react-multi-crop/CHANGELOG.md | 16 ++++++++++++++++ packages/react-multi-crop/package.json | 2 +- 4 files changed, 27 insertions(+), 3 deletions(-) diff --git a/examples/demo/CHANGELOG.md b/examples/demo/CHANGELOG.md index 1ab61e3b9..6aa0b84c8 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.1](https://gitlab.com/edaun/multicropjs/compare/@berviantoleo/react-component-multi-crop-demo@0.3.0...@berviantoleo/react-component-multi-crop-demo@0.3.1) (2020-11-28) + +**Note:** Version bump only for package @berviantoleo/react-component-multi-crop-demo + + + + + # [0.3.0](https://gitlab.com/edaun/multicropjs/compare/@berviantoleo/react-component-multi-crop-demo@0.2.0...@berviantoleo/react-component-multi-crop-demo@0.3.0) (2020-11-28) diff --git a/examples/demo/package.json b/examples/demo/package.json index 9a3f4a338..0d6a0a407 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.0", + "version": "0.3.1", "private": true, "homepage": "https://gitlab.com/edaun/multicropjs/tree/master/react-component/demo", "repository": { @@ -25,7 +25,7 @@ } ], "dependencies": { - "@berviantoleo/react-multi-crop": "^0.3.0", + "@berviantoleo/react-multi-crop": "^0.4.0", "@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 8e5873c08..cd466d8ed 100644 --- a/packages/react-multi-crop/CHANGELOG.md +++ b/packages/react-multi-crop/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.3.0...@berviantoleo/react-multi-crop@0.4.0) (2020-11-28) + + +### Bug Fixes + +* Fix the entry ([7503e74](https://github.com/berviantoleo/react-multi-crop/commit/7503e749f74468ad41e800265574f8442b4a94bf)) + + +### Features + +* add zoom ([f9d232c](https://github.com/berviantoleo/react-multi-crop/commit/f9d232c081b121b893ab469c81bea8c724fc5f3b)) + + + + + # [0.3.0](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.2.2...@berviantoleo/react-multi-crop@0.3.0) (2020-11-28) diff --git a/packages/react-multi-crop/package.json b/packages/react-multi-crop/package.json index 692928370..ea78f90f8 100644 --- a/packages/react-multi-crop/package.json +++ b/packages/react-multi-crop/package.json @@ -62,7 +62,7 @@ "webpack-dev-server": "^3.11.0" }, "license": "MIT", - "version": "0.3.0", + "version": "0.4.0", "publishConfig": { "registry": "https://npm.pkg.github.com", "access": "public"