Skip to content

Commit d44fdd6

Browse files
committed
chore: release 12 packages
1 parent 76e13ac commit d44fdd6

25 files changed

Lines changed: 154 additions & 25 deletions

bun.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @workglow/cli
22

3+
## 0.2.15
4+
5+
### Features
6+
7+
#### task-graph
8+
9+
- dataflow transforms engine with autoConnect refactor
10+
311
## 0.2.14
412

513
### Bug Fixes

examples/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@workglow/cli",
33
"type": "module",
4-
"version": "0.2.14",
4+
"version": "0.2.15",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/workglow-dev/workglow.git",

examples/web/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @workglow/web
22

3+
## 0.2.15
4+
5+
### Chores
6+
7+
- update deps
8+
9+
### Updated Dependencies
10+
11+
- `@tailwindcss/vite`: ^4.2.4
12+
- `tailwindcss`: ^4.2.4
13+
- `vite`: ^8.0.10
14+
315
## 0.2.14
416

517
## 0.2.13

examples/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workglow/web",
3-
"version": "0.2.14",
3+
"version": "0.2.15",
44
"type": "module",
55
"description": "Web interface example for Workglow, showcasing a React-based UI for building and visualizing AI task pipelines.",
66
"scripts": {

packages/ai-provider/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @workglow/ai-provider
22

3+
## 0.2.15
4+
35
## 0.2.14
46

57
## 0.2.13

packages/ai-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@workglow/ai-provider",
33
"type": "module",
44
"sideEffects": false,
5-
"version": "0.2.14",
5+
"version": "0.2.15",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/workglow-dev/workglow.git",

packages/ai/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @workglow/ai
22

3+
## 0.2.15
4+
5+
### Features
6+
7+
#### util/media
8+
9+
- introduce Image class and consolidate image handling
10+
11+
### Bug Fixes
12+
13+
- add validation for outputSchema in StructuredGenerationTask, changes to tool use schema
14+
315
## 0.2.14
416

517
### Tests

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@workglow/ai",
33
"type": "module",
4-
"version": "0.2.14",
4+
"version": "0.2.15",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/workglow-dev/workglow.git",

packages/job-queue/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @workglow/job-queue
22

3+
## 0.2.15
4+
35
## 0.2.14
46

57
## 0.2.13

0 commit comments

Comments
 (0)