From 28d3026475f82c1c09ba1f3cd57b0977f15392d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 Feb 2023 09:15:55 +0000 Subject: [PATCH] chore(release): publish - @berviantoleo/react-multi-crop-demo@0.18.4 - @berviantoleo/react-multi-crop@0.28.4 --- examples/demo/CHANGELOG.md | 6 ++++++ examples/demo/package.json | 4 ++-- packages/react-multi-crop/CHANGELOG.md | 6 ++++++ packages/react-multi-crop/package.json | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/examples/demo/CHANGELOG.md b/examples/demo/CHANGELOG.md index 1e008a7a6..b004aab46 100644 --- a/examples/demo/CHANGELOG.md +++ b/examples/demo/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.18.4](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop-demo@0.18.3...@berviantoleo/react-multi-crop-demo@0.18.4) (2023-02-17) + +### Bug Fixes + +- update deps ([#1701](https://github.com/berviantoleo/react-multi-crop/issues/1701)) ([08109a8](https://github.com/berviantoleo/react-multi-crop/commit/08109a8c52ea00c2bfd33b9f9900a990a6c59f81)) + ## [0.18.3](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop-demo@0.18.2...@berviantoleo/react-multi-crop-demo@0.18.3) (2023-01-12) ### Bug Fixes diff --git a/examples/demo/package.json b/examples/demo/package.json index aa241f69b..66082dae5 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.18.3", + "version": "0.18.4", "private": true, "homepage": "https://github.com/berviantoleo/react-multi-crop", "repository": { @@ -25,7 +25,7 @@ } ], "dependencies": { - "@berviantoleo/react-multi-crop": "^0.28.3", + "@berviantoleo/react-multi-crop": "^0.28.4", "@emotion/react": "^11.10.5", "@emotion/styled": "^11.10.5", "@mui/icons-material": "^5.11.0", diff --git a/packages/react-multi-crop/CHANGELOG.md b/packages/react-multi-crop/CHANGELOG.md index 0b0523d1a..6172d47ef 100644 --- a/packages/react-multi-crop/CHANGELOG.md +++ b/packages/react-multi-crop/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.28.4](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.28.3...@berviantoleo/react-multi-crop@0.28.4) (2023-02-17) + +### Bug Fixes + +- update deps ([#1701](https://github.com/berviantoleo/react-multi-crop/issues/1701)) ([08109a8](https://github.com/berviantoleo/react-multi-crop/commit/08109a8c52ea00c2bfd33b9f9900a990a6c59f81)) + ## [0.28.3](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.28.2...@berviantoleo/react-multi-crop@0.28.3) (2023-01-12) ### Bug Fixes diff --git a/packages/react-multi-crop/package.json b/packages/react-multi-crop/package.json index bcba0fab3..1d77ed045 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.28.3" + "version": "0.28.4" }