chore(release): cut 0.1.102-beta.1

This commit is contained in:
Mohamed Boudra
2026-06-27 05:08:20 +00:00
parent fc52b2812c
commit c7e27fdd5b
12 changed files with 41 additions and 41 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@getpaseo/cli",
"version": "0.1.101",
"version": "0.1.102-beta.1",
"description": "Paseo CLI - control your AI coding agents from the command line",
"bin": {
"paseo": "bin/paseo"
@@ -27,9 +27,9 @@
},
"dependencies": {
"@clack/prompts": "^1.0.0",
"@getpaseo/client": "0.1.101",
"@getpaseo/protocol": "0.1.101",
"@getpaseo/server": "0.1.101",
"@getpaseo/client": "0.1.102-beta.1",
"@getpaseo/protocol": "0.1.102-beta.1",
"@getpaseo/server": "0.1.102-beta.1",
"chalk": "^5.3.0",
"commander": "^12.0.0",
"mime-types": "^2.1.35",