diff --git a/RELEASE.md b/RELEASE.md index 2dfce82b..d02865be 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -32,7 +32,10 @@ Bug fixes ## Bug Fixes and Other Changes -* [213](https://github.com/navigateconsulting/eva/pull/213) Updated documentation +* [213](https://github.com/navigateconsulting/eva/pull/213) Updated documentation +* [214](https://github.com/navigateconsulting/eva/pull/214) Spinner was continously spinning in loop even after the training had completed and getting the completed status in the front end. +* [215](https://github.com/navigateconsulting/eva/pull/215) npm dependancy in package.json file upgraded from 6.13.4 to 6.14.6 +* [216](https://github.com/navigateconsulting/eva/pull/216) loadash dependancy in package.json file upgraded from 4.17.15 to 4.17.19 # Release 2.0.3 @@ -46,4 +49,4 @@ Bug fixes * [207](https://github.com/navigateconsulting/eva/pull/207) changes to UI * [210](https://github.com/navigateconsulting/eva/pull/210) Spinner issue on Manage Project Page has now been resolved, earlier there was a delay in showing the spinner. Conversations Chat was not displaying the slot values earlier, now the issue is fixed. -* [211](https://github.com/navigateconsulting/eva/pull/211) Displaying Conversations In Descending Order so that the latest conversation would be displayed first in the list. +* [211](https://github.com/navigateconsulting/eva/pull/211) Displaying Conversations In Descending Order so that the latest conversation would be displayed first in the list. \ No newline at end of file diff --git a/ui-trainer/package-lock.json b/ui-trainer/package-lock.json index c535fcb2..bd20e4b1 100644 --- a/ui-trainer/package-lock.json +++ b/ui-trainer/package-lock.json @@ -14605,7 +14605,7 @@ "requires": { "http-parser-js": ">=0.5.1", "safe-buffer": ">=5.1.0", - "websocket-extensions": ">=0.1.4" + "websocket-extensions": ">=0.1.1" } }, "websocket-extensions": {