Skip to content

Commit 6016290

Browse files
chore: release packages 📦 (#27)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4edfdd1 commit 6016290

6 files changed

Lines changed: 15 additions & 23 deletions

File tree

.changeset/authproto-astro-6.md

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

.changeset/authproto-client-metadata-domain.md

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

.changeset/expose-logged-in-client.md

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

.changeset/login-input-attributes.md

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

astro-authproto/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 4edfdd1: Support Astro 6.
8+
- b728333: Add loggedInClient to Astro.locals and expose the full OAuthSession for the new lex package.
9+
10+
### Patch Changes
11+
12+
- 4edfdd1: Export client metadata domain from config so registered and runtime clients stay consistent.
13+
- b728333: Add input attributes to Login component for better mobile UX (placeholder, inputmode, autocorrect, autocapitalize, autocomplete, spellcheck).
14+
Allow user to pass down form props to form.
15+
Partially based on https://tangled.org/strings/did:plc:4gt3dbmp4pydjiemob4konzm/3mihke6jals22
16+
317
## 0.2.0
418

519
### Minor 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.2.1",
3+
"version": "0.3.0",
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)