From 7e50fdb6da77302725f9f1b46fd55a85773e6f30 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 1 Nov 2024 09:45:23 +0000 Subject: [PATCH] chore(release): 1.24.0-alpha.9 [skip ci] # [1.24.0-alpha.9](https://github.com/open-mmlab/labelbee/compare/@labelbee/lb-components@1.24.0-alpha.8...@labelbee/lb-components@1.24.0-alpha.9) (2024-11-01) ### Bug Fixes * Historical issues with unified parameter submissions ([650705f](https://github.com/open-mmlab/labelbee/commit/650705f663894560aee3167bca996280d74c8ca5)) * Type issue ([ec11fb1](https://github.com/open-mmlab/labelbee/commit/ec11fb1e555bc185df45ecea4a59f172b075c310)) ### Features * Add rectangle drawing using two points ([ac56aa5](https://github.com/open-mmlab/labelbee/commit/ac56aa59d1848d24f10372a7146421bfa72d6ea8)) * Unified parameter submission ([3da88af](https://github.com/open-mmlab/labelbee/commit/3da88afc1528709567d5facc8d995991cb750dba)) --- packages/lb-components/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/lb-components/package.json b/packages/lb-components/package.json index 88e405d5..c8dd1fe1 100644 --- a/packages/lb-components/package.json +++ b/packages/lb-components/package.json @@ -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", @@ -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",