summaryrefslogtreecommitdiffhomepage
path: root/cloud
diff options
context:
space:
mode:
authoropencode <[email protected]>2025-09-16 04:29:00 +0000
committeropencode <[email protected]>2025-09-16 04:29:00 +0000
commit8f58fef5adc75ab322653c8a40e878e4e24ccade (patch)
tree9a3b5b55fe0cf75057c9b6f2470186f026d9bfb2 /cloud
parent14cb2d2af66992dbcd9cbd0d529b32fd862663cb (diff)
downloadopencode-8f58fef5adc75ab322653c8a40e878e4e24ccade.tar.gz
opencode-8f58fef5adc75ab322653c8a40e878e4e24ccade.zip
release: v0.9.2
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 a6b63295e..4251da52e 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.1"
+ "version": "0.9.2"
},
"dependencies": {
"@ibm/plex": "6.4.1",
diff --git a/cloud/core/package.json b/cloud/core/package.json
index ca21c2ee4..de2b2ba7e 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.1",
+ "version": "0.9.2",
"private": true,
"type": "module",
"dependencies": {
diff --git a/cloud/function/package.json b/cloud/function/package.json
index 6e097b9ba..f5549f939 100644
--- a/cloud/function/package.json
+++ b/cloud/function/package.json
@@ -1,6 +1,6 @@
{
"name": "@opencode/cloud-function",
- "version": "0.9.1",
+ "version": "0.9.2",
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
diff --git a/cloud/scripts/package.json b/cloud/scripts/package.json
index d50bdc78f..53300401c 100644
--- a/cloud/scripts/package.json
+++ b/cloud/scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "@opencode/cloud-scripts",
- "version": "0.9.1",
+ "version": "0.9.2",
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",