Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
# [1.0.0](v0.3.9...v1.0.0) (2021-12-15)

### Bug Fixes

* fix move command issue ([28ef4c7](28ef4c7))
* **src:** fix rotation issue on HTML element and rotation point reseting on SVG element ([4e1a5a3](4e1a5a3)), closes [#58](#58)
* **src:** prevent rotation point moving when groupable is rotating ([080cf48](080cf48)), closes [#58](#58)

### Features

* prepare prerelease version for supporting groupable feature ([92abb4b](92abb4b))

### BREAKING CHANGES

* Change API
  • Loading branch information
semantic-release-bot committed Dec 15, 2021
1 parent 0433740 commit bee7f57
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [1.0.0](https://github.com/nichollascarter/subjx/compare/v0.3.9...v1.0.0) (2021-12-15)


### Bug Fixes

* fix move command issue ([28ef4c7](https://github.com/nichollascarter/subjx/commit/28ef4c7eee521940a48ee54c3c8d4155019fd04d))
* **src:** fix rotation issue on HTML element and rotation point reseting on SVG element ([4e1a5a3](https://github.com/nichollascarter/subjx/commit/4e1a5a36e2e2c6f40e8a549ce8c20f28fdd3eda8)), closes [#58](https://github.com/nichollascarter/subjx/issues/58)
* **src:** prevent rotation point moving when groupable is rotating ([080cf48](https://github.com/nichollascarter/subjx/commit/080cf486bf3749b636610141cd825d989bc35d4e)), closes [#58](https://github.com/nichollascarter/subjx/issues/58)


### Features

* prepare prerelease version for supporting groupable feature ([92abb4b](https://github.com/nichollascarter/subjx/commit/92abb4bc12c78c3739233593adefa8b063b73d62))


### BREAKING CHANGES

* Change API

# [1.0.0-rc.4](https://github.com/nichollascarter/subjx/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2021-12-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subjx",
"version": "1.0.0-rc.4",
"version": "1.0.0",
"description": "Drag, Rotate, Resize library",
"author": "Karen Sarksyan (https://github.com/nichollascarter)",
"license": "MIT",
Expand Down

0 comments on commit bee7f57

Please sign in to comment.