Skip to content

Commit b9a2ee5

Browse files
committed
Merge branch 'release' of https://github.com/opendatalab/labelU-Kit into release
2 parents 6967a27 + f8e2c65 commit b9a2ee5

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

apps/frontend/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "@labelu/frontend",
3-
"version": "5.9.0-alpha.9",
3+
"version": "5.9.0",
44
"private": true,
55
"dependencies": {
66
"@ant-design/icons": "^4.6.2",
7-
"@labelu/i18n": "1.1.0-alpha.9",
8-
"@labelu/audio-annotator-react": "1.8.7-alpha.3",
9-
"@labelu/components-react": "1.8.0-alpha.12",
10-
"@labelu/image": "1.5.0-alpha.6",
7+
"@labelu/i18n": "1.1.0",
8+
"@labelu/audio-annotator-react": "1.9.0",
9+
"@labelu/components-react": "1.8.0",
10+
"@labelu/image": "1.5.0",
1111
"@labelu/formatter": "1.0.2",
12-
"@labelu/image-annotator-react": "2.5.0-alpha.7",
12+
"@labelu/image-annotator-react": "2.5.0",
1313
"@labelu/interface": "1.3.1",
14-
"@labelu/video-annotator-react": "1.5.0-alpha.14",
15-
"@labelu/video-react": "1.5.4-alpha.3",
14+
"@labelu/video-annotator-react": "1.5.0",
15+
"@labelu/video-react": "1.6.0",
1616
"@tanstack/react-query": "^5.0.0",
1717
"antd": "5.10.1",
1818
"axios": "^1.3.4",
@@ -112,4 +112,4 @@
112112
"vite-plugin-svgr": "^2.4.0",
113113
"vite-plugin-ts-mono-alias": "^1.1.8"
114114
}
115-
}
115+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"packages/*",
66
"apps/*"
77
],
8-
"version": "5.9.0-alpha.9",
8+
"version": "5.9.0",
99
"scripts": {
1010
"prepare": "husky install",
1111
"build": "pnpm --filter @labelu/interface --filter @labelu/i18n --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",
@@ -100,4 +100,4 @@
100100
"gauge": "^2.7.4",
101101
"react-ace": "^10.1.0"
102102
}
103-
}
103+
}

0 commit comments

Comments
 (0)