Skip to content

Commit

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

### Bug Fixes

* Point tool support settings are invalid ([8139cfa](8139cfa))

### Features

* Support invalid settings from external sources ([55c9414](55c9414))
  • Loading branch information
semantic-release-bot committed Dec 20, 2024
1 parent cacdf05 commit bc1c096
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.20",
"version": "1.24.0-alpha.21",
"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.9",
"@labelbee/lb-annotation": "1.28.0-alpha.10",
"@labelbee/lb-utils": "1.20.0-alpha.1",
"@labelbee/wavesurfer": "1.1.0",
"@types/react-dom": "18.3.1",
Expand Down

0 comments on commit bc1c096

Please sign in to comment.