diff --git a/.changeset/atproto-record-loader.md b/.changeset/atproto-record-loader.md deleted file mode 100644 index a6d6065..0000000 --- a/.changeset/atproto-record-loader.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@fujocoded/astro-atproto-loader": minor ---- - -Introduce `@fujocoded/astro-atproto-loader`, a package for loading AtProto PDS -records into Astro collections. It includes both `atProtoLiveLoader()` for live -collections and `atProtoStaticLoader()` for build-time content collections. diff --git a/.changeset/socials-custom-domains.md b/.changeset/socials-custom-domains.md deleted file mode 100644 index 5598253..0000000 --- a/.changeset/socials-custom-domains.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@fujocoded/zod-transform-socials": patch ---- - -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. diff --git a/astro-atproto-loader/CHANGELOG.md b/astro-atproto-loader/CHANGELOG.md index 29bd510..333d05f 100644 --- a/astro-atproto-loader/CHANGELOG.md +++ b/astro-atproto-loader/CHANGELOG.md @@ -1,5 +1,13 @@ # @fujocoded/astro-atproto-loader +## 0.1.0 + +### Minor Changes + +- 4396993: Introduce `@fujocoded/astro-atproto-loader`, a package for loading AtProto PDS + records into Astro collections. It includes both `atProtoLiveLoader()` for live + collections and `atProtoStaticLoader()` for build-time content collections. + ## 0.0.1 ### Patch Changes diff --git a/astro-atproto-loader/package.json b/astro-atproto-loader/package.json index cc6d7c0..2e413fc 100644 --- a/astro-atproto-loader/package.json +++ b/astro-atproto-loader/package.json @@ -1,7 +1,7 @@ { "name": "@fujocoded/astro-atproto-loader", "type": "module", - "version": "0.0.2", + "version": "0.1.0", "description": "Astro loaders (live and static) for reading AtProto records into Astro content collections.", "module": "dist/index.js", "exports": { diff --git a/zod-transform-socials/CHANGELOG.md b/zod-transform-socials/CHANGELOG.md new file mode 100644 index 0000000..d8cdc5b --- /dev/null +++ b/zod-transform-socials/CHANGELOG.md @@ -0,0 +1,7 @@ +# @fujocoded/zod-transform-socials + +## 0.0.14 + +### Patch Changes + +- 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. diff --git a/zod-transform-socials/package.json b/zod-transform-socials/package.json index 7ee864b..cd646da 100644 --- a/zod-transform-socials/package.json +++ b/zod-transform-socials/package.json @@ -1,7 +1,7 @@ { "name": "@fujocoded/zod-transform-socials", "type": "module", - "version": "0.0.13", + "version": "0.0.14", "description": "A Zod schema + transformer for social URLs", "main": "dist/index.cjs", "module": "dist/index.js",