From 1bab5a65c7f048542c806096773ac3e62c2a60e4 Mon Sep 17 00:00:00 2001 From: beubax Date: Wed, 19 Aug 2026 23:08:33 +0530 Subject: [PATCH] fix(linkedin): bump webcmd peer-dependency floor to >=0.7.4 The 0.7.4 release bumped the root package version but the LinkedIn plugin's webcmd floor (package.json, webcmd-plugin.json, root webcmd-plugin.json) was left at >=0.7.3, failing the manifest parity test in CI on every release run since. Co-Authored-By: Claude Sonnet 5 --- plugins/linkedin/package.json | 2 +- plugins/linkedin/webcmd-plugin.json | 2 +- webcmd-plugin.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/linkedin/package.json b/plugins/linkedin/package.json index 7026f559..a8b5ace4 100644 --- a/plugins/linkedin/package.json +++ b/plugins/linkedin/package.json @@ -4,6 +4,6 @@ "type": "module", "description": "LinkedIn profile, network, messaging, job, and Sales Navigator commands for WebCMD", "peerDependencies": { - "@agentrhq/webcmd": ">=0.7.3" + "@agentrhq/webcmd": ">=0.7.4" } } diff --git a/plugins/linkedin/webcmd-plugin.json b/plugins/linkedin/webcmd-plugin.json index 2fc7a26a..e26d6ea0 100644 --- a/plugins/linkedin/webcmd-plugin.json +++ b/plugins/linkedin/webcmd-plugin.json @@ -2,7 +2,7 @@ "name": "linkedin", "version": "0.1.0", "description": "LinkedIn profile, network, messaging, job, and Sales Navigator commands for WebCMD", - "webcmd": ">=0.7.3", + "webcmd": ">=0.7.4", "author": { "name": "WebCMD Agent", "handle": "agentrhq" diff --git a/webcmd-plugin.json b/webcmd-plugin.json index 48ace76e..ef7ac428 100644 --- a/webcmd-plugin.json +++ b/webcmd-plugin.json @@ -638,7 +638,7 @@ "path": "plugins/linkedin", "version": "0.1.0", "description": "LinkedIn profile, network, messaging, job, and Sales Navigator commands for WebCMD", - "webcmd": ">=0.7.3", + "webcmd": ">=0.7.4", "author": { "name": "WebCMD Agent", "handle": "agentrhq"