Skip to content

Commit 54cefc5

Browse files
committed
chore: release v2.2.3
1 parent 45f9b91 commit 54cefc5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [2.2.3](https://github.com/kinde-oss/kinde-sveltekit-sdk/compare/2.2.2...2.2.3)
8+
9+
- fix: ensure we await the redirectToPostLoginUrl as it is a promise [`#87`](https://github.com/kinde-oss/kinde-sveltekit-sdk/pull/87)
10+
- fix: address coderabbit comments about session storage calls and throwing redirects [`fee7503`](https://github.com/kinde-oss/kinde-sveltekit-sdk/commit/fee7503af4f56a445feb4d0ad5eb1b1020d33ede)
11+
- fix: more throw redirects, and fix redirectToPostLogin so if not absolute url, it will return and redirect to login [`c634bb7`](https://github.com/kinde-oss/kinde-sveltekit-sdk/commit/c634bb7ac1423a8fcf45978c05ba27844353038e)
12+
- Update src/lib/handleAuth/handleAuth.ts [`3409a70`](https://github.com/kinde-oss/kinde-sveltekit-sdk/commit/3409a704a4ea920bbd204c9bef757668380d24b3)
13+
714
#### [2.2.2](https://github.com/kinde-oss/kinde-sveltekit-sdk/compare/2.2.1...2.2.2)
815

16+
> 24 July 2025
17+
918
- fix: prevent users from being logged out when browser session ends [`#84`](https://github.com/kinde-oss/kinde-sveltekit-sdk/pull/84)
19+
- chore: release v2.2.2 [`829052e`](https://github.com/kinde-oss/kinde-sveltekit-sdk/commit/829052e7c07f5e862558285e4fe41151370cae98)
1020
- chore: remove TWENTY_NINE_DAYS constant and inline maxAge calculation [`6db91b1`](https://github.com/kinde-oss/kinde-sveltekit-sdk/commit/6db91b1a4a3058fea6d2de9cc7bb50e7fdf0dabc)
1121

1222
#### [2.2.1](https://github.com/kinde-oss/kinde-sveltekit-sdk/compare/2.1.0...2.2.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kinde-oss/kinde-auth-sveltekit",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"description": "Kinde SvelteKit SDK",
55
"scripts": {
66
"dev": "vite dev",

0 commit comments

Comments
 (0)