summaryrefslogtreecommitdiffhomepage
path: root/cloud
diff options
context:
space:
mode:
authoropencode <[email protected]>2025-09-12 18:09:55 +0000
committeropencode <[email protected]>2025-09-12 18:09:55 +0000
commit417e8f619cea713e307c1efbf0b56964834b3731 (patch)
treea74bc6e00ef9ac1a707017037b950b055ae9e013 /cloud
parentf2094b7bb345ad6815abe822c3ee3c8778c9fa93 (diff)
downloadopencode-417e8f619cea713e307c1efbf0b56964834b3731.tar.gz
opencode-417e8f619cea713e307c1efbf0b56964834b3731.zip
release: v0.7.8
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 4f963c5e8..25ebc9df4 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.7.7"
+ "version": "0.7.8"
},
"dependencies": {
"@ibm/plex": "6.4.1",
diff --git a/cloud/core/package.json b/cloud/core/package.json
index 293ee516e..3efba75b6 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.7.7",
+ "version": "0.7.8",
"private": true,
"type": "module",
"dependencies": {
diff --git a/cloud/function/package.json b/cloud/function/package.json
index dbc38dbef..ef47b0600 100644
--- a/cloud/function/package.json
+++ b/cloud/function/package.json
@@ -1,6 +1,6 @@
{
"name": "@opencode/cloud-function",
- "version": "0.7.7",
+ "version": "0.7.8",
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
diff --git a/cloud/scripts/package.json b/cloud/scripts/package.json
index 003289bb1..a7efdd00c 100644
--- a/cloud/scripts/package.json
+++ b/cloud/scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "@opencode/cloud-scripts",
- "version": "0.7.7",
+ "version": "0.7.8",
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",