Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
berviantoleo committed Dec 12, 2022
2 parents 30eb840 + 7e77d80 commit 2d96782
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.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
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.17.14",
"version": "0.18.0",
"private": true,
"homepage": "https://github.com/berviantoleo/react-multi-crop",
"repository": {
Expand All @@ -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",
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.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
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 @@ -74,5 +74,5 @@
"uuid": "^9.0.0"
},
"license": "MIT",
"version": "0.27.13"
"version": "0.28.0"
}

0 comments on commit 2d96782

Please sign in to comment.