From 606284bb634d84c2273761dd656f562ebe04fe8c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 17:30:22 +0000 Subject: [PATCH] Version Packages --- .changeset/feed-follow-pull-nsids.md | 5 ----- packages/lexicons/CHANGELOG.md | 6 ++++++ packages/lexicons/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/feed-follow-pull-nsids.md diff --git a/.changeset/feed-follow-pull-nsids.md b/.changeset/feed-follow-pull-nsids.md deleted file mode 100644 index f64f452..0000000 --- a/.changeset/feed-follow-pull-nsids.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atmo-dev/contrail-lexicons": patch ---- - -fix: resolve `feeds[*].follow` short names to NSIDs when emitting `lex.config.js`. previously the generator pushed the raw short name (e.g. `"follow"`) into `pull.sources[0].nsids`, causing `lex-cli pull` to fail with `ValitaError: must be valid nsid`. now matches the existing `collections` / `profiles` resolution path; feeds pointing at unknown collections are skipped instead of leaking `undefined`. diff --git a/packages/lexicons/CHANGELOG.md b/packages/lexicons/CHANGELOG.md index 69e51d1..4962bbc 100644 --- a/packages/lexicons/CHANGELOG.md +++ b/packages/lexicons/CHANGELOG.md @@ -1,5 +1,11 @@ # @atmo-dev/contrail-lexicons +## 0.4.3 + +### Patch Changes + +- 9cca8cb: fix: resolve `feeds[*].follow` short names to NSIDs when emitting `lex.config.js`. previously the generator pushed the raw short name (e.g. `"follow"`) into `pull.sources[0].nsids`, causing `lex-cli pull` to fail with `ValitaError: must be valid nsid`. now matches the existing `collections` / `profiles` resolution path; feeds pointing at unknown collections are skipped instead of leaking `undefined`. + ## 0.4.2 ### Patch Changes diff --git a/packages/lexicons/package.json b/packages/lexicons/package.json index 109bf42..bc8e089 100644 --- a/packages/lexicons/package.json +++ b/packages/lexicons/package.json @@ -1,6 +1,6 @@ { "name": "@atmo-dev/contrail-lexicons", - "version": "0.4.2", + "version": "0.4.3", "description": "Generate atproto lexicon JSON (and optionally TypeScript types via @atcute/lex-cli) from a Contrail config.", "type": "module", "files": [ -- 2.51.2