Skip to content

Commit 1795940

Browse files
chore: version packages
1 parent 09aad96 commit 1795940

File tree

10 files changed

+24
-30
lines changed

10 files changed

+24
-30
lines changed

.changeset/brown-papers-eat.md

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

.changeset/fine-deer-flow.md

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

.changeset/odd-cycles-mate.md

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

.changeset/old-jobs-drum.md

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# llama-index-utils-workflow
2+
3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- f307253: Update typechecking to support ty
8+
- 91159d7: Moving `_extract_workflow_structure` to its own module in workflow core
9+
- 300fd05: Add stricter ruff formatting checks
10+
- 32ae78a: Switch build backend to uv
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "llama-index-utils-workflow",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"private": false,
55
"license": "MIT",
6-
"scripts": {
7-
}
6+
"scripts": {}
87
}

packages/llama-index-utils-workflow/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dev = ["pytest>=8.4.2", "pytest-asyncio>=1.0.0", "pytest-cov>=6.1.1"]
77

88
[project]
99
name = "llama-index-utils-workflow"
10-
version = "0.5.0"
10+
version = "0.5.1"
1111
description = "llama-index utils for workflows"
1212
readme = "README.md"
1313
authors = [{name = "Adrian Lyjak", email = "[email protected]"}]

packages/llama-index-workflows/CHANGELOG.md

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

3+
## 2.11.3
4+
5+
### Patch Changes
6+
7+
- f307253: Update typechecking to support ty
8+
- 91159d7: Moving `_extract_workflow_structure` to its own module in workflow core
9+
- 300fd05: Add stricter ruff formatting checks
10+
- 32ae78a: Switch build backend to uv
11+
312
## 2.11.2
413

514
### 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.2",
3+
"version": "2.11.3",
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.2"
24+
version = "2.11.3"
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)