Skip to content

Commit

Permalink
# 1.21.0-rc.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Oct 4, 2024
1 parent b51553d commit bea6318
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
### **Copyrigth**:
*Tiledesk SRL*

# 1.21.0-rc.12
- **added**: formatType checkbox in action gpt-task
- **added**: citations in action askkbv2
- **added**: flowError variable in systemDefined array
- **added**: community category 'Internal Processes'

# 1.20.6
- **removed**: export as csv option in cds-action-detail component

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiledesk/cds",
"author": "Tiledesk SRL",
"version": "1.21.0-rc.11",
"version": "1.21.0-rc.12",
"license": "MIT",
"homepage": "https://www.tiledesk.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/app/chatbot-design-studio/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ export const TYPE_FUNCTION_LIST_FOR_FUNCTIONS: { [key: string]: { name: string,
export const CERTIFIED_TAGS: Array<{color: string, name: string}> = [
{ color: "#a16300", name: "Lead-Gen" },
{ color: "#25833e", name: "Support" },
{ color: "#a613ec33", name: "Internal Processes"}
{ color: "#a613ec33", name: "Internal-Processes"}
// { color: "#00699e", name: "Pre-Sale" },
// { color: "#0049bd", name: "Self-serve" },
]
Expand Down

0 comments on commit bea6318

Please sign in to comment.