diff --git a/.changeset/social-objects-extend.md b/.changeset/social-objects-extend.md
deleted file mode 100644
index eb5aaa4..0000000
--- a/.changeset/social-objects-extend.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-"@fujocoded/zod-transform-socials": patch
----
-
-Exports `SocialLinkObjectSchema` so projects can extend the object form of a
-social link without rebuilding the whole schema. `SocialLinkInputSchema` is also
-available as the clearer name for the default one-item input schema, with
-matching `SocialLinkObject` and `SocialLinkInput` types.
-
-Adds standalone examples for preserving custom fields like `label` through
-the transform.
diff --git a/.changeset/tired-lemons-authorize.md b/.changeset/tired-lemons-authorize.md
deleted file mode 100644
index bfbc3e7..0000000
--- a/.changeset/tired-lemons-authorize.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-"@fujocoded/authproto": minor
----
-
-Add scoped login controls, an Authorize component for requesting extra
-permissions after login, and helpers for building ATProto permission scopes.
-
-## Breaking changes
-
-- Login and logout now default to returning users to the referring page instead
- of `/`. Set `redirects.afterLogin` and `redirects.afterLogout` to `/` to keep
- the old behavior.
-- `` no longer defaults the input placeholder to `handle.bsky.social`;
- pass `placeholder="handle.bsky.social"` if you want that exact prompt.
-- `Astro.locals.loggedInUser` now includes a required `scopes` array. Update
- tests, mocks, and custom local assignments to include `scopes: []` when no
- grants are needed.
diff --git a/astro-authproto/CHANGELOG.md b/astro-authproto/CHANGELOG.md
index 64dba28..2a270d6 100644
--- a/astro-authproto/CHANGELOG.md
+++ b/astro-authproto/CHANGELOG.md
@@ -1,5 +1,24 @@
# @fujocoded/authproto
+## 0.4.0
+
+### Minor Changes
+
+- [#46](https://github.com/FujoWebDev/fujocoded-plugins/pull/46) [`4c266d6`](https://github.com/FujoWebDev/fujocoded-plugins/commit/4c266d66fbe990c6ccbec9a0aeaec67fe92ed375) Thanks [@essential-randomness](https://github.com/essential-randomness)!
+
+ Add scoped login controls, an Authorize component for requesting extra
+ permissions after login, and helpers for building ATProto permission scopes.
+
+ ## Breaking changes
+ - Login and logout now default to returning users to the referring page instead
+ of `/`. Set `redirects.afterLogin` and `redirects.afterLogout` to `/` to keep
+ the old behavior.
+ - `` no longer defaults the input placeholder to `handle.bsky.social`;
+ pass `placeholder="handle.bsky.social"` if you want that exact prompt.
+ - `Astro.locals.loggedInUser` now includes a required `scopes` array. Update
+ tests, mocks, and custom local assignments to include `scopes: []` when no
+ grants are needed.
+
## 0.3.1
### Patch Changes
diff --git a/astro-authproto/package.json b/astro-authproto/package.json
index 6aa8c6e..608fbf8 100644
--- a/astro-authproto/package.json
+++ b/astro-authproto/package.json
@@ -1,6 +1,6 @@
{
"name": "@fujocoded/authproto",
- "version": "0.3.1",
+ "version": "0.4.0",
"description": "Astro integration to easily authenticate your site visitors using ATproto. For Bluesky and beyond.",
"keywords": [
"astro",
diff --git a/zod-transform-socials/CHANGELOG.md b/zod-transform-socials/CHANGELOG.md
index 604e2be..c80bdf7 100644
--- a/zod-transform-socials/CHANGELOG.md
+++ b/zod-transform-socials/CHANGELOG.md
@@ -1,5 +1,19 @@
# @fujocoded/zod-transform-socials
+## 0.1.1
+
+### Patch Changes
+
+- [#48](https://github.com/FujoWebDev/fujocoded-plugins/pull/48) [`f1d01c7`](https://github.com/FujoWebDev/fujocoded-plugins/commit/f1d01c724952543c0d6d3d111cce48ab4405f7bf) Thanks [@essential-randomness](https://github.com/essential-randomness)!
+
+ Exports `SocialLinkObjectSchema` so projects can extend the object form of a
+ social link without rebuilding the whole schema. `SocialLinkInputSchema` is also
+ available as the clearer name for the default one-item input schema, with
+ matching `SocialLinkObject` and `SocialLinkInput` types.
+
+ Adds standalone examples for preserving custom fields like `label` through
+ the transform.
+
## 0.1.0
### Minor Changes
diff --git a/zod-transform-socials/package.json b/zod-transform-socials/package.json
index 2b73abe..898cec6 100644
--- a/zod-transform-socials/package.json
+++ b/zod-transform-socials/package.json
@@ -1,6 +1,6 @@
{
"name": "@fujocoded/zod-transform-socials",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "A Zod schema + transformer for social URLs",
"keywords": [
"zod"