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
7 changes: 0 additions & 7 deletions .changeset/afraid-trams-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-planets-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-flies-stand.md

This file was deleted.

8 changes: 8 additions & 0 deletions astro-ao3-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion astro-ao3-loader/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions astro-authproto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion astro-authproto/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down