chore: release 2026.5.25

This commit is contained in:
Peter Steinberger
2026-05-25 00:46:47 +01:00
parent f68ed721b1
commit c422e7240f
8 changed files with 18 additions and 10 deletions

View File

@@ -8,6 +8,10 @@ Docs: https://docs.openclaw.ai
### Fixes
## 2026.5.25
### Fixes
- Installer: let the local-prefix CLI installer use Alpine's `apk` Node.js, npm, and Git packages on musl Linux instead of downloading glibc Node tarballs that fail `node:sqlite`.
- Scripts: use `git grep` to prefilter tracked conflict-marker scans so changed checks avoid reading every repository file on clean runs.
- Installer: install Node.js through `apk` on Alpine Linux instead of falling through to the NodeSource package-manager path.

View File

@@ -65,8 +65,8 @@ android {
applicationId = "ai.openclaw.app"
minSdk = 31
targetSdk = 36
versionCode = 2026052400
versionName = "2026.5.24"
versionCode = 2026052500
versionName = "2026.5.25"
ndk {
// Support all major ABIs — native libs are tiny (~47 KB per ABI)
abiFilters += listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64")

View File

@@ -1,5 +1,9 @@
# OpenClaw iOS Changelog
## 2026.5.25 - 2026-05-25
Maintenance update for the current OpenClaw release.
## 2026.5.24 - 2026-05-24
Maintenance update for the current OpenClaw release.

View File

@@ -2,8 +2,8 @@
// Source of truth: apps/ios/version.json
// Generated by scripts/ios-sync-versioning.ts.
OPENCLAW_IOS_VERSION = 2026.5.24
OPENCLAW_MARKETING_VERSION = 2026.5.24
OPENCLAW_IOS_VERSION = 2026.5.25
OPENCLAW_MARKETING_VERSION = 2026.5.25
OPENCLAW_BUILD_VERSION = 1
#include? "../build/Version.xcconfig"

View File

@@ -1,3 +1,3 @@
{
"version": "2026.5.24"
"version": "2026.5.25"
}

View File

@@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2026.5.24</string>
<string>2026.5.25</string>
<key>CFBundleVersion</key>
<string>2026052400</string>
<string>2026052500</string>
<key>CFBundleIconFile</key>
<string>OpenClaw</string>
<key>CFBundleURLTypes</key>

4
npm-shrinkwrap.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "openclaw",
"version": "2026.5.24",
"version": "2026.5.25",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "openclaw",
"version": "2026.5.24",
"version": "2026.5.25",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "openclaw",
"version": "2026.5.24",
"version": "2026.5.25",
"description": "Multi-channel AI gateway with extensible messaging integrations",
"keywords": [],
"homepage": "https://github.com/openclaw/openclaw#readme",