diff options
| author | opencode <[email protected]> | 2025-09-17 07:40:40 +0000 |
|---|---|---|
| committer | opencode <[email protected]> | 2025-09-17 07:40:40 +0000 |
| commit | 0e0460f6c04b7b172a7b0e5775c4b6a2b7f39092 (patch) | |
| tree | b93bd2a5e9d7bb437ce5685bc7cbd7b0f1746ed2 /cloud | |
| parent | 8acd537d1da65569b3793747c134b03800c7142d (diff) | |
| download | opencode-0e0460f6c04b7b172a7b0e5775c4b6a2b7f39092.tar.gz opencode-0e0460f6c04b7b172a7b0e5775c4b6a2b7f39092.zip | |
release: v0.9.9
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 31e0e73a6..f9d66fe92 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.8" + "version": "0.9.9" }, "dependencies": { "@ibm/plex": "6.4.1", diff --git a/cloud/core/package.json b/cloud/core/package.json index 0a7815ea0..af6855263 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.8", + "version": "0.9.9", "private": true, "type": "module", "dependencies": { diff --git a/cloud/function/package.json b/cloud/function/package.json index 7491bea80..f90c093a6 100644 --- a/cloud/function/package.json +++ b/cloud/function/package.json @@ -1,6 +1,6 @@ { "name": "@opencode/cloud-function", - "version": "0.9.8", + "version": "0.9.9", "$schema": "https://json.schemastore.org/package.json", "private": true, "type": "module", diff --git a/cloud/scripts/package.json b/cloud/scripts/package.json index a963fe07a..6633a6edd 100644 --- a/cloud/scripts/package.json +++ b/cloud/scripts/package.json @@ -1,6 +1,6 @@ { "name": "@opencode/cloud-scripts", - "version": "0.9.8", + "version": "0.9.9", "$schema": "https://json.schemastore.org/package.json", "private": true, "type": "module", |
