From d2ca5b66f8bfc0bc18ec078ad9c20479860cbe3a Mon Sep 17 00:00:00 2001 From: Gabriele Panico Date: Thu, 7 Dec 2023 18:30:49 +0100 Subject: [PATCH] ### 1.0.7-rc.5 --- CHANGELOG.md | 6 +++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ad8d04a..36e78a6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,16 @@ *Dario De Pascalis* ### **Copyrigth**: *Tiledesk SRL* +### 1.0.7-rc.5 +- added: cds-action-assign-variable-v2 + ### 1.0.7-rc.4 - added: cdkDragPreview UI while dragging an action into the same block - added: cds-globals component to manage global attributes variables into chatbot obj - added: global variables to variablesList utils obj - bug-fixed: patch in action reply buttons without UUIDV4 - +- bug-fixed: if clear operand variable inside cds-action-assign-variable, operation obj is not updated +- bug-fixed: if 'readonly' input variable is updated in parent cds-textarea component, tag badge is not created ### 1.0.7-rc.3 - added: close behaviour on mouse-tips modal close header icon - bug fixed: close the add-actions-menu by clicking Backspace diff --git a/package-lock.json b/package-lock.json index 0f913daf..0383a45f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@tiledesk/cds", - "version": "1.0.7-rc.4", + "version": "1.0.7-rc.5", "lockfileVersion": 1, "requires": true, "packages": { diff --git a/package.json b/package.json index ed1dc017..191705ca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tiledesk/cds", "author": "Tiledesk SRL", - "version": "1.0.7-rc.4", + "version": "1.0.7-rc.5", "license": "MIT", "homepage": "https://www.tiledesk.com", "repository": {