Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @berviantoleo/react-multi-crop-demo@0.19.11
 - @berviantoleo/react-multi-crop@0.31.8
  • Loading branch information
github-actions[bot] committed May 24, 2023
1 parent d76388d commit 2d11157
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions examples/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.11](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop-demo@0.19.10...@berviantoleo/react-multi-crop-demo@0.19.11) (2023-05-24)

### Bug Fixes

- hide rotate control ([#1854](https://github.com/berviantoleo/react-multi-crop/issues/1854)) ([d76388d](https://github.com/berviantoleo/react-multi-crop/commit/d76388db3f4da506b4e5e9613b525eb68e8efc65))

## [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
Expand Down
4 changes: 2 additions & 2 deletions examples/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@berviantoleo/react-multi-crop-demo",
"description": "Demo for Multicrop.js in React.js",
"version": "0.19.10",
"version": "0.19.11",
"private": true,
"homepage": "https://github.com/berviantoleo/react-multi-crop",
"repository": {
Expand All @@ -25,7 +25,7 @@
}
],
"dependencies": {
"@berviantoleo/react-multi-crop": "^0.31.7",
"@berviantoleo/react-multi-crop": "^0.31.8",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-multi-crop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.31.7...@berviantoleo/react-multi-crop@0.31.8) (2023-05-24)

### Bug Fixes

- hide rotate control ([#1854](https://github.com/berviantoleo/react-multi-crop/issues/1854)) ([d76388d](https://github.com/berviantoleo/react-multi-crop/commit/d76388db3f4da506b4e5e9613b525eb68e8efc65))

## [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
Expand Down
2 changes: 1 addition & 1 deletion packages/react-multi-crop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@
"uuid": "^9.0.0"
},
"license": "MIT",
"version": "0.31.7"
"version": "0.31.8"
}

0 comments on commit 2d11157

Please sign in to comment.