chore: bump version to 0.27.14

This commit is contained in:
Michael Ramos
2026-09-11 10:14:43 -07:00
parent 7348ad3f5b
commit 421c6af4cd
8 changed files with 10 additions and 10 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.13",
"version": "0.27.14",
"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.13",
"version": "0.27.14",
"author": {
"name": "backnotprop"
},
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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",
+3 -3
View File
@@ -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:*",
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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",