From 9515534c06fa9af3457faf0591ed2953603eab1d Mon Sep 17 00:00:00 2001 From: Gabriele Panico Date: Fri, 13 Sep 2024 12:42:00 +0200 Subject: [PATCH] 1.21.0-rc.4 --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 828400a8..31fe09e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ ### **Copyrigth**: *Tiledesk SRL* +# 1.21.0-rc.4 +- **added**: inserted blockid and blockname parameters in the page url +- **bug-fixed**: fixed graphical error when hovering over an empty intent when the "add action" button is displayed +- **bug-fixed**: get last child in url without parameters + # 1.21.0-rc.3 - **added**: 5m, 10m, 30m and 1h time slot for rules condition - **bug-fixed**: copy "intent" without connectors diff --git a/package-lock.json b/package-lock.json index 33aaa417..f99583dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@tiledesk/cds", - "version": "1.21.0-rc.3", + "version": "1.21.0-rc.4", "lockfileVersion": 1, "requires": true, "packages": { diff --git a/package.json b/package.json index 694033e1..b256cd5c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tiledesk/cds", "author": "Tiledesk SRL", - "version": "1.21.0-rc.3", + "version": "1.21.0-rc.4", "license": "MIT", "homepage": "https://www.tiledesk.com", "repository": {