Skip to content

Commit

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

### Bug Fixes

* **lb-components:** Add LLM MultiWheel shortcut ([2a0f55c](2a0f55c))
* **lb-components:** Add LLMMultiWheel layout ([07a3928](07a3928))
* **lb-components:** Add LLMMultiWheel sidebar ([e68d1f6](e68d1f6))
* **lb-components:** Export LLMMultiWheelSourceView ([3dfce77](3dfce77))

### Features

* **lb-components:** Updated render questions and answers ([70e7db7](70e7db7))
* LLM tool answer sort ([bb960eb](bb960eb))
* LLMMultiWheel tool ([7f3739b](7f3739b))
  • Loading branch information
semantic-release-bot committed Sep 26, 2024
1 parent 32129a4 commit 2678636
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.121",
"version": "1.23.0-alpha.122",
"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.62",
"@labelbee/lb-utils": "1.19.0-alpha.23",
"@labelbee/lb-annotation": "1.27.0-alpha.63",
"@labelbee/lb-utils": "1.19.0-alpha.24",
"@labelbee/wavesurfer": "1.1.0-alpha.1",
"@types/react-dom": "^18.2.7",
"@types/react-transition-group": "^4.4.9",
Expand Down

0 comments on commit 2678636

Please sign in to comment.