Skip to content

Commit

Permalink
build: release 2.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuanchen committed Aug 20, 2023
1 parent 76f9874 commit 163b419
Show file tree
Hide file tree
Showing 16 changed files with 3,052 additions and 1,846 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [2.0.0-beta.4](https://github.com/fengyuanchen/cropperjs/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2023-08-20)


### Bug Fixes

* **cropper-image:** make it a block element to avoid side effects ([c3d94fc](https://github.com/fengyuanchen/cropperjs/commit/c3d94fccdf1efa076933cdc64fc8ea528ab6e6af)), closes [#1074](https://github.com/fengyuanchen/cropperjs/issues/1074)
* **cropper-selection:** change inactive selections synchronously when scaling ([2e8d67f](https://github.com/fengyuanchen/cropperjs/commit/2e8d67f6dff21fb603249c1d61950aead919b552))
* **cropper-selection:** improve interaction between multiple selections ([f2bd525](https://github.com/fengyuanchen/cropperjs/commit/f2bd5259b131e1d2ef0a01b94d0ff3d3d352478e)), closes [#1044](https://github.com/fengyuanchen/cropperjs/issues/1044) [#1061](https://github.com/fengyuanchen/cropperjs/issues/1061)



# [2.0.0-beta.3](https://github.com/fengyuanchen/cropperjs/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2023-06-18)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "2.0.0-beta.3",
"version": "2.0.0-beta.4",
"command": {
"version": {
"conventionalCommits": true,
Expand Down
Loading

0 comments on commit 163b419

Please sign in to comment.