summaryrefslogtreecommitdiffhomepage
path: root/cloud
diff options
context:
space:
mode:
authoropencode <[email protected]>2025-09-17 05:09:08 +0000
committeropencode <[email protected]>2025-09-17 05:09:08 +0000
commitad5fc76b11957013aec9a7ecc14e687b1df40fcb (patch)
treeb80cec86fd746d2e07323763939b332d99f77a38 /cloud
parentff1f4d6bf9fead4683c8ae32da9d6522119783ad (diff)
downloadopencode-ad5fc76b11957013aec9a7ecc14e687b1df40fcb.tar.gz
opencode-ad5fc76b11957013aec9a7ecc14e687b1df40fcb.zip
release: v0.9.7
Diffstat (limited to 'cloud')
-rw-r--r--cloud/app/package.json2
-rw-r--r--cloud/core/package.json2
-rw-r--r--cloud/function/package.json2
-rw-r--r--cloud/scripts/package.json2
4 files changed, 4 insertions, 4 deletions
diff --git a/cloud/app/package.json b/cloud/app/package.json
index d49b3ec10..87f1aa98c 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.9.6"
+ "version": "0.9.7"
},
"dependencies": {
"@ibm/plex": "6.4.1",
diff --git a/cloud/core/package.json b/cloud/core/package.json
index f38f1b325..79e1de650 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.9.6",
+ "version": "0.9.7",
"private": true,
"type": "module",
"dependencies": {
diff --git a/cloud/function/package.json b/cloud/function/package.json
index e76948350..d5c1920ba 100644
--- a/cloud/function/package.json
+++ b/cloud/function/package.json
@@ -1,6 +1,6 @@
{
"name": "@opencode/cloud-function",
- "version": "0.9.6",
+ "version": "0.9.7",
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
diff --git a/cloud/scripts/package.json b/cloud/scripts/package.json
index fae8ecd87..63ed89f12 100644
--- a/cloud/scripts/package.json
+++ b/cloud/scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "@opencode/cloud-scripts",
- "version": "0.9.6",
+ "version": "0.9.7",
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",