Skip to content

Commit

Permalink
added package & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
klakhov committed Aug 26, 2024
1 parent f601c0d commit 89820c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### Added

- Support for `Target metric` for quality in UI, expected threshold now visualized on quality page
(<https://github.com/cvat-ai/cvat/pull/8347>)
2 changes: 1 addition & 1 deletion cvat-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cvat-core",
"version": "15.1.2",
"version": "15.1.3",
"type": "module",
"description": "Part of Computer Vision Tool which presents an interface for client-side integration",
"main": "src/api.ts",
Expand Down
2 changes: 1 addition & 1 deletion cvat-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cvat-ui",
"version": "1.65.0",
"version": "1.65.1",
"description": "CVAT single-page application",
"main": "src/index.tsx",
"scripts": {
Expand Down

0 comments on commit 89820c6

Please sign in to comment.