Skip to content

Commit 0d17623

Browse files
authored
chore: bump OpenClaw version to 2026.5.31
Bumps OpenClaw release metadata to 2026.5.31 across package manifests, app version files, plugin metadata, changelog headings, and generated shrinkwraps. Verification: - pnpm plugins:sync:check - pnpm ios:version:check - pnpm deps:shrinkwrap:check - git diff --check - stale 2026.5.30/build-code scan across changed files - autoreview clean: no accepted/actionable findings - PR CI green for real gates: Checks, security scans, dependency guard, app lanes, real behavior proof Known non-code workflow issue: - label workflow failed because this PR hits GitHub's 100-label issue cap before the size-label step.
1 parent 400be62 commit 0d17623

174 files changed

Lines changed: 340 additions & 336 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Docs: https://docs.openclaw.ai
44

5-
## 2026.5.30
5+
## 2026.5.31
66

77
### Highlights
88

apps/android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ android {
6565
applicationId = "ai.openclaw.app"
6666
minSdk = 31
6767
targetSdk = 36
68-
versionCode = 2026053001
69-
versionName = "2026.5.30"
68+
versionCode = 2026053101
69+
versionName = "2026.5.31"
7070
ndk {
7171
// Support all major ABIs — native libs are tiny (~47 KB per ABI)
7272
abiFilters += listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64")

apps/ios/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OpenClaw iOS Changelog
22

3-
## 2026.5.30 - 2026-05-30
3+
## 2026.5.31 - 2026-05-31
44

55
Maintenance update for the current OpenClaw release.
66

apps/ios/Config/Version.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Source of truth: apps/ios/version.json
33
// Generated by scripts/ios-sync-versioning.ts.
44

5-
OPENCLAW_IOS_VERSION = 2026.5.30
6-
OPENCLAW_MARKETING_VERSION = 2026.5.30
5+
OPENCLAW_IOS_VERSION = 2026.5.31
6+
OPENCLAW_MARKETING_VERSION = 2026.5.31
77
OPENCLAW_BUILD_VERSION = 1
88

99
#include? "../build/Version.xcconfig"

apps/ios/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "2026.5.30"
2+
"version": "2026.5.31"
33
}

apps/macos/Sources/OpenClaw/Resources/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2026.5.30</string>
18+
<string>2026.5.31</string>
1919
<key>CFBundleVersion</key>
20-
<string>2026053000</string>
20+
<string>2026053100</string>
2121
<key>CFBundleIconFile</key>
2222
<string>OpenClaw</string>
2323
<key>CFBundleURLTypes</key>

extensions/acpx/npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/acpx/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openclaw/acpx",
3-
"version": "2026.5.30",
3+
"version": "2026.5.31",
44
"description": "OpenClaw ACP runtime backend with plugin-owned session and transport management.",
55
"repository": {
66
"type": "git",
@@ -26,10 +26,10 @@
2626
"minHostVersion": ">=2026.4.25"
2727
},
2828
"compat": {
29-
"pluginApi": ">=2026.5.30"
29+
"pluginApi": ">=2026.5.31"
3030
},
3131
"build": {
32-
"openclawVersion": "2026.5.30",
32+
"openclawVersion": "2026.5.31",
3333
"staticAssets": [
3434
{
3535
"source": "./src/runtime-internals/mcp-proxy.mjs",

extensions/admin-http-rpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openclaw/admin-http-rpc",
3-
"version": "2026.5.30",
3+
"version": "2026.5.31",
44
"private": true,
55
"description": "OpenClaw admin HTTP RPC endpoint",
66
"type": "module",

extensions/alibaba/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openclaw/alibaba-provider",
3-
"version": "2026.5.30",
3+
"version": "2026.5.31",
44
"private": true,
55
"description": "OpenClaw Alibaba Model Studio video provider plugin",
66
"type": "module",

0 commit comments

Comments
 (0)