diff --git a/apps/copilot/plugin.json b/apps/copilot/plugin.json index bf82dcfa..51bb7dc3 100644 --- a/apps/copilot/plugin.json +++ b/apps/copilot/plugin.json @@ -1,7 +1,7 @@ { "name": "plannotator-copilot", "description": "Interactive Plan & Code Review for GitHub Copilot CLI. Visual annotations, team sharing, structured feedback.", - "version": "0.27.13", + "version": "0.27.14", "author": { "name": "backnotprop" }, "repository": "https://github.com/backnotprop/plannotator", "license": "MIT OR Apache-2.0", diff --git a/apps/hook/.claude-plugin/plugin.json b/apps/hook/.claude-plugin/plugin.json index e04a2f78..1263f424 100644 --- a/apps/hook/.claude-plugin/plugin.json +++ b/apps/hook/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "plannotator", "description": "Interactive Plan Review: Mark up and refine your plans using a UI, easily share for team collaboration, automatically integrates with plan mode hooks.", - "version": "0.27.13", + "version": "0.27.14", "author": { "name": "backnotprop" }, diff --git a/apps/opencode-plugin/package.json b/apps/opencode-plugin/package.json index 02e26504..4b002870 100644 --- a/apps/opencode-plugin/package.json +++ b/apps/opencode-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@plannotator/opencode", - "version": "0.27.13", + "version": "0.27.14", "type": "module", "description": "Plannotator plugin for OpenCode - interactive plan review with visual annotation", "author": "backnotprop", diff --git a/apps/pi-extension/package.json b/apps/pi-extension/package.json index 9444c973..d01880c8 100644 --- a/apps/pi-extension/package.json +++ b/apps/pi-extension/package.json @@ -1,6 +1,6 @@ { "name": "@plannotator/pi-extension", - "version": "0.27.13", + "version": "0.27.14", "type": "module", "description": "Plannotator Pi extension - interactive plan review with annotations, annotate agent messages, and review code/PRs", "author": "backnotprop", diff --git a/bun.lock b/bun.lock index 895c386c..7986daf4 100644 --- a/bun.lock +++ b/bun.lock @@ -85,7 +85,7 @@ }, "apps/opencode-plugin": { "name": "@plannotator/opencode", - "version": "0.27.13", + "version": "0.27.14", "devDependencies": { "@opencode-ai/plugin": "0.0.0-next-16775", "@plannotator/server": "workspace:*", @@ -102,7 +102,7 @@ }, "apps/pi-extension": { "name": "@plannotator/pi-extension", - "version": "0.27.13", + "version": "0.27.14", "dependencies": { "@joplin/turndown-plugin-gfm": "^1.0.64", "@pierre/diffs": "1.3.6", @@ -260,7 +260,7 @@ }, "packages/server": { "name": "@plannotator/server", - "version": "0.27.13", + "version": "0.27.14", "dependencies": { "@pierre/diffs": "1.3.6", "@plannotator/ai": "workspace:*", diff --git a/openpackage.yml b/openpackage.yml index 08d4a84e..ad350208 100644 --- a/openpackage.yml +++ b/openpackage.yml @@ -1,5 +1,5 @@ name: plannotator -version: 0.27.13 +version: 0.27.14 description: Annotate Claude Code and other agent plans and review code visually. Share with your team, and send feedback to your agent with one click author: backnotprop license: MIT/Apache2.0 diff --git a/package.json b/package.json index 08c9ccbe..de01bc82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plannotator", - "version": "0.27.13", + "version": "0.27.14", "private": true, "description": "Interactive Plan Review for Claude Code - annotate plans visually, share with team, automatically send feedback", "author": "backnotprop", diff --git a/packages/server/package.json b/packages/server/package.json index fafe5d57..bd838b70 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@plannotator/server", - "version": "0.27.13", + "version": "0.27.14", "private": true, "description": "Shared server implementation for Plannotator plugins", "main": "index.ts",