From 30d98f546e415822e027d3404ac77717929640b5 Mon Sep 17 00:00:00 2001 From: techiejd <62455039+techiejd@users.noreply.github.com> Date: Tue, 21 Apr 2026 11:56:12 +0700 Subject: [PATCH] chore: make Changesets output clean for root CHANGELOG - Name `payloadcms-vectorize` in the existing changeset so it gets a real narrative bullet, not just a silent version bump via the `fixed` group. - Drop the intro paragraph between `# Changelog` and the first version section so Changesets' insertion point lands cleanly between the H1 and the newest `##` entry. Together these produce a well-formed root CHANGELOG entry on the next release run instead of the empty `## 0.7.2` header we got from PR #47. --- .changeset/fix-adapter-type-declarations.md | 1 + CHANGELOG.md | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.changeset/fix-adapter-type-declarations.md b/.changeset/fix-adapter-type-declarations.md index e02ec6d..a7c0ed3 100644 --- a/.changeset/fix-adapter-type-declarations.md +++ b/.changeset/fix-adapter-type-declarations.md @@ -1,4 +1,5 @@ --- +"payloadcms-vectorize": patch "@payloadcms-vectorize/pg": patch "@payloadcms-vectorize/cf": patch --- diff --git a/CHANGELOG.md b/CHANGELOG.md index b1aae2c..c56b27f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,5 @@ # Changelog -All notable changes to this project will be documented in this file. - ## 0.7.1 - 2026-03-20 ### Fixed