Updated version & package json

main
Boris Sekachev 5 years ago
parent abe5da957d
commit 19142dd262

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- Added basic projects implementation (<https://github.com/openvinotoolkit/cvat/pull/2255>) - Added basic projects implementation (<https://github.com/openvinotoolkit/cvat/pull/2255>)
- Tooltips in label selectors (<https://github.com/openvinotoolkit/cvat/pull/2509>)
### Changed ### Changed

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

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

Loading…
Cancel
Save