File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
5
5
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
6
6
7
+ #### [ 2.2.2] ( https://github.com/kinde-oss/kinde-sveltekit-sdk/compare/2.2.1...2.2.2 )
8
+
9
+ - fix: prevent users from being logged out when browser session ends [ ` #84 ` ] ( https://github.com/kinde-oss/kinde-sveltekit-sdk/pull/84 )
10
+ - chore: remove TWENTY_NINE_DAYS constant and inline maxAge calculation [ ` 6db91b1 ` ] ( https://github.com/kinde-oss/kinde-sveltekit-sdk/commit/6db91b1a4a3058fea6d2de9cc7bb50e7fdf0dabc )
11
+
7
12
#### [ 2.2.1] ( https://github.com/kinde-oss/kinde-sveltekit-sdk/compare/2.1.0...2.2.1 )
8
13
14
+ > 2 July 2025
15
+
9
16
- chore(deps): update dependency eslint-plugin-svelte to v2.46.1 [ ` #67 ` ] ( https://github.com/kinde-oss/kinde-sveltekit-sdk/pull/67 )
10
17
- chore(deps): update dependency prettier to v3.6.2 [ ` #74 ` ] ( https://github.com/kinde-oss/kinde-sveltekit-sdk/pull/74 )
11
18
- chore(deps): update dependency @sveltejs/package to v2.3.12 [ ` #77 ` ] ( https://github.com/kinde-oss/kinde-sveltekit-sdk/pull/77 )
@@ -21,7 +28,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
21
28
- chore: Configure Renovate [ ` #42 ` ] ( https://github.com/kinde-oss/kinde-sveltekit-sdk/pull/42 )
22
29
- fix: couple of small enhancement fixes [ ` 09d3b56 ` ] ( https://github.com/kinde-oss/kinde-sveltekit-sdk/commit/09d3b56a7c04f48247066c92f496fb99e71d9a24 )
23
30
- portalLink fix [ ` 7eca70e ` ] ( https://github.com/kinde-oss/kinde-sveltekit-sdk/commit/7eca70ea5df8618be83efb074b44acb4376704fa )
24
- - Merge pull request # 65 from kinde-oss/renovate/sveltejs-package-2.x-lockfile [ ` e4630fb ` ] ( https://github.com/kinde-oss/kinde-sveltekit-sdk/commit/e4630fbb981db0712748f60986a8dcfdca443e8d )
31
+ - chore: release v2.2.1 [ ` 815d4b8 ` ] ( https://github.com/kinde-oss/kinde-sveltekit-sdk/commit/815d4b865c5899d73942daae1729ccb637eea3f2 )
25
32
26
33
#### [ 2.1.0] ( https://github.com/kinde-oss/kinde-sveltekit-sdk/compare/2.0.0...2.1.0 )
27
34
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kinde-oss/kinde-auth-sveltekit" ,
3
- "version" : " 2.2.1 " ,
3
+ "version" : " 2.2.2 " ,
4
4
"description" : " Kinde SvelteKit SDK" ,
5
5
"scripts" : {
6
6
"dev" : " vite dev" ,
You can’t perform that action at this time.
0 commit comments