Skip to content

Commit

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

### Bug Fixes

* Optimize the logic of judging whether a point is inside a polygon ([4dfa1d9](4dfa1d9))
* Support loading data after jump ([a0175d2](a0175d2))
  • Loading branch information
semantic-release-bot committed Aug 22, 2024
1 parent 0ed8a36 commit 3e5e10a
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.23.0-alpha.98",
"version": "1.23.0-alpha.99",
"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.27.0-alpha.48",
"@labelbee/lb-annotation": "1.27.0-alpha.49",
"@labelbee/lb-utils": "1.19.0-alpha.20",
"@labelbee/wavesurfer": "1.0.0",
"@types/react-dom": "^18.2.7",
Expand Down

0 comments on commit 3e5e10a

Please sign in to comment.