Skip to content

Commit bba6010

Browse files
committed
chore: release 12 packages
1 parent 9f2ac64 commit bba6010

26 files changed

Lines changed: 130 additions & 60 deletions

bun.lock

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

3+
## 0.1.2
4+
35
## 0.1.1
46

57
## 0.1.0

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.1.1",
4+
"version": "0.1.2",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @workglow/web
22

3+
## 0.1.2
4+
5+
### Updated Dependencies
6+
7+
- `vite`: ^8.0.5
8+
39
## 0.1.1
410

511
### Refactors

examples/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workglow/web",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"type": "module",
55
"description": "Web interface example for Workglow, showcasing a React-based UI for building and visualizing AI task pipelines.",
66
"scripts": {
@@ -46,7 +46,7 @@
4646
"@tailwindcss/vite": "^4.1.7",
4747
"tailwindcss": "^4.1.7",
4848
"rollup-plugin-visualizer": "^7.0.1",
49-
"vite": "^8.0.3",
49+
"vite": "^8.0.5",
5050
"vite-plugin-wasm": "^3.6.0"
5151
},
5252
"publishConfig": {

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"publish-workspaces": "bun ./scripts/publish-workspaces.ts"
4444
},
4545
"dependencies": {
46-
"caniuse-lite": "^1.0.30001784"
46+
"caniuse-lite": "^1.0.30001786"
4747
},
4848
"catalog": {
4949
"@huggingface/transformers": "^4.0.1",
@@ -69,23 +69,23 @@
6969
"devDependencies": {
7070
"@sqliteai/sqlite-vector": "^0.9.94",
7171
"@types/bun": "^1.3.11",
72-
"@types/node": "^24.1.0",
72+
"@types/node": "^24.12.2",
7373
"@typescript-eslint/eslint-plugin": "^8.58.0",
7474
"@typescript-eslint/parser": "^8.58.0",
75-
"@typescript/native-preview": "=7.0.0-dev.20260401.1",
75+
"@typescript/native-preview": "=7.0.0-dev.20260406.1",
7676
"@vitest/coverage-v8": "^4.1.2",
7777
"@vitest/ui": "4.1.2",
7878
"bunset": "^1.0.10",
7979
"concurrently": "^9.2.1",
80-
"eslint": "^10.1.0",
80+
"eslint": "^10.2.0",
8181
"eslint-plugin-jsx-a11y": "^6.10.2",
8282
"eslint-plugin-react": "^7.37.5",
8383
"eslint-plugin-react-hooks": "^7.0.1",
8484
"eslint-plugin-regexp": "^3.1.0",
8585
"globals": "^17.4.0",
8686
"nyc": "^18.0.0",
8787
"prettier": "^3.8.1",
88-
"turbo": "^2.9.3",
88+
"turbo": "^2.9.4",
8989
"typescript": "6.0.2",
9090
"vitest": "^4.1.2"
9191
},

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.1.2
4+
35
## 0.1.1
46

57
### Refactors

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.1.1",
5+
"version": "0.1.2",
66
"description": "AI provider integrations for Workglow, supporting OpenAI, Hugging Face Transformers, MediaPipe, and GGML models.",
77
"scripts": {
88
"watch": "concurrently -c 'auto' 'bun:watch-*'",

packages/ai/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Features
6+
7+
- implement input compactors for various registries
8+
39
## 0.1.1
410

511
### Refactors

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.1.1",
4+
"version": "0.1.2",
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-*'",

0 commit comments

Comments
 (0)