Skip to content

Commit 7201efb

Browse files
authored
Merge branch 'main' into renovate/pnpm-action-setup-4.x
2 parents a04221a + 7bdf737 commit 7201efb

File tree

14 files changed

+4995
-3922
lines changed

14 files changed

+4995
-3922
lines changed

CHANGELOG.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,75 @@ 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+
#### [v2.9.2](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.9.1...v2.9.2)
8+
9+
- chore: update setup handler error handling to display error message [`#401`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/401)
10+
- chore: fix linter errors [`ab900b0`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/ab900b0d4af92635d6dc134f21322f5caa795712)
11+
12+
#### [v2.9.1](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.9.0...v2.9.1)
13+
14+
> 9 September 2025
15+
16+
- chore: release v2.9.1 [`5887d12`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/5887d1233a718314e45cb7ce98f37114632be143)
17+
- Merge pull request #395 from kinde-oss/fix/refresh-session-persistence [`ae647b2`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/ae647b2918a4330416868a7a9e87a8123dddfb25)
18+
- fix: refresh cookies not using session cookies when non persist is set [`bff6cef`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/bff6cefe0ed4a3739cb52b942e78356178146e75)
19+
20+
#### [v2.9.0](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.9.0-27...v2.9.0)
21+
22+
> 4 September 2025
23+
24+
- chore: release v2.9.0 [`ec9d4fc`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/ec9d4fc572ad81b6169467008f2d02060d1e2185)
25+
- Merge pull request #387 from kinde-oss/feat/session-cookie-persistence [`3c1810e`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/3c1810eaf20b3326def1de8408b86a392bcb36fd)
26+
- Merge pull request #389 from kinde-oss/feat/getEntitlements [`53dca06`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/53dca06fed8304728f7fd5e7ce56df00d886ec92)
27+
28+
#### [v2.9.0-27](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.9.0-26...v2.9.0-27)
29+
30+
> 2 September 2025
31+
32+
#### [v2.9.0-26](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.9.0-25...v2.9.0-26)
33+
34+
> 2 September 2025
35+
36+
#### [v2.9.0-25](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.9.0-24...v2.9.0-25)
37+
38+
> 2 September 2025
39+
40+
#### [v2.9.0-24](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.9.0-23...v2.9.0-24)
41+
42+
> 2 September 2025
43+
44+
- fix: await store items [`7fd86c2`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/7fd86c2d689f8b106d0c23d21153799384c7bf7a)
45+
- fix: safer getSessionItem [`fd26cae`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/fd26caedba0d6fee467e62aaafa35f7f3c46706f)
46+
47+
#### [v2.9.0-23](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.9.0-20...v2.9.0-23)
48+
49+
> 2 September 2025
50+
51+
#### [v2.9.0-20](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.9.0-19...v2.9.0-20)
52+
53+
> 1 September 2025
54+
55+
#### [v2.9.0-19](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.9.0-18...v2.9.0-19)
56+
57+
> 1 September 2025
58+
59+
#### [v2.9.0-18](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.9.0-15...v2.9.0-18)
60+
61+
> 1 September 2025
62+
63+
#### [v2.9.0-15](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.8.6...v2.9.0-15)
64+
65+
> 1 September 2025
66+
67+
- feat: add cookie session persistence support [`137f9b3`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/137f9b3e2f40e1f8d78508f0d48cf3c2c0c816bb)
68+
- fix: persistence default [`7e5d0c2`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/7e5d0c289507de42071c8aa1067a4d1fa78dc965)
69+
- Merge pull request #382 from kinde-oss/renovate/kinde-js-utils-0.x [`a3657e9`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/a3657e9d0d5b524f3f427fbd2bad70726a5e141c)
70+
771
#### [v2.8.6](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.8.5...v2.8.6)
872

73+
> 25 July 2025
74+
75+
- chore: release v2.8.6 [`4c87eb4`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/4c87eb4da6ab9da0186cf80c89124883f0ca6a47)
976
- Merge pull request #372 from kinde-oss/fix/types-declaration [`c2c5964`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/c2c5964d8aacbe42219f7891dcf7fd3819c51136)
1077
- fix: type declaration [`8da7059`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/8da7059bd9a7f401b7570d09b6561b442a5f0ea4)
1178

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kinde-oss/kinde-auth-nextjs",
3-
"version": "2.8.6",
3+
"version": "2.9.2",
44
"description": "Kinde Auth SDK for NextJS",
55
"main": "dist/cjs/index.js",
66
"module": "dist/index.js",
@@ -88,23 +88,23 @@
8888
"eslint-config-prettier": "^10.0.1",
8989
"genversion": "^3.2.0",
9090
"globals": "^16.0.0",
91-
"happy-dom": "^17.0.0",
91+
"happy-dom": "^18.0.0",
9292
"prettier": "^3.4.2",
9393
"release-it": "^19.0.0",
9494
"rollup-plugin-preserve-directives": "^0.4.0",
9595
"typescript": "^5.7.3",
9696
"vite": "^6.2.5",
9797
"vite-plugin-dts": "^4.5.3",
98-
"vitest": "^3.0.5"
98+
"vitest": "^3.2.4"
9999
},
100100
"peerDependencies": {
101101
"next": "^12.3.5 || ^13.5.9 || ^14.2.25 || ^15.2.3",
102102
"react": "^18 || ^19",
103103
"react-dom": "^18 || ^19"
104104
},
105105
"dependencies": {
106-
"@kinde-oss/kinde-typescript-sdk": "2.12.0",
107-
"@kinde/js-utils": "^0.21.2",
106+
"@kinde-oss/kinde-typescript-sdk": "2.13.1",
107+
"@kinde/js-utils": "^0.23.0",
108108
"@kinde/jwt-decoder": "^0.2.0",
109109
"@kinde/jwt-validator": "^0.4.0",
110110
"cookie": "^1.0.2",
@@ -119,5 +119,5 @@
119119
"readme.md",
120120
"dist"
121121
],
122-
"packageManager": "pnpm@8.15.9+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81"
122+
"packageManager": "pnpm@10.15.0+sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b"
123123
}

0 commit comments

Comments
 (0)