summaryrefslogtreecommitdiffhomepage
path: root/cloud
diff options
context:
space:
mode:
authoropencode <[email protected]>2025-09-17 07:14:33 +0000
committeropencode <[email protected]>2025-09-17 07:14:33 +0000
commite618cbc4470bf66cf7f905053d1a5bf368aefd3a (patch)
tree631d99a0fd0a12a9497a8955eb3737e7730d7fb7 /cloud
parentabd99aeb7db5564cbfdf99b42e6a10bf3ccbafd5 (diff)
downloadopencode-e618cbc4470bf66cf7f905053d1a5bf368aefd3a.tar.gz
opencode-e618cbc4470bf66cf7f905053d1a5bf368aefd3a.zip
release: v0.9.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 87f1aa98c..31e0e73a6 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.7"
+ "version": "0.9.8"
},
"dependencies": {
"@ibm/plex": "6.4.1",
diff --git a/cloud/core/package.json b/cloud/core/package.json
index 79e1de650..0a7815ea0 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.7",
+ "version": "0.9.8",
"private": true,
"type": "module",
"dependencies": {
diff --git a/cloud/function/package.json b/cloud/function/package.json
index d5c1920ba..7491bea80 100644
--- a/cloud/function/package.json
+++ b/cloud/function/package.json
@@ -1,6 +1,6 @@
{
"name": "@opencode/cloud-function",
- "version": "0.9.7",
+ "version": "0.9.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 63ed89f12..a963fe07a 100644
--- a/cloud/scripts/package.json
+++ b/cloud/scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "@opencode/cloud-scripts",
- "version": "0.9.7",
+ "version": "0.9.8",
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",