From 421a9dbb0dd485ebbe45f0c4ef5a5b151a375d54 Mon Sep 17 00:00:00 2001 From: Hugo Richard Date: Wed, 22 Apr 2026 11:30:24 +0200 Subject: [PATCH] chore(changeset): drop no-op LP changesets @shelve/lp is content-only and has no `version` field in its package.json, so Changesets can't bump it. The two changesets that targeted it were therefore no-ops: `changeset version` produced an empty diff, which made the release action fail when it tried to push `changeset-release/main` and open a PR ("No commits between main and changeset-release/main"). Their content already shipped via #737 (docs) and #738 (LP), so just delete them. Once Changesets gains a real bump again the workflow will be unblocked. --- .changeset/lp-v5-features.md | 5 ----- .changeset/quiet-lizards-give.md | 5 ----- 2 files changed, 10 deletions(-) delete mode 100644 .changeset/lp-v5-features.md delete mode 100644 .changeset/quiet-lizards-give.md diff --git a/.changeset/lp-v5-features.md b/.changeset/lp-v5-features.md deleted file mode 100644 index f06efa8d..00000000 --- a/.changeset/lp-v5-features.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shelve/lp": patch ---- - -Landing page: showcase the v5 security surface — new sections for envelope encryption, scoped API tokens, audit logs, and AI-agent safety, each with a dedicated visual component. Refresh the FAQ to reflect the new encryption model, token hashing, and agent-safety workflow. diff --git a/.changeset/quiet-lizards-give.md b/.changeset/quiet-lizards-give.md deleted file mode 100644 index 88de0060..00000000 --- a/.changeset/quiet-lizards-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shelve/lp": patch ---- - -Docs: refresh the landing-page documentation to cover v5 features — envelope encryption (KEK/DEK), scoped API tokens, audit logs, and AI-agent safety from `shelve init`. Update CLI pages (`init`, `run`, `login`/`logout`) to reflect OS-keychain storage, encrypted offline cache, and the `.env.template` secret-reference syntax.