Skip to content

Commit 6686b66

Browse files
chore: release packages 📦
1 parent 7953f29 commit 6686b66

6 files changed

Lines changed: 17 additions & 14 deletions

File tree

.changeset/atproto-record-loader.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/socials-custom-domains.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

astro-atproto-loader/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @fujocoded/astro-atproto-loader
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 4396993: Introduce `@fujocoded/astro-atproto-loader`, a package for loading AtProto PDS
8+
records into Astro collections. It includes both `atProtoLiveLoader()` for live
9+
collections and `atProtoStaticLoader()` for build-time content collections.
10+
311
## 0.0.1
412

513
### Patch Changes

astro-atproto-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fujocoded/astro-atproto-loader",
33
"type": "module",
4-
"version": "0.0.2",
4+
"version": "0.1.0",
55
"description": "Astro loaders (live and static) for reading AtProto records into Astro content collections.",
66
"module": "dist/index.js",
77
"exports": {

zod-transform-socials/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @fujocoded/zod-transform-socials
2+
3+
## 0.0.14
4+
5+
### Patch Changes
6+
7+
- c97f268: Add `createSocialsTransformer` for registering custom domains for platforms without known URL shapes (currently `mastodon`), so self-hosted instances can be matched without needing to spell out `platform` every time.

zod-transform-socials/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fujocoded/zod-transform-socials",
33
"type": "module",
4-
"version": "0.0.13",
4+
"version": "0.0.14",
55
"description": "A Zod schema + transformer for social URLs",
66
"main": "dist/index.cjs",
77
"module": "dist/index.js",

0 commit comments

Comments
 (0)