chore(release): cut 0.1.14

This commit is contained in:
Mohamed Boudra
2026-02-19 09:55:55 +07:00
parent b6b0933a39
commit f1f4afaaa9
11 changed files with 28 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@getpaseo/app",
"main": "index.ts",
"version": "0.1.13",
"version": "0.1.14",
"private": true,
"scripts": {
"start": "expo start",
@@ -30,7 +30,7 @@
"@dnd-kit/utilities": "^3.2.2",
"@expo/vector-icons": "^15.0.2",
"@floating-ui/react-native": "^0.10.7",
"@getpaseo/server": "0.1.13",
"@getpaseo/server": "0.1.14",
"@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.13",
"version": "0.1.14",
"description": "Paseo CLI - control your AI coding agents from the command line",
"type": "module",
"files": [
@@ -22,8 +22,8 @@
},
"dependencies": {
"@clack/prompts": "^1.0.0",
"@getpaseo/relay": "0.1.13",
"@getpaseo/server": "0.1.13",
"@getpaseo/relay": "0.1.14",
"@getpaseo/server": "0.1.14",
"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.13",
"version": "0.1.14",
"private": true,
"description": "Paseo desktop app (Tauri wrapper)",
"scripts": {

View File

@@ -1,6 +1,6 @@
[package]
name = "paseo"
version = "0.1.13"
version = "0.1.14"
description = "Paseo Desktop"
authors = ["moboudra"]
license = "MIT"
@@ -32,3 +32,4 @@ tauri-plugin-notification = "2"
tauri-plugin-opener = "2"
tauri-plugin-websocket = "2"

View File

@@ -7,9 +7,9 @@
<key>CFBundleName</key>
<string>Paseo</string>
<key>CFBundleShortVersionString</key>
<string>0.1.13</string>
<string>0.1.14</string>
<key>CFBundleVersion</key>
<string>0.1.13</string>
<string>0.1.14</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.13",
"version": "0.1.14",
"identifier": "dev.paseo.desktop",
"build": {
"frontendDist": "../../app/dist",

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@getpaseo/server",
"version": "0.1.13",
"version": "0.1.14",
"description": "Paseo backend server",
"type": "module",
"publishConfig": {
@@ -56,7 +56,7 @@
"@ai-sdk/openai": "2.0.52",
"@anthropic-ai/claude-agent-sdk": "^0.2.11",
"@deepgram/sdk": "^3.4.0",
"@getpaseo/relay": "0.1.13",
"@getpaseo/relay": "0.1.14",
"@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.13",
"version": "0.1.14",
"private": true,
"type": "module",
"scripts": {