mirror of
https://github.com/backnotprop/plannotator.git
synced 2026-09-14 14:17:26 +08:00
chore: bump version to 0.27.10
This commit is contained in:
@@ -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,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,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,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
@@ -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
@@ -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,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",
|
||||
|
||||
Reference in New Issue
Block a user