chore: bump version to 2026.5.2

This commit is contained in:
Peter Steinberger
2026-05-02 11:58:45 +01:00
parent 7edac014e5
commit 80da0a0213
128 changed files with 219 additions and 209 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@openclaw/qa-lab",
"version": "2026.4.25",
"version": "2026.5.2",
"private": true,
"description": "OpenClaw QA lab plugin with private debugger UI and scenario runner",
"type": "module",
@@ -16,7 +16,7 @@
"openclaw": "workspace:*"
},
"peerDependencies": {
"openclaw": ">=2026.4.25"
"openclaw": ">=2026.5.2"
},
"peerDependenciesMeta": {
"openclaw": {
@@ -28,7 +28,7 @@
"./index.ts"
],
"compat": {
"pluginApi": ">=2026.4.25"
"pluginApi": ">=2026.5.2"
}
}
}