From 1056cd1cb9b73e59f129842032214b7b092c8255 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 11:31:59 +0000 Subject: [PATCH] chore: version packages --- .changeset/gentle-donkeys-swim.md | 8 -------- .changeset/import-audiomulch.md | 5 ----- .changeset/import-black-salt-audio.md | 5 ----- .changeset/import-chase-bliss.md | 8 -------- .changeset/pin-connector-cleanup.md | 5 ----- .changeset/pin-reclass-sweep.md | 5 ----- .changeset/tidy-slots-close.md | 5 ----- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 9 files changed, 22 insertions(+), 42 deletions(-) delete mode 100644 .changeset/gentle-donkeys-swim.md delete mode 100644 .changeset/import-audiomulch.md delete mode 100644 .changeset/import-black-salt-audio.md delete mode 100644 .changeset/import-chase-bliss.md delete mode 100644 .changeset/pin-connector-cleanup.md delete mode 100644 .changeset/pin-reclass-sweep.md delete mode 100644 .changeset/tidy-slots-close.md diff --git a/.changeset/gentle-donkeys-swim.md b/.changeset/gentle-donkeys-swim.md deleted file mode 100644 index 5aee2e664..000000000 --- a/.changeset/gentle-donkeys-swim.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"catalog": minor ---- - -Add hardware_io.signal_flow_raw carrying the unflattened -YAML signal flow, and stamp schema_version into catalog_meta -for Studio's reader-compatibility gate. Additive only, the -flattened signal_flow column is unchanged. diff --git a/.changeset/import-audiomulch.md b/.changeset/import-audiomulch.md deleted file mode 100644 index 38254ac74..000000000 --- a/.changeset/import-audiomulch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"catalog": patch ---- - -catalog-import-merge: audiomulch — fix dead product URL (site dropped /products, now points to the What is AudioMulch page) diff --git a/.changeset/import-black-salt-audio.md b/.changeset/import-black-salt-audio.md deleted file mode 100644 index 997a0d8c6..000000000 --- a/.changeset/import-black-salt-audio.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"catalog": minor ---- - -catalog-import-merge: black-salt-audio — add BSA Mix Bus, refresh copy/pricing/URLs across the 16 existing entries diff --git a/.changeset/import-chase-bliss.md b/.changeset/import-chase-bliss.md deleted file mode 100644 index 793ce4498..000000000 --- a/.changeset/import-chase-bliss.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"catalog": patch ---- - -catalog-import-merge: chase-bliss — refresh 15 existing hardware/accessory -entries (descriptions, details, specs, I/O, videos, manuals, and a -Lost + Found URL update) from the current chasebliss.com product pages. -No new or newly-discontinued entries in this pass. diff --git a/.changeset/pin-connector-cleanup.md b/.changeset/pin-connector-cleanup.md deleted file mode 100644 index 00db7ae98..000000000 --- a/.changeset/pin-connector-cleanup.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"catalog": patch ---- - -Reclassify 70 mislabeled `connection: pin` ports to their real connectors (binding-post, db25, hdmi, pin-header, 1/8-inch, xlr) and add a `suspect-pin` dataset-audit check that flags the remaining pin ports for review (AUREO-1043). diff --git a/.changeset/pin-reclass-sweep.md b/.changeset/pin-reclass-sweep.md deleted file mode 100644 index 6dbe2123a..000000000 --- a/.changeset/pin-reclass-sweep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"catalog": patch ---- - -Reclassify 495 remaining `connection: pin` ports to their real connectors (euroblock, db25, speakon, binding-post, spring-terminal, 1/8-inch, mini-xlr, idc, card-slot, db9, xlr, mmcx, apple-30-pin), fix speaker-level typing on the reclassified speaker paths, and keep genuine pin contacts (phono cartridges, 500-series card edges). Adds `mmcx`, `apple-30-pin`, `barrier-strip`, `rj11`, and `twist-lock` to the connector vocabulary, corrects Crown CDi/XLC/DSi barrier-strip outputs, DCi RJ-11 GPIO ports, vRack twist-lock mains inlets, and I-Tech HD Speakon/binding-post outputs, and splits aggregated multi-socket entries (Antelope/RME DB25 pairs, Fostex L/R speaker terminals, Mackie MMCX earpieces) into one entry per physical connector (AUREO-1043). diff --git a/.changeset/tidy-slots-close.md b/.changeset/tidy-slots-close.md deleted file mode 100644 index 0acbc7d5b..000000000 --- a/.changeset/tidy-slots-close.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"catalog": patch ---- - -Remove storage media card slots (SD, microSD) from hardware io, 44 entries across 44 files. Card slots hold media, not cables, so the setup graph cannot use them, the same reasoning as Bluetooth and Wi-Fi. New validation error E120 blocks reintroducing them by name while leaving option and expansion card bays legal. diff --git a/CHANGELOG.md b/CHANGELOG.md index 65391d96c..64ae843b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # catalog +## 3.54.0 + +### Minor Changes + +- 1564d44: Add hardware_io.signal_flow_raw carrying the unflattened + YAML signal flow, and stamp schema_version into catalog_meta + for Studio's reader-compatibility gate. Additive only, the + flattened signal_flow column is unchanged. +- e452187: catalog-import-merge: black-salt-audio — add BSA Mix Bus, refresh copy/pricing/URLs across the 16 existing entries + +### Patch Changes + +- b5f34b1: catalog-import-merge: audiomulch — fix dead product URL (site dropped /products, now points to the What is AudioMulch page) +- c29f00f: catalog-import-merge: chase-bliss — refresh 15 existing hardware/accessory + entries (descriptions, details, specs, I/O, videos, manuals, and a + Lost + Found URL update) from the current chasebliss.com product pages. + No new or newly-discontinued entries in this pass. +- 9e6c92b: Reclassify 70 mislabeled `connection: pin` ports to their real connectors (binding-post, db25, hdmi, pin-header, 1/8-inch, xlr) and add a `suspect-pin` dataset-audit check that flags the remaining pin ports for review (AUREO-1043). +- 33d883c: Reclassify 495 remaining `connection: pin` ports to their real connectors (euroblock, db25, speakon, binding-post, spring-terminal, 1/8-inch, mini-xlr, idc, card-slot, db9, xlr, mmcx, apple-30-pin), fix speaker-level typing on the reclassified speaker paths, and keep genuine pin contacts (phono cartridges, 500-series card edges). Adds `mmcx`, `apple-30-pin`, `barrier-strip`, `rj11`, and `twist-lock` to the connector vocabulary, corrects Crown CDi/XLC/DSi barrier-strip outputs, DCi RJ-11 GPIO ports, vRack twist-lock mains inlets, and I-Tech HD Speakon/binding-post outputs, and splits aggregated multi-socket entries (Antelope/RME DB25 pairs, Fostex L/R speaker terminals, Mackie MMCX earpieces) into one entry per physical connector (AUREO-1043). +- 084af2c: Remove storage media card slots (SD, microSD) from hardware io, 44 entries across 44 files. Card slots hold media, not cables, so the setup graph cannot use them, the same reasoning as Bluetooth and Wi-Fi. New validation error E120 blocks reintroducing them by name while leaving option and expansion card bays legal. + ## 3.53.0 ### Minor Changes diff --git a/package.json b/package.json index b2fd08df6..4ccd88b01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "catalog", - "version": "3.53.0", + "version": "3.54.0", "description": "Open source audio software and hardware catalog", "type": "module", "scripts": {