Skip to content

Commit

Permalink
chore(release): 1.24.0-alpha.9 [skip ci]
Browse files Browse the repository at this point in the history
# [1.24.0-alpha.9](https://github.com/open-mmlab/labelbee/compare/@labelbee/[email protected]...@labelbee/[email protected]) (2024-11-01)

### Bug Fixes

* Historical issues with unified parameter submissions ([650705f](650705f))
* Type issue ([ec11fb1](ec11fb1))

### Features

* Add rectangle drawing using two points ([ac56aa5](ac56aa5))
* Unified parameter submission ([3da88af](3da88af))
  • Loading branch information
semantic-release-bot committed Nov 1, 2024
1 parent 852934e commit 7e50fdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/lb-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labelbee/lb-components",
"version": "1.24.0-alpha.8",
"version": "1.24.0-alpha.9",
"description": "Provide a complete library of annotation components",
"main": "./dist/index.js",
"es": "./es/index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@labelbee/lb-annotation": "1.28.0-alpha.4",
"@labelbee/lb-annotation": "1.28.0-alpha.5",
"@labelbee/lb-utils": "1.19.0",
"@labelbee/wavesurfer": "1.1.0",
"@types/react-dom": "^18.2.7",
Expand Down

0 comments on commit 7e50fdb

Please sign in to comment.