Skip to content

Commit 082e896

Browse files
committed
[release] Bump version to 0.0.91 for all packages and update changelogs
- Updated all packages to version 0.0.91, reflecting new features and improvements. - Added support for AI providers like OpenAI and streaming capabilities across various packages. - Updated dependencies in changelogs to ensure consistency and compatibility. - Enhanced documentation to reflect the latest changes and improvements in functionality.
1 parent ca96153 commit 082e896

29 files changed

Lines changed: 188 additions & 29 deletions

bun.lock

Lines changed: 14 additions & 14 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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @workglow/cli
22

3+
## 0.0.91
4+
5+
### Patch Changes
6+
7+
- Add ai providers like openai; add streaming
8+
- Updated dependencies
9+
- @workglow/ai-provider@0.0.91
10+
- @workglow/task-graph@0.0.91
11+
- @workglow/test@0.0.91
12+
- @workglow/util@0.0.91
13+
- @workglow/ai@0.0.91
14+
- @workglow/storage@0.0.91
15+
- @workglow/tasks@0.0.91
16+
317
## 0.0.90
418

519
### Patch Changes

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.0.90",
4+
"version": "0.0.91",
55
"description": "Command-line interface example for Workglow, demonstrating how to build and run AI task pipelines from the terminal.",
66
"scripts": {
77
"dev": "concurrently -c 'auto' -n 'cli:' 'bun:dev-*'",

examples/web/CHANGELOG.md

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

3+
## 0.0.91
4+
5+
### Patch Changes
6+
7+
- Add ai providers like openai; add streaming
8+
- Updated dependencies
9+
- @workglow/ai-provider@0.0.91
10+
- @workglow/task-graph@0.0.91
11+
- @workglow/test@0.0.91
12+
- @workglow/util@0.0.91
13+
- @workglow/ai@0.0.91
14+
- @workglow/debug@0.0.91
15+
- @workglow/job-queue@0.0.91
16+
- @workglow/sqlite@0.0.91
17+
- @workglow/storage@0.0.91
18+
- @workglow/tasks@0.0.91
19+
320
## 0.0.90
421

522
### Patch Changes

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.0.90",
3+
"version": "0.0.91",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @workglow/ai-provider
22

3+
## 0.0.91
4+
5+
### Patch Changes
6+
7+
- Add ai providers like openai; add streaming
8+
- Updated dependencies
9+
- @workglow/task-graph@0.0.91
10+
- @workglow/util@0.0.91
11+
- @workglow/ai@0.0.91
12+
- @workglow/job-queue@0.0.91
13+
- @workglow/storage@0.0.91
14+
315
## 0.0.90
416

517
### Patch Changes

packages/ai-provider/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-provider",
33
"type": "module",
4-
"version": "0.0.90",
4+
"version": "0.0.91",
55
"description": "AI provider integrations for Workglow, supporting OpenAI, Hugging Face Transformers, MediaPipe, and GGML models.",
66
"scripts": {
77
"watch": "concurrently -c 'auto' 'bun:watch-*'",

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.0.91
4+
5+
### Patch Changes
6+
7+
- Add ai providers like openai; add streaming
8+
- Updated dependencies
9+
- @workglow/task-graph@0.0.91
10+
- @workglow/util@0.0.91
11+
- @workglow/dataset@0.0.91
12+
- @workglow/job-queue@0.0.91
13+
- @workglow/storage@0.0.91
14+
315
## 0.0.90
416

517
### Patch Changes

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.0.90",
4+
"version": "0.0.91",
55
"description": "Core AI functionality for Workglow, including task execution, model management, and AI pipeline orchestration.",
66
"scripts": {
77
"watch": "concurrently -c 'auto' 'bun:watch-*'",

packages/dataset/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @workglow/dataset
22

3+
## 0.0.91
4+
5+
### Patch Changes
6+
7+
- Add ai providers like openai; add streaming
8+
- Updated dependencies
9+
- @workglow/util@0.0.91
10+
- @workglow/storage@0.0.91
11+
312
## 0.0.90
413

514
### Patch Changes

0 commit comments

Comments
 (0)