From 0d3884fa3afb576cc8806ae257610f3f45f4c4f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 07:49:51 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20release=20packages=20=F0=9F=93=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/astro-7-loader.md | 6 ------ .changeset/quiet-badges-client.md | 6 ------ astro-atproto-loader/CHANGELOG.md | 9 +++++++++ astro-atproto-loader/package.json | 2 +- atproto-badges/CHANGELOG.md | 9 +++++++++ atproto-badges/package.json | 2 +- 6 files changed, 20 insertions(+), 14 deletions(-) delete mode 100644 .changeset/astro-7-loader.md delete mode 100644 .changeset/quiet-badges-client.md diff --git a/.changeset/astro-7-loader.md b/.changeset/astro-7-loader.md deleted file mode 100644 index a80491e..0000000 --- a/.changeset/astro-7-loader.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@fujocoded/astro-atproto-loader": patch ---- - -Declare Astro 7 support, update the AtProto client dependencies, and add the -ability to override fetch in the cache. Deprecates Node < 22. diff --git a/.changeset/quiet-badges-client.md b/.changeset/quiet-badges-client.md deleted file mode 100644 index fe1a2af..0000000 --- a/.changeset/quiet-badges-client.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@fujocoded/atproto-badges": patch ---- - -Accept `AtpBaseClient` instances in badge and PLC utilities (preserves -support for existing `AtpAgent` callers). diff --git a/astro-atproto-loader/CHANGELOG.md b/astro-atproto-loader/CHANGELOG.md index 0ace8e0..387359e 100644 --- a/astro-atproto-loader/CHANGELOG.md +++ b/astro-atproto-loader/CHANGELOG.md @@ -1,5 +1,14 @@ # @fujocoded/astro-atproto-loader +## 0.2.3 + +### Patch Changes + +- [`524ddcf`](https://github.com/FujoWebDev/fujocoded-plugins/commit/524ddcf0bb5c97eae1f5872cd7ba03af591a7b3c) Thanks [@essential-randomness](https://github.com/essential-randomness)! + + Declare Astro 7 support, update the AtProto client dependencies, and add the + ability to override fetch in the cache. Deprecates Node < 22. + ## 0.2.2 ### Patch Changes diff --git a/astro-atproto-loader/package.json b/astro-atproto-loader/package.json index d96e1ee..d3cdfd6 100644 --- a/astro-atproto-loader/package.json +++ b/astro-atproto-loader/package.json @@ -1,6 +1,6 @@ { "name": "@fujocoded/astro-atproto-loader", - "version": "0.2.2", + "version": "0.2.3", "description": "Astro loaders (live and static) for reading AtProto records into Astro content collections.", "keywords": [ "astro", diff --git a/atproto-badges/CHANGELOG.md b/atproto-badges/CHANGELOG.md index 5ff33d5..c5b47f0 100644 --- a/atproto-badges/CHANGELOG.md +++ b/atproto-badges/CHANGELOG.md @@ -1,5 +1,14 @@ # @fujocoded/atproto-badges +## 0.2.1 + +### Patch Changes + +- [`2dad112`](https://github.com/FujoWebDev/fujocoded-plugins/commit/2dad1125a06804aede3b33a3d0186b77cd5eac0a) Thanks [@essential-randomness](https://github.com/essential-randomness)! + + Accept `AtpBaseClient` instances in badge and PLC utilities (preserves + support for existing `AtpAgent` callers). + ## 0.2.0 ### Minor Changes diff --git a/atproto-badges/package.json b/atproto-badges/package.json index c62ee9c..1a2ec91 100644 --- a/atproto-badges/package.json +++ b/atproto-badges/package.json @@ -1,6 +1,6 @@ { "name": "@fujocoded/atproto-badges", - "version": "0.2.0", + "version": "0.2.1", "description": "ATProto badge attestation utilities", "keywords": [ "atproto",