chore: bump version to 0.27.10

This commit is contained in:
Michael Ramos
2026-08-31 14:13:25 -07:00
parent 7ee366d8a1
commit 9f9ee27529
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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.9",
"version": "0.27.10",
"author": { "name": "backnotprop" },
"repository": "https://github.com/backnotprop/plannotator",
"license": "MIT OR Apache-2.0",
+1 -1
View File
@@ -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.9",
"version": "0.27.10",
"author": {
"name": "backnotprop"
},
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@plannotator/opencode",
"version": "0.27.9",
"version": "0.27.10",
"type": "module",
"description": "Plannotator plugin for OpenCode - interactive plan review with visual annotation",
"author": "backnotprop",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@plannotator/pi-extension",
"version": "0.27.9",
"version": "0.27.10",
"type": "module",
"description": "Plannotator Pi extension - interactive plan review with annotations, annotate agent messages, and review code/PRs",
"author": "backnotprop",
+1 -1
View File
@@ -1,5 +1,5 @@
name: plannotator
version: 0.27.9
version: 0.27.10
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
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "plannotator",
"version": "0.27.9",
"version": "0.27.10",
"private": true,
"description": "Interactive Plan Review for Claude Code - annotate plans visually, share with team, automatically send feedback",
"author": "backnotprop",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@plannotator/server",
"version": "0.27.9",
"version": "0.27.10",
"private": true,
"description": "Shared server implementation for Plannotator plugins",
"main": "index.ts",