Skip to content

Commit

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

### Features

* 3D point cloud supports custom colors in annotation ([a4733c7](a4733c7))
* 3D point cloud supports custom colors in annotation-Adjustment ([c2cf6fc](c2cf6fc))
* Lines and polygons add limits(Minimum length and area) ([5f52b80](5f52b80))
  • Loading branch information
semantic-release-bot committed May 8, 2023
1 parent 7798ba5 commit 6abe070
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.10.0-alpha.7",
"version": "1.10.0-alpha.8",
"description": "Provide a complete library of annotation components",
"main": "./dist/index.js",
"es": "./es/index.js",
Expand Down Expand Up @@ -43,8 +43,8 @@
},
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@labelbee/lb-annotation": "1.14.0-alpha.7",
"@labelbee/lb-utils": "1.7.0-alpha.5",
"@labelbee/lb-annotation": "1.14.0-alpha.8",
"@labelbee/lb-utils": "1.7.0-alpha.6",
"ahooks": "^3.4.0",
"classnames": "^2.3.0",
"lodash": "^4.17.21",
Expand Down

0 comments on commit 6abe070

Please sign in to comment.