Skip to content

Commit b4c5818

Browse files
committed
Merge branch 'alpha' of github.com:opendatalab/labelU-Kit into alpha
2 parents 1555169 + 4f0acc8 commit b4c5818

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/frontend/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@labelu/frontend",
3-
"version": "5.3.0-alpha.5",
3+
"version": "5.3.0-alpha.6",
44
"private": true,
55
"dependencies": {
66
"@ant-design/icons": "^4.6.2",
77
"@labelu/audio-annotator-react": "1.5.3-alpha.1",
88
"@labelu/components-react": "1.4.3-alpha.1",
99
"@labelu/image": "1.1.1-alpha.4",
1010
"@labelu/formatter": "1.0.2",
11-
"@labelu/image-annotator-react": "2.1.2-alpha.5",
11+
"@labelu/image-annotator-react": "2.1.2-alpha.6",
1212
"@labelu/interface": "1.3.1",
1313
"@labelu/video-annotator-react": "1.3.5-alpha.1",
1414
"@labelu/video-react": "1.3.4-alpha.1",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"packages/*",
66
"apps/*"
77
],
8-
"version": "5.3.0-alpha.5",
8+
"version": "5.3.0-alpha.6",
99
"scripts": {
1010
"prepare": "husky install",
1111
"build": "pnpm --filter @labelu/utils --filter @labelu/interface --filter @labelu/formatter --filter @labelu/image --filter @labelu/components-react --filter @labelu/image-annotator-react --filter @labelu/audio-react --filter @labelu/video-react --filter @labelu/audio-annotator-react --filter @labelu/video-annotator-react build",

packages/image-annotator-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@labelu/image-annotator-react",
3-
"version": "2.1.2-alpha.5",
3+
"version": "2.1.2-alpha.6",
44
"description": "image annotator for react",
55
"main": "./dist/index.mjs",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)