chore: version packages (#238)

Co-authored-by: llama-org-ci-bot[bot] <231146559+llama-org-ci-bot[bot]@users.noreply.github.com>
This commit is contained in:
llama-org-ci-bot[bot]
2025-11-24 18:37:30 +00:00
committed by GitHub
parent 27a4cf099c
commit 88bfe4e0b1
4 changed files with 11 additions and 10 deletions
@@ -1,8 +0,0 @@
---
"llama-index-workflows": patch
---
Update debugger assets
- JavaScript: https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.2/dist/app.js
- CSS: https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.2/dist/app.css
@@ -1,5 +1,14 @@
# llama-index-workflows
## 2.11.5
### Patch Changes
- 27a4cf0: Update debugger assets
- JavaScript: https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.2/dist/app.js
- CSS: https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.2/dist/app.css
## 2.11.4
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "llama-index-workflows",
"version": "2.11.4",
"version": "2.11.5",
"private": false,
"license": "MIT",
"scripts": {}
@@ -21,7 +21,7 @@ dev = [
[project]
name = "llama-index-workflows"
version = "2.11.4"
version = "2.11.5"
description = "An event-driven, async-first, step-based way to control the execution flow of AI applications like Agents."
readme = "README.md"
license = "MIT"