From e09f914cd47f393f10c62a9d964c5090384387c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 03:48: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/afraid-trams-play.md | 7 ------- .changeset/small-planets-buy.md | 5 ----- .changeset/tricky-flies-stand.md | 5 ----- astro-ao3-loader/CHANGELOG.md | 8 ++++++++ astro-ao3-loader/package.json | 2 +- astro-authproto/CHANGELOG.md | 8 ++++++++ astro-authproto/package.json | 2 +- 7 files changed, 18 insertions(+), 19 deletions(-) delete mode 100644 .changeset/afraid-trams-play.md delete mode 100644 .changeset/small-planets-buy.md delete mode 100644 .changeset/tricky-flies-stand.md create mode 100644 astro-ao3-loader/CHANGELOG.md diff --git a/.changeset/afraid-trams-play.md b/.changeset/afraid-trams-play.md deleted file mode 100644 index 930dcc4..0000000 --- a/.changeset/afraid-trams-play.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@fujocoded/authproto": patch ---- - -- Add error handling to OAuth login and callback flows. -- Fix bug where successful logins incorrectly stored an "UNKNOWN" error code in the session. -- Move asDrizzleTable conversion from tables.ts to db store where it's actually used. diff --git a/.changeset/small-planets-buy.md b/.changeset/small-planets-buy.md deleted file mode 100644 index c40072c..0000000 --- a/.changeset/small-planets-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@fujocoded/astro-ao3-loader": patch ---- - -Updated to latest @fujocoded/ao3.js diff --git a/.changeset/tricky-flies-stand.md b/.changeset/tricky-flies-stand.md deleted file mode 100644 index 0e45216..0000000 --- a/.changeset/tricky-flies-stand.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@fujocoded/astro-ao3-loader": patch ---- - -Supports Astro 5 (Astro 4 will work still with TS errors) diff --git a/astro-ao3-loader/CHANGELOG.md b/astro-ao3-loader/CHANGELOG.md new file mode 100644 index 0000000..27e09e1 --- /dev/null +++ b/astro-ao3-loader/CHANGELOG.md @@ -0,0 +1,8 @@ +# @fujocoded/astro-ao3-loader + +## 0.0.4 + +### Patch Changes + +- 0ce3347: Updated to latest @fujocoded/ao3.js +- 0ce3347: Supports Astro 5 (Astro 4 will work still with TS errors) diff --git a/astro-ao3-loader/package.json b/astro-ao3-loader/package.json index a053177..cef8af3 100644 --- a/astro-ao3-loader/package.json +++ b/astro-ao3-loader/package.json @@ -1,7 +1,7 @@ { "name": "@fujocoded/astro-ao3-loader", "type": "module", - "version": "0.0.3", + "version": "0.0.4", "description": "Allows loading a series of AO3 works for the Astro Content Layer", "module": "dist/index.mjs", "exports": { diff --git a/astro-authproto/CHANGELOG.md b/astro-authproto/CHANGELOG.md index 7872592..24019ae 100644 --- a/astro-authproto/CHANGELOG.md +++ b/astro-authproto/CHANGELOG.md @@ -1,5 +1,13 @@ # @fujocoded/authproto +## 0.1.4 + +### Patch Changes + +- fc63bca: - Add error handling to OAuth login and callback flows. + - Fix bug where successful logins incorrectly stored an "UNKNOWN" error code in the session. + - Move asDrizzleTable conversion from tables.ts to db store where it's actually used. + ## 0.1.3 ### Patch Changes diff --git a/astro-authproto/package.json b/astro-authproto/package.json index 8548993..cf79718 100644 --- a/astro-authproto/package.json +++ b/astro-authproto/package.json @@ -1,6 +1,6 @@ { "name": "@fujocoded/authproto", - "version": "0.1.3", + "version": "0.1.4", "description": "Astro integration to easily authenticateyour site visitors using ATproto. For Bluesky and beyond.", "main": "dist/index.js", "type": "module",