From ca5effb46245ec880eb2bec289f0523ac17991e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 1 Oct 2022 14:20:41 +0000 Subject: [PATCH] chore(release): publish - @berviantoleo/react-multi-crop-demo@0.17.9 - @berviantoleo/react-multi-crop@0.27.8 --- examples/demo/CHANGELOG.md | 11 +++++++++++ examples/demo/package.json | 4 ++-- packages/react-multi-crop/CHANGELOG.md | 11 +++++++++++ packages/react-multi-crop/package.json | 2 +- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/examples/demo/CHANGELOG.md b/examples/demo/CHANGELOG.md index 6f66b5c4b..a3033a3da 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.9](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop-demo@0.17.8...@berviantoleo/react-multi-crop-demo@0.17.9) (2022-10-01) + + +### Bug Fixes + +* update deps ([#1495](https://github.com/berviantoleo/react-multi-crop/issues/1495)) ([05f3d0b](https://github.com/berviantoleo/react-multi-crop/commit/05f3d0b945844566300c114f8e97a13c6fa010cf)) + + + + + ## [0.17.8](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop-demo@0.17.7...@berviantoleo/react-multi-crop-demo@0.17.8) (2022-09-20) diff --git a/examples/demo/package.json b/examples/demo/package.json index 8de929803..252c998d3 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.8", + "version": "0.17.9", "private": true, "homepage": "https://github.com/berviantoleo/react-multi-crop", "repository": { @@ -25,7 +25,7 @@ } ], "dependencies": { - "@berviantoleo/react-multi-crop": "^0.27.7", + "@berviantoleo/react-multi-crop": "^0.27.8", "@emotion/react": "^11.10.4", "@emotion/styled": "^11.10.4", "@mui/icons-material": "^5.10.5", diff --git a/packages/react-multi-crop/CHANGELOG.md b/packages/react-multi-crop/CHANGELOG.md index 0f1cd7823..b677d5e6e 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.8](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.27.7...@berviantoleo/react-multi-crop@0.27.8) (2022-10-01) + + +### Bug Fixes + +* update deps ([#1495](https://github.com/berviantoleo/react-multi-crop/issues/1495)) ([05f3d0b](https://github.com/berviantoleo/react-multi-crop/commit/05f3d0b945844566300c114f8e97a13c6fa010cf)) + + + + + ## [0.27.7](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.27.6...@berviantoleo/react-multi-crop@0.27.7) (2022-09-20) diff --git a/packages/react-multi-crop/package.json b/packages/react-multi-crop/package.json index c49aa0416..163fd10ed 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.27.7" + "version": "0.27.8" }