Updated CHANGELOG & version

main
Boris Sekachev 5 years ago
parent 9848946b92
commit e2d22d3564

@ -36,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Projects view layout fix (<https://github.com/openvinotoolkit/cvat/pull/2503>)
- Fixed the tasks view (infinite loading) when it is impossible to get a preview of the task (<https://github.com/openvinotoolkit/cvat/pull/2504>)
- Empty frames navigation (<https://github.com/openvinotoolkit/cvat/pull/2505>)
- Disabled position editing in AAM (<https://github.com/openvinotoolkit/cvat/pull/2506>)
### Security

@ -1,6 +1,6 @@
{
"name": "cvat-ui",
"version": "1.10.9",
"version": "1.10.10",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

@ -1,6 +1,6 @@
{
"name": "cvat-ui",
"version": "1.10.9",
"version": "1.10.10",
"description": "CVAT single-page application",
"main": "src/index.tsx",
"scripts": {

Loading…
Cancel
Save