From a73e794689e7b5e5afd96cd3a6221791f59cdc0c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 4 May 2023 17:50:29 +0000 Subject: [PATCH] chore(release): publish - @berviantoleo/react-multi-crop-demo@0.19.4 - @berviantoleo/react-multi-crop@0.31.2 --- 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 87df34673..65486c274 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.19.4](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop-demo@0.19.3...@berviantoleo/react-multi-crop-demo@0.19.4) (2023-05-04) + +### Bug Fixes + +- update dependencies ([#1805](https://github.com/berviantoleo/react-multi-crop/issues/1805)) ([0255b07](https://github.com/berviantoleo/react-multi-crop/commit/0255b07afd4f2ccb06df16cb0e969407b189f2ac)) + ## [0.19.3](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop-demo@0.19.2...@berviantoleo/react-multi-crop-demo@0.19.3) (2023-05-04) **Note:** Version bump only for package @berviantoleo/react-multi-crop-demo diff --git a/examples/demo/package.json b/examples/demo/package.json index 890d26f78..eca33b8f8 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.19.3", + "version": "0.19.4", "private": true, "homepage": "https://github.com/berviantoleo/react-multi-crop", "repository": { @@ -25,7 +25,7 @@ } ], "dependencies": { - "@berviantoleo/react-multi-crop": "^0.31.1", + "@berviantoleo/react-multi-crop": "^0.31.2", "@emotion/react": "^11.10.8", "@emotion/styled": "^11.10.8", "@mui/icons-material": "^5.11.16", diff --git a/packages/react-multi-crop/CHANGELOG.md b/packages/react-multi-crop/CHANGELOG.md index 6c44c6d37..9db1f2b4f 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.31.2](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.31.1...@berviantoleo/react-multi-crop@0.31.2) (2023-05-04) + +### Bug Fixes + +- update dependencies ([#1805](https://github.com/berviantoleo/react-multi-crop/issues/1805)) ([0255b07](https://github.com/berviantoleo/react-multi-crop/commit/0255b07afd4f2ccb06df16cb0e969407b189f2ac)) + ## [0.31.1](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.31.0...@berviantoleo/react-multi-crop@0.31.1) (2023-05-04) ### Bug Fixes diff --git a/packages/react-multi-crop/package.json b/packages/react-multi-crop/package.json index a01ae4ca6..69511004e 100644 --- a/packages/react-multi-crop/package.json +++ b/packages/react-multi-crop/package.json @@ -76,5 +76,5 @@ "uuid": "^9.0.0" }, "license": "MIT", - "version": "0.31.1" + "version": "0.31.2" }