Skip to content

Commit ca34435

Browse files
chore: release astro-ao3-loader & authproto
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fc63bca commit ca34435

7 files changed

Lines changed: 18 additions & 19 deletions

File tree

.changeset/afraid-trams-play.md

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

.changeset/small-planets-buy.md

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

.changeset/tricky-flies-stand.md

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

astro-ao3-loader/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @fujocoded/astro-ao3-loader
2+
3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- 0ce3347: Updated to latest @fujocoded/ao3.js
8+
- 0ce3347: Supports Astro 5 (Astro 4 will work still with TS errors)

astro-ao3-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-ao3-loader",
33
"type": "module",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"description": "Allows loading a series of AO3 works for the Astro Content Layer",
66
"module": "dist/index.mjs",
77
"exports": {

astro-authproto/CHANGELOG.md

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

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- fc63bca: - Add error handling to OAuth login and callback flows.
8+
- Fix bug where successful logins incorrectly stored an "UNKNOWN" error code in the session.
9+
- Move asDrizzleTable conversion from tables.ts to db store where it's actually used.
10+
311
## 0.1.3
412

513
### Patch Changes

astro-authproto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fujocoded/authproto",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Astro integration to easily authenticateyour site visitors using ATproto. For Bluesky and beyond.",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)