diff options
| author | Adam <[email protected]> | 2025-10-14 12:07:45 -0500 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-10-14 12:07:45 -0500 |
| commit | 96d7ccea487b961406a5f4167cc2f844e339fe56 (patch) | |
| tree | 6cc3b92d427c93b0e28e5ed8a0f10e5943766a04 | |
| parent | 49e859cfd6565c4ef67388c232e639917ec20625 (diff) | |
| download | opencode-96d7ccea487b961406a5f4167cc2f844e339fe56.tar.gz opencode-96d7ccea487b961406a5f4167cc2f844e339fe56.zip | |
wip: css/ui work
| -rw-r--r-- | packages/css/package.json | 2 | ||||
| -rw-r--r-- | packages/ui/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/css/package.json b/packages/css/package.json index c281e28d5..bce73606c 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -1,6 +1,6 @@ { "name": "@opencode-ai/css", - "version": "0.15.0", + "version": "0.15.2", "type": "module", "exports": { ".": "./src/index.css", diff --git a/packages/ui/package.json b/packages/ui/package.json index 0e5d4c379..e9b453612 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@opencode-ai/ui", - "version": "0.15.0", + "version": "0.15.2", "type": "module", "exports": { ".": "./src/components/index.ts", |
