Skip to content

Commit ffb7981

Browse files
committed
Prepare for v2.9.3
1 parent 80384a8 commit ffb7981

7 files changed

Lines changed: 11 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.9.3] - 2026-06-27
11+
1012
### Changed
1113

1214
- `@passlock/server` `createMailboxChallenge` will now send the challenge email unless `sendEmail: false` is set explicitly.

examples/sveltekit/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@passlock/sveltekit-example",
3-
"version": "2.9.2",
3+
"version": "2.9.3",
44
"private": true,
55
"description": "SvelteKit app making full use of passkeys along with email based one time login codes",
66
"type": "module",
@@ -29,8 +29,8 @@
2929
"@eslint/compat": "^2.1.0",
3030
"@eslint/js": "^10.0.1",
3131
"@lucide/svelte": "^1.21.0",
32-
"@passlock/browser": "^2.9.2",
33-
"@passlock/server": "^2.9.2",
32+
"@passlock/browser": "^2.9.3",
33+
"@passlock/server": "^2.9.3",
3434
"@sveltejs/adapter-node": "^5.5.7",
3535
"@sveltejs/kit": "^2.68.0",
3636
"@sveltejs/vite-plugin-svelte": "^7.1.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "passlock",
3-
"version": "2.9.2",
3+
"version": "2.9.3",
44
"private": true,
55
"description": "Passlock monorepo root",
66
"keywords": [

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@passlock/browser",
3-
"version": "2.9.2",
3+
"version": "2.9.3",
44
"description": "Flexible passkey authentication for Astro, SvelteKit, NextJS and other frameworks",
55
"keywords": [
66
"passkey",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@passlock/cli",
3-
"version": "2.9.2",
3+
"version": "2.9.3",
44
"description": "CLI tooling support for the Passlock authentication framework",
55
"keywords": [
66
"passkey",

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@passlock/server",
3-
"version": "2.9.2",
3+
"version": "2.9.3",
44
"description": "Passkey authentication library for Fetch capable backends (Node, Bun, Vercel, Cloudflare workers etc.)",
55
"keywords": [
66
"passkey",

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)