Added CHANGELOG and npm version

main
Dmitry Kalinin 5 years ago
parent 0c4f8882e1
commit c61402522e

@ -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" (<https://github.com/openvinotoolkit/cvat/pull/2441>)
- Reset zoom option doesn't work in tag annotation mode (<https://github.com/openvinotoolkit/cvat/pull/2443>)
- Canvas is busy error (<https://github.com/openvinotoolkit/cvat/pull/2437>)
- Projects view layout fix (<https://github.com/openvinotoolkit/cvat/pull/2503>)
### Security

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

@ -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": {

Loading…
Cancel
Save