Skip to content

Commit a73d2fb

Browse files
committed
Prepare for 2.9.1
1 parent 54f2145 commit a73d2fb

6 files changed

Lines changed: 7 additions & 5 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.1] - 2026-06-25
11+
1012
### Changed
1113

1214
- Upgrade dependencies

examples/sveltekit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@passlock/sveltekit-example",
3-
"version": "2.9.0",
3+
"version": "2.9.1",
44
"private": true,
55
"description": "SvelteKit app making full use of passkeys along with email based one time login codes",
66
"type": "module",

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

0 commit comments

Comments
 (0)