chore(release): cut 0.1.24

This commit is contained in:
Mohamed Boudra
2026-03-10 18:12:16 +07:00
parent 51bbebcdd5
commit bfa7f65c3d
12 changed files with 29 additions and 28 deletions

24
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "paseo",
"version": "0.1.23",
"version": "0.1.24",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "paseo",
"version": "0.1.23",
"version": "0.1.24",
"hasInstallScript": true,
"license": "AGPL-3.0-or-later",
"workspaces": [
@@ -27561,7 +27561,7 @@
},
"packages/app": {
"name": "@getpaseo/app",
"version": "0.1.23",
"version": "0.1.24",
"dependencies": {
"@boudra/expo-two-way-audio": "^0.1.3",
"@dnd-kit/core": "^6.3.1",
@@ -27569,7 +27569,7 @@
"@dnd-kit/utilities": "^3.2.2",
"@expo/vector-icons": "^15.0.2",
"@floating-ui/react-native": "^0.10.7",
"@getpaseo/server": "0.1.23",
"@getpaseo/server": "0.1.24",
"@gorhom/bottom-sheet": "^5.2.6",
"@gorhom/portal": "^1.0.14",
"@lezer/common": "^1.5.0",
@@ -27707,11 +27707,11 @@
},
"packages/cli": {
"name": "@getpaseo/cli",
"version": "0.1.23",
"version": "0.1.24",
"dependencies": {
"@clack/prompts": "^1.0.0",
"@getpaseo/relay": "0.1.23",
"@getpaseo/server": "0.1.23",
"@getpaseo/relay": "0.1.24",
"@getpaseo/server": "0.1.24",
"chalk": "^5.3.0",
"commander": "^12.0.0",
"mime-types": "^2.1.35",
@@ -27748,14 +27748,14 @@
},
"packages/desktop": {
"name": "@getpaseo/desktop",
"version": "0.1.23",
"version": "0.1.24",
"devDependencies": {
"@tauri-apps/cli": "^2.9.6"
}
},
"packages/relay": {
"name": "@getpaseo/relay",
"version": "0.1.23",
"version": "0.1.24",
"dependencies": {
"base64-js": "^1.5.1",
"tweetnacl": "^1.0.3",
@@ -27771,12 +27771,12 @@
},
"packages/server": {
"name": "@getpaseo/server",
"version": "0.1.23",
"version": "0.1.24",
"dependencies": {
"@ai-sdk/openai": "2.0.52",
"@anthropic-ai/claude-agent-sdk": "^0.2.11",
"@deepgram/sdk": "^3.4.0",
"@getpaseo/relay": "0.1.23",
"@getpaseo/relay": "0.1.24",
"@lezer/common": "^1.5.0",
"@lezer/css": "^1.3.0",
"@lezer/highlight": "^1.2.3",
@@ -28132,7 +28132,7 @@
},
"packages/website": {
"name": "@getpaseo/website",
"version": "0.1.23",
"version": "0.1.24",
"dependencies": {
"@cloudflare/vite-plugin": "^1.20.3",
"@cloudflare/workers-types": "^4.20260114.0",

View File

@@ -1,6 +1,6 @@
{
"name": "paseo",
"version": "0.1.23",
"version": "0.1.24",
"private": true,
"workspaces": [
"packages/server",

View File

@@ -1,7 +1,7 @@
{
"name": "@getpaseo/app",
"main": "index.ts",
"version": "0.1.23",
"version": "0.1.24",
"private": true,
"scripts": {
"start": "expo start",
@@ -33,7 +33,7 @@
"@dnd-kit/utilities": "^3.2.2",
"@expo/vector-icons": "^15.0.2",
"@floating-ui/react-native": "^0.10.7",
"@getpaseo/server": "0.1.23",
"@getpaseo/server": "0.1.24",
"@gorhom/bottom-sheet": "^5.2.6",
"@gorhom/portal": "^1.0.14",
"@lezer/common": "^1.5.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@getpaseo/cli",
"version": "0.1.23",
"version": "0.1.24",
"description": "Paseo CLI - control your AI coding agents from the command line",
"type": "module",
"files": [
@@ -24,8 +24,8 @@
},
"dependencies": {
"@clack/prompts": "^1.0.0",
"@getpaseo/relay": "0.1.23",
"@getpaseo/server": "0.1.23",
"@getpaseo/relay": "0.1.24",
"@getpaseo/server": "0.1.24",
"chalk": "^5.3.0",
"commander": "^12.0.0",
"mime-types": "^2.1.35",

View File

@@ -1,6 +1,6 @@
{
"name": "@getpaseo/desktop",
"version": "0.1.23",
"version": "0.1.24",
"private": true,
"description": "Paseo desktop app (Tauri wrapper)",
"scripts": {

View File

@@ -2629,7 +2629,7 @@ dependencies = [
[[package]]
name = "paseo"
version = "0.1.23"
version = "0.1.24"
dependencies = [
"base64 0.22.1",
"dirs",

View File

@@ -1,6 +1,6 @@
[package]
name = "paseo"
version = "0.1.23"
version = "0.1.24"
description = "Paseo Desktop"
authors = ["moboudra"]
license = "MIT"
@@ -46,3 +46,4 @@ tokio-tungstenite = "0.24"

View File

@@ -7,9 +7,9 @@
<key>CFBundleName</key>
<string>Paseo</string>
<key>CFBundleShortVersionString</key>
<string>0.1.23</string>
<string>0.1.24</string>
<key>CFBundleVersion</key>
<string>0.1.23</string>
<string>0.1.24</string>
<key>NSMicrophoneUsageDescription</key>
<string>Paseo needs access to your microphone for voice dictation and voice mode.</string>
</dict>

View File

@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "Paseo",
"version": "0.1.23",
"version": "0.1.24",
"identifier": "dev.paseo.desktop",
"build": {
"frontendDist": "../../app/dist",

View File

@@ -1,6 +1,6 @@
{
"name": "@getpaseo/relay",
"version": "0.1.23",
"version": "0.1.24",
"description": "Paseo relay for bridging daemon and client connections",
"type": "module",
"publishConfig": {

View File

@@ -1,6 +1,6 @@
{
"name": "@getpaseo/server",
"version": "0.1.23",
"version": "0.1.24",
"description": "Paseo backend server",
"type": "module",
"publishConfig": {
@@ -63,7 +63,7 @@
"@ai-sdk/openai": "2.0.52",
"@anthropic-ai/claude-agent-sdk": "^0.2.11",
"@deepgram/sdk": "^3.4.0",
"@getpaseo/relay": "0.1.23",
"@getpaseo/relay": "0.1.24",
"@lezer/common": "^1.5.0",
"@lezer/css": "^1.3.0",
"@lezer/highlight": "^1.2.3",

View File

@@ -1,6 +1,6 @@
{
"name": "@getpaseo/website",
"version": "0.1.23",
"version": "0.1.24",
"private": true,
"type": "module",
"scripts": {