Skip to content

Commit 5aaa422

Browse files
committed
[release] Bump version to 0.0.87 for all packages
- Updated all packages to version 0.0.87, reflecting enhancements and updates across the Workglow ecosystem. - Included updates to dependencies, particularly @supabase/supabase-js, to ensure compatibility and access to the latest features. - Relaxed model configuration and improved overall package functionality.
1 parent 23a7686 commit 5aaa422

27 files changed

Lines changed: 166 additions & 26 deletions

bun.lock

Lines changed: 13 additions & 13 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.87
4+
5+
### Patch Changes
6+
7+
- Update supabase version and relax model config
8+
- Updated dependencies
9+
- @workglow/task-graph@0.0.87
10+
- @workglow/storage@0.0.87
11+
- @workglow/test@0.0.87
12+
- @workglow/ai@0.0.87
13+
- @workglow/ai-provider@0.0.87
14+
- @workglow/tasks@0.0.87
15+
- @workglow/util@0.0.87
16+
317
## 0.0.86
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.86",
4+
"version": "0.0.87",
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.87
4+
5+
### Patch Changes
6+
7+
- Update supabase version and relax model config
8+
- Updated dependencies
9+
- @workglow/task-graph@0.0.87
10+
- @workglow/storage@0.0.87
11+
- @workglow/test@0.0.87
12+
- @workglow/ai@0.0.87
13+
- @workglow/ai-provider@0.0.87
14+
- @workglow/debug@0.0.87
15+
- @workglow/job-queue@0.0.87
16+
- @workglow/sqlite@0.0.87
17+
- @workglow/tasks@0.0.87
18+
- @workglow/util@0.0.87
19+
320
## 0.0.86
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.86",
3+
"version": "0.0.87",
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.87
4+
5+
### Patch Changes
6+
7+
- Update supabase version and relax model config
8+
- Updated dependencies
9+
- @workglow/task-graph@0.0.87
10+
- @workglow/storage@0.0.87
11+
- @workglow/ai@0.0.87
12+
- @workglow/job-queue@0.0.87
13+
- @workglow/util@0.0.87
14+
315
## 0.0.86
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.86",
4+
"version": "0.0.87",
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.87
4+
5+
### Patch Changes
6+
7+
- Update supabase version and relax model config
8+
- Updated dependencies
9+
- @workglow/task-graph@0.0.87
10+
- @workglow/dataset@0.0.87
11+
- @workglow/storage@0.0.87
12+
- @workglow/job-queue@0.0.87
13+
- @workglow/util@0.0.87
14+
315
## 0.0.86
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.86",
4+
"version": "0.0.87",
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.87
4+
5+
### Patch Changes
6+
7+
- Update supabase version and relax model config
8+
- Updated dependencies
9+
- @workglow/storage@0.0.87
10+
- @workglow/util@0.0.87
11+
312
## 0.0.86
413

514
### Patch Changes

0 commit comments

Comments
 (0)