diff options
| author | opencode <[email protected]> | 2025-08-30 06:00:39 +0000 |
|---|---|---|
| committer | opencode <[email protected]> | 2025-08-30 06:00:39 +0000 |
| commit | 0c7a887dbc22525bc8fc9530e3e7b7edd805b7cb (patch) | |
| tree | 9fc89714938c78fdeeba350218a7a11373d31caa /cloud | |
| parent | 48e01cfee793a9cfc4d17794abf808f71a35c888 (diff) | |
| download | opencode-0c7a887dbc22525bc8fc9530e3e7b7edd805b7cb.tar.gz opencode-0c7a887dbc22525bc8fc9530e3e7b7edd805b7cb.zip | |
release: v0.5.29
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 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cloud/app/package.json b/cloud/app/package.json index cac35a921..d8b9f22a6 100644 --- a/cloud/app/package.json +++ b/cloud/app/package.json @@ -6,7 +6,7 @@ "dev:remote": "VITE_AUTH_URL=https://auth.dev.opencode.ai bun sst shell --stage=dev bun dev", "build": "vinxi build", "start": "vinxi start", - "version": "0.5.28" + "version": "0.5.29" }, "dependencies": { "@ibm/plex": "6.4.1", diff --git a/cloud/core/package.json b/cloud/core/package.json index cf80a0610..477af4f2e 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.5.28", + "version": "0.5.29", "private": true, "type": "module", "dependencies": { diff --git a/cloud/function/package.json b/cloud/function/package.json index f61f0a731..3cc2928ea 100644 --- a/cloud/function/package.json +++ b/cloud/function/package.json @@ -1,6 +1,6 @@ { "name": "@opencode/cloud-function", - "version": "0.5.28", + "version": "0.5.29", "$schema": "https://json.schemastore.org/package.json", "private": true, "type": "module", |
