diff options
| author | opencode <[email protected]> | 2025-09-09 21:17:41 +0000 |
|---|---|---|
| committer | opencode <[email protected]> | 2025-09-09 21:17:41 +0000 |
| commit | 10aee9755c81864113389158b2b843116358bac2 (patch) | |
| tree | 489354fd38db49a33902bbdfed9881b19405b005 /cloud | |
| parent | 63384bc2147d950fcb4cb4ebaa1d4f1ea3331759 (diff) | |
| download | opencode-10aee9755c81864113389158b2b843116358bac2.tar.gz opencode-10aee9755c81864113389158b2b843116358bac2.zip | |
release: v0.6.9
Diffstat (limited to 'cloud')
| -rw-r--r-- | cloud/app/package.json | 2 | ||||
| -rw-r--r-- | cloud/core/package.json | 2 | ||||
| -rw-r--r-- | cloud/function/package.json | 2 | ||||
| -rw-r--r-- | cloud/scripts/package.json | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/cloud/app/package.json b/cloud/app/package.json index a60f83a6d..d2ee79db3 100644 --- a/cloud/app/package.json +++ b/cloud/app/package.json @@ -7,7 +7,7 @@ "dev:remote": "VITE_AUTH_URL=https://auth.dev.opencode.ai bun sst shell --stage=dev bun dev", "build": "vinxi build && ../../packages/opencode/script/schema.ts ./.output/public/config.json", "start": "vinxi start", - "version": "0.6.8" + "version": "0.6.9" }, "dependencies": { "@ibm/plex": "6.4.1", diff --git a/cloud/core/package.json b/cloud/core/package.json index b0d0210d8..69514253d 100644 --- a/cloud/core/package.json +++ b/cloud/core/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@opencode/cloud-core", - "version": "0.6.8", + "version": "0.6.9", "private": true, "type": "module", "dependencies": { diff --git a/cloud/function/package.json b/cloud/function/package.json index b68a840b0..5519832ca 100644 --- a/cloud/function/package.json +++ b/cloud/function/package.json @@ -1,6 +1,6 @@ { "name": "@opencode/cloud-function", - "version": "0.6.8", + "version": "0.6.9", "$schema": "https://json.schemastore.org/package.json", "private": true, "type": "module", diff --git a/cloud/scripts/package.json b/cloud/scripts/package.json index 95b68ac71..0890f6810 100644 --- a/cloud/scripts/package.json +++ b/cloud/scripts/package.json @@ -1,6 +1,6 @@ { "name": "@opencode/cloud-scripts", - "version": "0.6.8", + "version": "0.6.9", "$schema": "https://json.schemastore.org/package.json", "private": true, "type": "module", |
