Skip to content

Commit f803b12

Browse files
committed
chore(release): 0.19.0
1 parent a0e561e commit f803b12

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
11
# DeepDetect Platform UI (Changelog)
22

3-
## [0.18.0](https://github.com/jolibrain/platform_ui/compare/v0.17.6...v0.18.0) (2021-06-11)
3+
## [0.19.0](https://github.com/jolibrain/platform_ui/compare/v0.18.0...v0.19.0) (2021-09-06)
4+
5+
6+
### Features
7+
8+
* button to publish training job from archive ([8718afb](https://github.com/jolibrain/platform_ui/commit/8718afbe120e1277fd2ee2ec9b35329a0fc14a7e))
9+
10+
11+
### Bug Fixes
12+
13+
* 'seconds' used in seekTo on video player ([9863e82](https://github.com/jolibrain/platform_ui/commit/9863e82aaf56bcf4d259bd9bfa837927c71fe9f7))
14+
* add missing child key props ([4a2fe1f](https://github.com/jolibrain/platform_ui/commit/4a2fe1f791c2221d16e9185eb8855a705ea9cf34))
15+
* add toggle to create tensorrt service ([b1316fb](https://github.com/jolibrain/platform_ui/commit/b1316fb31a222d2de0a62146e0d8223e2d4827ef))
16+
* check body in repository json metrics ([55a942f](https://github.com/jolibrain/platform_ui/commit/55a942f8a903526de817e427f01342ff98e5ee09))
17+
* check filter Range bounds to include frames when min/max are default values ([96ba185](https://github.com/jolibrain/platform_ui/commit/96ba1850bd4bfa778fb07ccf02339a6bfa5522a2))
18+
* format publish modal button html ([71ed5a2](https://github.com/jolibrain/platform_ui/commit/71ed5a2efce137c5bbec25de5f8ef36ba6169ae8))
19+
* format values in TrainingMonitor charts ([698f651](https://github.com/jolibrain/platform_ui/commit/698f6512942e2a0cba3a46c9b76ba4524f9e4dc7))
20+
* frame.jsonFilePath with correct json path to create zip file ([171617c](https://github.com/jolibrain/platform_ui/commit/171617cad4e6f5b8f53892bcefe41718c5d3893b))
21+
* remove unused import ([a0e561e](https://github.com/jolibrain/platform_ui/commit/a0e561ed9d06bbec000703488a5c3ec10eeb73c7))
22+
* upgrade package-lock.json ([1945c87](https://github.com/jolibrain/platform_ui/commit/1945c87d78de7c3d73b74eb64f8d311436b6297f))
23+
* use pathFilterStore to keep selected filters ([2a4c62c](https://github.com/jolibrain/platform_ui/commit/2a4c62cda6299ab0302be45b2f55b970c4c8135b))

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "platform-ui",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"private": true,
55
"description": "DeepDetect Platform UI",
66
"dependencies": {

0 commit comments

Comments
 (0)