Skip to content

Commit

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

### Features

* Add resize-rect svg Icon、I18n content ([e8efb4a](e8efb4a))
* Resize 2d rect to using the R key ([b184a8f](b184a8f))
* Size less than resizeWidth or resizeHeight , remains unchanged ([7710a6b](7710a6b))
  • Loading branch information
semantic-release-bot committed Jun 25, 2024
1 parent d6a9ace commit 91f0a27
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.23.0-alpha.54",
"version": "1.23.0-alpha.55",
"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.27.0-alpha.27",
"@labelbee/lb-utils": "1.19.0-alpha.17",
"@labelbee/lb-annotation": "1.27.0-alpha.28",
"@labelbee/lb-utils": "1.19.0-alpha.18",
"@labelbee/wavesurfer": "1.0.0",
"@types/react-dom": "^18.2.7",
"@types/react-transition-group": "^4.4.9",
Expand Down

0 comments on commit 91f0a27

Please sign in to comment.