From 7e77d80f4c089c511a5d45c4479a1ee4d7da2a73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 12 Dec 2022 02:32:14 +0000 Subject: [PATCH] chore(release): publish - @berviantoleo/react-multi-crop-demo@0.18.0 - @berviantoleo/react-multi-crop@0.28.0 --- 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 75c0b7a04..6a0c04004 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.0](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop-demo@0.17.14...@berviantoleo/react-multi-crop-demo@0.18.0) (2022-12-12) + +### Features + +- major update rollup ([864eab3](https://github.com/berviantoleo/react-multi-crop/commit/864eab35db045506fab5601eaea9dae2fe758cf8)) + ## [0.17.14](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop-demo@0.17.13...@berviantoleo/react-multi-crop-demo@0.17.14) (2022-12-02) ### Bug Fixes diff --git a/examples/demo/package.json b/examples/demo/package.json index d423fd92b..2611965da 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.14", + "version": "0.18.0", "private": true, "homepage": "https://github.com/berviantoleo/react-multi-crop", "repository": { @@ -25,7 +25,7 @@ } ], "dependencies": { - "@berviantoleo/react-multi-crop": "^0.27.13", + "@berviantoleo/react-multi-crop": "^0.28.0", "@emotion/react": "^11.10.5", "@emotion/styled": "^11.10.5", "@mui/icons-material": "^5.10.16", diff --git a/packages/react-multi-crop/CHANGELOG.md b/packages/react-multi-crop/CHANGELOG.md index e9de8f47b..fa36c17ff 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.0](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.27.13...@berviantoleo/react-multi-crop@0.28.0) (2022-12-12) + +### Features + +- major update rollup ([864eab3](https://github.com/berviantoleo/react-multi-crop/commit/864eab35db045506fab5601eaea9dae2fe758cf8)) + ## [0.27.13](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.27.12...@berviantoleo/react-multi-crop@0.27.13) (2022-12-02) ### Bug Fixes diff --git a/packages/react-multi-crop/package.json b/packages/react-multi-crop/package.json index acdcfb7bf..184b41f84 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.27.13" + "version": "0.28.0" }