From cb10f46dc1a5ffef2acd0a3cd6061d64fb705d49 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 16 May 2023 07:40:37 +0000 Subject: [PATCH] chore(release): publish - @berviantoleo/react-multi-crop-demo@0.19.10 - @berviantoleo/react-multi-crop@0.31.7 --- examples/demo/CHANGELOG.md | 4 ++++ examples/demo/package.json | 4 ++-- packages/react-multi-crop/CHANGELOG.md | 4 ++++ packages/react-multi-crop/package.json | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/examples/demo/CHANGELOG.md b/examples/demo/CHANGELOG.md index b9ec241fb..df0d04407 100644 --- a/examples/demo/CHANGELOG.md +++ b/examples/demo/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.19.10](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop-demo@0.19.9...@berviantoleo/react-multi-crop-demo@0.19.10) (2023-05-16) + +**Note:** Version bump only for package @berviantoleo/react-multi-crop-demo + ## [0.19.9](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop-demo@0.19.8...@berviantoleo/react-multi-crop-demo@0.19.9) (2023-05-16) ### Bug Fixes diff --git a/examples/demo/package.json b/examples/demo/package.json index 930a86d1a..1e055e329 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.9", + "version": "0.19.10", "private": true, "homepage": "https://github.com/berviantoleo/react-multi-crop", "repository": { @@ -25,7 +25,7 @@ } ], "dependencies": { - "@berviantoleo/react-multi-crop": "^0.31.6", + "@berviantoleo/react-multi-crop": "^0.31.7", "@emotion/react": "^11.11.0", "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.11.16", diff --git a/packages/react-multi-crop/CHANGELOG.md b/packages/react-multi-crop/CHANGELOG.md index 8f4eda7e3..2f59843db 100644 --- a/packages/react-multi-crop/CHANGELOG.md +++ b/packages/react-multi-crop/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.31.7](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.31.6...@berviantoleo/react-multi-crop@0.31.7) (2023-05-16) + +**Note:** Version bump only for package @berviantoleo/react-multi-crop + ## [0.31.6](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.31.5...@berviantoleo/react-multi-crop@0.31.6) (2023-05-16) ### Bug Fixes diff --git a/packages/react-multi-crop/package.json b/packages/react-multi-crop/package.json index e4c64e5c7..d3523fba3 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.6" + "version": "0.31.7" }