Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/astro-7-loader.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/quiet-badges-client.md

This file was deleted.

9 changes: 9 additions & 0 deletions astro-atproto-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion astro-atproto-loader/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 9 additions & 0 deletions atproto-badges/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion atproto-badges/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fujocoded/atproto-badges",
"version": "0.2.0",
"version": "0.2.1",
"description": "ATProto badge attestation utilities",
"keywords": [
"atproto",
Expand Down