summaryrefslogtreecommitdiffhomepage
path: root/cloud
diff options
context:
space:
mode:
authoropencode <[email protected]>2025-09-09 07:23:01 +0000
committeropencode <[email protected]>2025-09-09 07:23:01 +0000
commit57e26bd2fed2d028ee2c53cdc54bc680e2321a13 (patch)
tree9fcabb17cd67a2e69a768aadb343f3bc4956f081 /cloud
parent0f263bfefeabdcd95c42269c3ca5cbbbb7854586 (diff)
downloadopencode-57e26bd2fed2d028ee2c53cdc54bc680e2321a13.tar.gz
opencode-57e26bd2fed2d028ee2c53cdc54bc680e2321a13.zip
release: v0.6.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 4b30c3cff..e8151f2e0 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.6.6"
+ "version": "0.6.7"
},
"dependencies": {
"@ibm/plex": "6.4.1",
diff --git a/cloud/core/package.json b/cloud/core/package.json
index c32a08abf..9dec0a6cc 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.6.6",
+ "version": "0.6.7",
"private": true,
"type": "module",
"dependencies": {
diff --git a/cloud/function/package.json b/cloud/function/package.json
index 21aa49b80..f548581f8 100644
--- a/cloud/function/package.json
+++ b/cloud/function/package.json
@@ -1,6 +1,6 @@
{
"name": "@opencode/cloud-function",
- "version": "0.6.6",
+ "version": "0.6.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 0a773fc45..1626e6ca5 100644
--- a/cloud/scripts/package.json
+++ b/cloud/scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "@opencode/cloud-scripts",
- "version": "0.6.6",
+ "version": "0.6.7",
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",