Skip to content

Commit 9e3912d

Browse files
chore: version packages (#236)
Co-authored-by: llama-org-ci-bot[bot] <231146559+llama-org-ci-bot[bot]@users.noreply.github.com>
1 parent 8f344bd commit 9e3912d

File tree

5 files changed

+13
-15
lines changed

5 files changed

+13
-15
lines changed

.changeset/update-debugger-assets-1763676653.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/wide-islands-start.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/llama-index-workflows/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# llama-index-workflows
22

3+
## 2.11.4
4+
5+
### Patch Changes
6+
7+
- 95abac0: Update debugger assets
8+
9+
- JavaScript: https://cdn.jsdelivr.net/npm/@llamaindex/[email protected]/dist/app.js
10+
- CSS: https://cdn.jsdelivr.net/npm/@llamaindex/[email protected]/dist/app.css
11+
12+
- 8f344bd: Fix resuming from serialized context for workflows that uses typed events
13+
314
## 2.11.3
415

516
### Patch Changes

packages/llama-index-workflows/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "llama-index-workflows",
3-
"version": "2.11.3",
3+
"version": "2.11.4",
44
"private": false,
55
"license": "MIT",
66
"scripts": {}

packages/llama-index-workflows/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dev = [
2121

2222
[project]
2323
name = "llama-index-workflows"
24-
version = "2.11.3"
24+
version = "2.11.4"
2525
description = "An event-driven, async-first, step-based way to control the execution flow of AI applications like Agents."
2626
readme = "README.md"
2727
license = "MIT"

0 commit comments

Comments
 (0)