From ecbb61b2037e826eed9f59a6c4c9a24807b1d739 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 13:34:06 +0000 Subject: [PATCH] ci: release --- .changeset/metal-rooms-say.md | 7 ------- packages/pds/CHANGELOG.md | 8 ++++++++ packages/pds/package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/metal-rooms-say.md diff --git a/.changeset/metal-rooms-say.md b/.changeset/metal-rooms-say.md deleted file mode 100644 index d85e3e36..00000000 --- a/.changeset/metal-rooms-say.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@getcirrus/pds": patch ---- - -fix(pds): Remove empty collections from cache on record delete. - -When all records of a collection are deleted, it is now ensured that the collection is deleted from the user repository so collections don't linger around forever diff --git a/packages/pds/CHANGELOG.md b/packages/pds/CHANGELOG.md index 0dffc87f..ea44827f 100644 --- a/packages/pds/CHANGELOG.md +++ b/packages/pds/CHANGELOG.md @@ -1,5 +1,13 @@ # @getcirrus/pds +## 0.15.1 + +### Patch Changes + +- [#157](https://github.com/ascorbic/cirrus/pull/157) [`241a5fc`](https://github.com/ascorbic/cirrus/commit/241a5fc58baa429c3938c0b99f9afdd9d5c85dce) Thanks [@NuroDev](https://github.com/NuroDev)! - fix(pds): Remove empty collections from cache on record delete. + + When all records of a collection are deleted, it is now ensured that the collection is deleted from the user repository so collections don't linger around forever + ## 0.15.0 ### Minor Changes diff --git a/packages/pds/package.json b/packages/pds/package.json index a515d04b..e8c6db94 100644 --- a/packages/pds/package.json +++ b/packages/pds/package.json @@ -1,6 +1,6 @@ { "name": "@getcirrus/pds", - "version": "0.15.0", + "version": "0.15.1", "description": "Cirrus – A single-user AT Protocol PDS on Cloudflare Workers", "type": "module", "main": "dist/index.js",