diff --git a/CHANGELOG.md b/CHANGELOG.md index e4395462..987b5f11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Exception: "Value must be a user instance" () - Reset zoom option doesn't work in tag annotation mode () - Canvas is busy error () +- Projects view layout fix () ### Security diff --git a/cvat-ui/package-lock.json b/cvat-ui/package-lock.json index 57d3d329..5063901f 100644 --- a/cvat-ui/package-lock.json +++ b/cvat-ui/package-lock.json @@ -1,6 +1,6 @@ { "name": "cvat-ui", - "version": "1.10.7", + "version": "1.10.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/cvat-ui/package.json b/cvat-ui/package.json index 1168766d..135d15f0 100644 --- a/cvat-ui/package.json +++ b/cvat-ui/package.json @@ -1,6 +1,6 @@ { "name": "cvat-ui", - "version": "1.10.7", + "version": "1.10.8", "description": "CVAT single-page application", "main": "src/index.tsx", "scripts": {