From 02c23222b4588f8c51677133bb49f79fede03e5a Mon Sep 17 00:00:00 2001 From: weishu Date: Tue, 28 Jul 2026 12:29:30 +0800 Subject: [PATCH] Release version 0.25.0 --- bun.lock | 20 ++++++++++---------- cli/package.json | 12 ++++++------ shared/src/buildInfo.ts | 2 +- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/bun.lock b/bun.lock index 6bc7ef30..4817d16f 100644 --- a/bun.lock +++ b/bun.lock @@ -14,7 +14,7 @@ }, "cli": { "name": "@twsxtd/hapi", - "version": "0.24.0", + "version": "0.25.0", "bin": { "hapi": "bin/hapi.cjs", }, @@ -46,11 +46,11 @@ "vitest": "^4.0.16", }, "optionalDependencies": { - "@twsxtd/hapi-darwin-arm64": "0.24.0", - "@twsxtd/hapi-darwin-x64": "0.24.0", - "@twsxtd/hapi-linux-arm64": "0.24.0", - "@twsxtd/hapi-linux-x64": "0.24.0", - "@twsxtd/hapi-win32-x64": "0.24.0", + "@twsxtd/hapi-darwin-arm64": "0.25.0", + "@twsxtd/hapi-darwin-x64": "0.25.0", + "@twsxtd/hapi-linux-arm64": "0.25.0", + "@twsxtd/hapi-linux-x64": "0.25.0", + "@twsxtd/hapi-win32-x64": "0.25.0", }, }, "docs": { @@ -1071,13 +1071,13 @@ "@twsxtd/hapi": ["@twsxtd/hapi@workspace:cli"], - "@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.24.0", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-qPoVQTTO989tqrEUL4Y1h8XD6kGk7evOYXsZ+VBvhUK8UlZcBcQuFNJ8WeurN0OJyygefptN/wfor/K/1Ui43g=="], + "@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.25.0", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-a9cesBd+D/+HsbRBEYbwbn8ebux62xfsvoVKPEUB2G9IzK2y5kBgtrlLTPGcvknmwpY8kQRgXKMUpAjd4IeeTg=="], - "@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.24.0", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-EPlZhZkm7fUpW387V8YOQwL84Yv7U/isGzCMRbmrAoINYwyP5jBIa/mx/iTl01mDrB0vIj/xUzw+aeTHdveRPw=="], + "@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.25.0", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-hu9w/QTtRT7HjJFarHqgBXY0YGglHMFNxTDPccF9OLWWfWiTyUv5YdQ3F97Ca3yVE0jdB0JVQIclNaxhHCddNQ=="], - "@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.24.0", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-bxZT8Fb+J6CHpZVVcOyLNJPEzVKbB8RYXcg6P3CRqu3sgadzg92QvhkG28A5lJOhpCgB2OotYHWF67d86C29PQ=="], + "@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.25.0", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-TyJNBJB49LhDOri2LRDtXtYuoLGEDNpGEuyn25JMMYgMMo+dj3pdgzqtQj8o1AK9I0Q9H6iQiHk0a4VX/VdRzQ=="], - "@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.24.0", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-NR3miMGo/W3LEng8Sq4T3/VIiR6ufeCCrJweQmgOR0EXBURvijOtrrW5AjCQ8WeM8w1T0SPgZTIUxONm5slRpw=="], + "@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.25.0", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-B4+DXXVp+WtFr605cLzVP7+tln+rsFGpnYEBBUJ1h3JC2rottAh2GsBd2meFl/Y2ogfLNPBQmmcld6zwPBr+cg=="], "@types/aria-query": ["@types/aria-query@5.0.4", "", {}, "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw=="], diff --git a/cli/package.json b/cli/package.json index 0f5958f0..a7056396 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@twsxtd/hapi", - "version": "0.24.0", + "version": "0.25.0", "description": "App for agentic coding - access coding agent anywhere", "author": "Kirill Dubovitskiy & weishu", "license": "AGPL-3.0-only", @@ -26,11 +26,11 @@ } }, "optionalDependencies": { - "@twsxtd/hapi-darwin-arm64": "0.24.0", - "@twsxtd/hapi-darwin-x64": "0.24.0", - "@twsxtd/hapi-linux-arm64": "0.24.0", - "@twsxtd/hapi-linux-x64": "0.24.0", - "@twsxtd/hapi-win32-x64": "0.24.0" + "@twsxtd/hapi-darwin-arm64": "0.25.0", + "@twsxtd/hapi-darwin-x64": "0.25.0", + "@twsxtd/hapi-linux-arm64": "0.25.0", + "@twsxtd/hapi-linux-x64": "0.25.0", + "@twsxtd/hapi-win32-x64": "0.25.0" }, "scripts": { "postinstall": "node -e \"try{require('fs').chmodSync(require('path').join(__dirname,'bin','hapi.cjs'),0o755)}catch(e){}\"", diff --git a/shared/src/buildInfo.ts b/shared/src/buildInfo.ts index 5bf1856e..9ac41a9e 100644 --- a/shared/src/buildInfo.ts +++ b/shared/src/buildInfo.ts @@ -1 +1 @@ -export const APP_VERSION = '0.24.0' +export const APP_VERSION = '0.25.0'