Skip to content

Commit 81b5f83

Browse files
committed
Prepare for 2.8.0
1 parent 0d74da4 commit 81b5f83

6 files changed

Lines changed: 9 additions & 7 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.8.0] - 2026-06-15
11+
1012
### Added
1113

1214
- Delete passkey now uses an exchangeable token to synchronize backend and frontend records. This process is similar to that used for passkey registration. The backend initiates the process, returning a token. The frontend uses this token to perform its client-side cleanup.

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.7.0",
3+
"version": "2.8.0",
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.17.0",
32-
"@passlock/browser": "workspace:^2.7.0",
33-
"@passlock/server": "workspace:^2.7.0",
32+
"@passlock/browser": "workspace:^2.8.0",
33+
"@passlock/server": "workspace:^2.8.0",
3434
"@sveltejs/adapter-auto": "^7.0.1",
3535
"@sveltejs/adapter-node": "^5.5.4",
3636
"@sveltejs/kit": "^2.64.0",

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.7.0",
3+
"version": "2.8.0",
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.7.0",
3+
"version": "2.8.0",
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.7.0",
3+
"version": "2.8.0",
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.7.0",
3+
"version": "2.8.0",
44
"description": "Passkey authentication library for Fetch capable backends (Node, Bun, Vercel, Cloudflare workers etc.)",
55
"keywords": [
66
"passkey",

0 commit comments

Comments
 (0)