diff options
| author | opencode <[email protected]> | 2025-09-12 10:45:44 +0000 |
|---|---|---|
| committer | opencode <[email protected]> | 2025-09-12 10:45:44 +0000 |
| commit | 4ceee534809dd3b0646c0d1baaf7863628bdff0b (patch) | |
| tree | 189eda55ae4c56479304f44f509879b3ca95a642 /cloud | |
| parent | 469dc9095f9446108f88cc6b54156af6cd937a45 (diff) | |
| download | opencode-4ceee534809dd3b0646c0d1baaf7863628bdff0b.tar.gz opencode-4ceee534809dd3b0646c0d1baaf7863628bdff0b.zip | |
release: v0.7.6
Diffstat (limited to 'cloud')
| -rw-r--r-- | cloud/app/package.json | 2 | ||||
| -rw-r--r-- | cloud/core/package.json | 2 | ||||
| -rw-r--r-- | cloud/function/package.json | 2 | ||||
| -rw-r--r-- | cloud/scripts/package.json | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/cloud/app/package.json b/cloud/app/package.json index a2cf47b2c..d72c6dbb5 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.5" + "version": "0.7.6" }, "dependencies": { "@ibm/plex": "6.4.1", diff --git a/cloud/core/package.json b/cloud/core/package.json index cee3e2423..932be89c1 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.5", + "version": "0.7.6", "private": true, "type": "module", "dependencies": { diff --git a/cloud/function/package.json b/cloud/function/package.json index d1ab33813..09a1be0f0 100644 --- a/cloud/function/package.json +++ b/cloud/function/package.json @@ -1,6 +1,6 @@ { "name": "@opencode/cloud-function", - "version": "0.7.5", + "version": "0.7.6", "$schema": "https://json.schemastore.org/package.json", "private": true, "type": "module", diff --git a/cloud/scripts/package.json b/cloud/scripts/package.json index 248e4ea64..03e8a11ae 100644 --- a/cloud/scripts/package.json +++ b/cloud/scripts/package.json @@ -1,6 +1,6 @@ { "name": "@opencode/cloud-scripts", - "version": "0.7.5", + "version": "0.7.6", "$schema": "https://json.schemastore.org/package.json", "private": true, "type": "module", |
