From 5ff9dfee672cdde413f18e6911afb58b802adff0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 21 Jun 2023 03:49:04 +0000 Subject: [PATCH] chore(release): publish - @berviantoleo/react-multi-crop-demo@0.19.15 - @berviantoleo/react-multi-crop@0.31.12 --- 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 4ab482afe..1bbab8e40 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.15](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop-demo@0.19.14...@berviantoleo/react-multi-crop-demo@0.19.15) (2023-06-21) + +### Bug Fixes + +- update deps ([#1922](https://github.com/berviantoleo/react-multi-crop/issues/1922)) ([5850f2a](https://github.com/berviantoleo/react-multi-crop/commit/5850f2a73cbd737828e766ed7d100d022db19023)) + ## [0.19.14](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop-demo@0.19.13...@berviantoleo/react-multi-crop-demo@0.19.14) (2023-06-12) ### Bug Fixes diff --git a/examples/demo/package.json b/examples/demo/package.json index c1addf23f..b4528ebcd 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.14", + "version": "0.19.15", "private": true, "homepage": "https://github.com/berviantoleo/react-multi-crop", "repository": { @@ -25,7 +25,7 @@ } ], "devDependencies": { - "@berviantoleo/react-multi-crop": "^0.31.11", + "@berviantoleo/react-multi-crop": "^0.31.12", "@emotion/react": "^11.11.1", "@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 66393b01c..61b18432d 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.12](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.31.11...@berviantoleo/react-multi-crop@0.31.12) (2023-06-21) + +### Bug Fixes + +- update deps ([#1922](https://github.com/berviantoleo/react-multi-crop/issues/1922)) ([5850f2a](https://github.com/berviantoleo/react-multi-crop/commit/5850f2a73cbd737828e766ed7d100d022db19023)) + ## [0.31.11](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.31.10...@berviantoleo/react-multi-crop@0.31.11) (2023-06-12) ### Bug Fixes diff --git a/packages/react-multi-crop/package.json b/packages/react-multi-crop/package.json index 1ec0cb4e6..51388cede 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.11" + "version": "0.31.12" }