From b5f4163facbdf53b41598b92d92fb3d911691682 Mon Sep 17 00:00:00 2001 From: Federico Jaramillo Martinez Date: Sun, 17 May 2026 22:48:40 +0200 Subject: [PATCH] chore(release): v1.202605.8 --- .changeset/calver-release-date.md | 5 ----- .changeset/document-pi-web-plugins.md | 5 ----- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 10 insertions(+), 13 deletions(-) delete mode 100644 .changeset/calver-release-date.md delete mode 100644 .changeset/document-pi-web-plugins.md diff --git a/.changeset/calver-release-date.md b/.changeset/calver-release-date.md deleted file mode 100644 index b53eae2..0000000 --- a/.changeset/calver-release-date.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Document the Pi Web CalVer release rule so releases use the release month, increment the patch component for additional releases in the same month, and require explicit user confirmation before any breaking major release. diff --git a/.changeset/document-pi-web-plugins.md b/.changeset/document-pi-web-plugins.md deleted file mode 100644 index 285c32b..0000000 --- a/.changeset/document-pi-web-plugins.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Document and tighten the Pi Web plugin API around explicit `piWeb.plugins` metadata, versioned browser modules, AI-oriented local plugin development, website plugin docs on pi-web.dev, feedback guidance, and resilient discovery that skips invalid plugins without hiding valid ones. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f5b41a..45ff18d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @jmfederico/pi-web +## 1.202605.8 + +### Patch Changes + +- c77c47c: Document the Pi Web CalVer release rule so releases use the release month, increment the patch component for additional releases in the same month, and require explicit user confirmation before any breaking major release. +- 3099579: Document and tighten the Pi Web plugin API around explicit `piWeb.plugins` metadata, versioned browser modules, AI-oriented local plugin development, website plugin docs on pi-web.dev, feedback guidance, and resilient discovery that skips invalid plugins without hiding valid ones. + ## 1.202605.7 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 54f7985..3c1588d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jmfederico/pi-web", - "version": "1.202605.7", + "version": "1.202605.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@jmfederico/pi-web", - "version": "1.202605.7", + "version": "1.202605.8", "license": "MIT", "dependencies": { "@codemirror/lang-css": "^6.3.1", diff --git a/package.json b/package.json index 1d65eef..907b62c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jmfederico/pi-web", - "version": "1.202605.7", + "version": "1.202605.8", "description": "Remote web UI and browser control plane for persistent Pi Coding Agent sessions.", "license": "MIT", "author": "Federico Jaramillo Martinez",