summaryrefslogtreecommitdiffhomepage
path: root/cloud
diff options
context:
space:
mode:
authoropencode <[email protected]>2025-09-16 08:58:35 +0000
committeropencode <[email protected]>2025-09-16 08:58:35 +0000
commit3472a5092857c327842524d818cdf043de7326e6 (patch)
tree1d720936d685dca49c217d9d701b7c4c3e095809 /cloud
parent3aeac02bf12d17ec1ec0d6488cdf1a885a6b6324 (diff)
downloadopencode-3472a5092857c327842524d818cdf043de7326e6.tar.gz
opencode-3472a5092857c327842524d818cdf043de7326e6.zip
release: v0.9.5
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 cbf5b7f19..60aa3eaf7 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.4"
+ "version": "0.9.5"
},
"dependencies": {
"@ibm/plex": "6.4.1",
diff --git a/cloud/core/package.json b/cloud/core/package.json
index a598cc149..46c8b9f3f 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.4",
+ "version": "0.9.5",
"private": true,
"type": "module",
"dependencies": {
diff --git a/cloud/function/package.json b/cloud/function/package.json
index b1da0cdca..92ada45ee 100644
--- a/cloud/function/package.json
+++ b/cloud/function/package.json
@@ -1,6 +1,6 @@
{
"name": "@opencode/cloud-function",
- "version": "0.9.4",
+ "version": "0.9.5",
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
diff --git a/cloud/scripts/package.json b/cloud/scripts/package.json
index 73cc7054a..4fa94ea8c 100644
--- a/cloud/scripts/package.json
+++ b/cloud/scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "@opencode/cloud-scripts",
- "version": "0.9.4",
+ "version": "0.9.5",
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",