Skip to content

Commit

Permalink
chore(release): 2.2.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0-alpha.1](https://github.com/opendatalab/labelU-Kit/compare/@labelu/[email protected]...@labelu/[email protected]) (2024-10-29)

### Bug Fixes

* [#506](#506) ([#510](#510)) ([52914d6](52914d6))
* [#506](#506) ([#510](#510)) ([3c4adde](3c4adde))
* **audio-annotator-react:** update deps ([113a0e0](113a0e0))
* **audio-react:** update deps ([11bb776](11bb776))
* **components-react:** update deps ([62cf98e](62cf98e))
* **frontend:** accurate export options by the annotation tool ([6a2c79f](6a2c79f))
* **frontend:** samples can be deleted at samples list ([6364572](6364572))
* **frontend:** update deps ([74473a6](74473a6))
* **frontend:** update deps ([7cd067a](7cd067a))
* **frontend:** update deps ([b1506a9](b1506a9))
* **image-annotator-react:** disable undo while attribute modal is opened ([1555169](1555169))
* **image-annotator-react:** fix [#517](#517) ([65acfc3](65acfc3))
* **image-annotator-react:** fix duplicated annotations(loading data twice) ([2ac2109](2ac2109))
* **image-annotator-react:** fix redo undo(accomplish) [#506](#506) ([#512](#512)) ([ab240af](ab240af))
* **image-annotator-react:** fix redo undo(accomplish) [#506](#506) ([#512](#512)) ([36f9476](36f9476))
* **image-annotator-react:** overwrite sample skipped status ([f6ea311](f6ea311))
* **image-annotator-react:** update deps ([595888f](595888f))
* **image:** add NOTE comments ([c634380](c634380))
* **image:** emit unselected event asynchronously ([#513](#513)) ([510ed6a](510ed6a))
* **image:** emit unselected event asynchronously [#506](#506) ([#514](#514)) ([198c03f](198c03f))
* **video-annotator-react:** update deps ([3f8f627](3f8f627))
* **video-annotator-react:** update deps ([ec5d97b](ec5d97b))
* **video-annotator-react:** update deps ([51e33f7](51e33f7))
* **video-annotator-react:** update deps ([81266ce](81266ce))
* **video-annotator-react:** update deps ([4162176](4162176))
* **video-react:** update deps ([028192f](028192f))

### Features

* **components-react:** add getVisibility to ForwardDraggableModel ref ([02d83c4](02d83c4))
* **frontend:** add opendatalab links ([1fe2604](1fe2604))
* **image-annotator-react:** add hotkey shift + right-click for opening the attribute panel of the selected annnotation ([fd53ceb](fd53ceb))
* **image:** add the keyboard getter to get the keyboard status of the annotator ([5640397](5640397))
* **image:** add the mouse event as arguments of the select event handler ([fa336ee](fa336ee))

### Reverts

* Revert "fix: #506 (#510)" (#511) ([4632aab](4632aab)), closes [#506](#506) [#510](#510) [#511](#511)
* Revert "fix: #506 (#510)" (#511) ([1f80b64](1f80b64)), closes [#506](#506) [#510](#510) [#511](#511)
  • Loading branch information
semantic-release-bot committed Oct 29, 2024
1 parent 787c6f1 commit 9bdda49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/image-annotator-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labelu/image-annotator-react",
"version": "2.1.3",
"version": "2.2.0-alpha.1",
"description": "image annotator for react",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -30,7 +30,7 @@
],
"dependencies": {
"@labelu/components-react": "1.5.0",
"@labelu/image": "1.1.1",
"@labelu/image": "1.2.0-alpha.1",
"@labelu/interface": "1.3.1",
"lodash.clonedeep": "^4.5.0",
"polished": "^4.2.2",
Expand Down

0 comments on commit 9bdda49

Please sign in to comment.