From c8437aa2e957ca919ad627fb45c5ede378be2762 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 18 Aug 2022 03:45:56 +0000 Subject: [PATCH] chore(release): publish - @berviantoleo/react-multi-crop-demo@0.17.6 - @berviantoleo/react-multi-crop@0.27.5 --- examples/demo/CHANGELOG.md | 11 +++++++++++ examples/demo/package.json | 4 ++-- packages/react-multi-crop/CHANGELOG.md | 12 ++++++++++++ packages/react-multi-crop/package.json | 2 +- 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/examples/demo/CHANGELOG.md b/examples/demo/CHANGELOG.md index 7322b7aaa..16b63b436 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.6](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop-demo@0.17.5...@berviantoleo/react-multi-crop-demo@0.17.6) (2022-08-18) + + +### Bug Fixes + +* update deps ([89fdea9](https://github.com/berviantoleo/react-multi-crop/commit/89fdea97024fa60c1118f7af3e009b1ca0beba68)) + + + + + ## [0.17.5](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop-demo@0.17.4...@berviantoleo/react-multi-crop-demo@0.17.5) (2022-08-18) diff --git a/examples/demo/package.json b/examples/demo/package.json index f863c92a2..e745c2361 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.5", + "version": "0.17.6", "private": true, "homepage": "https://github.com/berviantoleo/react-multi-crop", "repository": { @@ -25,7 +25,7 @@ } ], "dependencies": { - "@berviantoleo/react-multi-crop": "^0.27.4", + "@berviantoleo/react-multi-crop": "^0.27.5", "@emotion/react": "^11.10.0", "@emotion/styled": "^11.10.0", "@mui/icons-material": "^5.8.4", diff --git a/packages/react-multi-crop/CHANGELOG.md b/packages/react-multi-crop/CHANGELOG.md index f0a5be6d0..5d98bc7ef 100644 --- a/packages/react-multi-crop/CHANGELOG.md +++ b/packages/react-multi-crop/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.27.5](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.27.4...@berviantoleo/react-multi-crop@0.27.5) (2022-08-18) + + +### Bug Fixes + +* update deps ([89fdea9](https://github.com/berviantoleo/react-multi-crop/commit/89fdea97024fa60c1118f7af3e009b1ca0beba68)) +* update ts-jest ([61b85e6](https://github.com/berviantoleo/react-multi-crop/commit/61b85e67970944ef244dde70efea5fa461da432b)) + + + + + ## [0.27.4](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.27.3...@berviantoleo/react-multi-crop@0.27.4) (2022-08-18) diff --git a/packages/react-multi-crop/package.json b/packages/react-multi-crop/package.json index 68c36ed68..bc86ae99f 100644 --- a/packages/react-multi-crop/package.json +++ b/packages/react-multi-crop/package.json @@ -74,5 +74,5 @@ "uuid": "^8.3.2" }, "license": "MIT", - "version": "0.27.4" + "version": "0.27.5" }