Skip to content

Commit f315984

Browse files
Version Packages (#184)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: marcusschiesser <[email protected]>
1 parent 8ca1b9b commit f315984

File tree

7 files changed

+17
-15
lines changed

7 files changed

+17
-15
lines changed

.changeset/metal-facts-guess.md

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

.changeset/smooth-taxis-fall.md

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

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@llamaindex/workflow-docs",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"type": "module",
55
"main": "index.ts",
66
"packageManager": "[email protected]",

packages/viz-node/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @llamaindex/workflow-viz-node
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- 8ca1b9b: Generate workflow visualization in Node.js

packages/viz-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@llamaindex/workflow-viz-node",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Visualization components for drawing LlamaIndex Workflows in Node.js",
55
"type": "module",
66
"main": "dist/index.cjs",

packages/viz/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @llamaindex/workflow-viz
22

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- 8ca1b9b: Generate workflow visualization in Node.js
8+
- 3cda388: Adding an export for type WorkflowWithDrawing in viz; Adding example code + tests in docs
9+
310
## 1.0.4
411

512
### Patch Changes

packages/viz/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@llamaindex/workflow-viz",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Visualization components for drawing LlamaIndex Workflows in the browser",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)