mirror of
https://github.com/run-llama/workflows-py.git
synced 2026-07-18 16:14:58 -04:00
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:
committed by
GitHub
parent
27a4cf099c
commit
88bfe4e0b1
@@ -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,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"
|
||||
|
||||
Reference in New Issue
Block a user