Skip to content

Commit 7edc46b

Browse files
committed
chore: release v5.6.1
1 parent 3f882c2 commit 7edc46b

File tree

2 files changed

+52
-2
lines changed

2 files changed

+52
-2
lines changed

CHANGELOG.md

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,66 @@ 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+
#### [v5.6.1](https://github.com/kinde-oss/kinde-auth-react/compare/v5.6.1-8...v5.6.1)
8+
9+
- Merge pull request #174 from kinde-oss/fix/close-logout-in-popup [`3f882c2`](https://github.com/kinde-oss/kinde-auth-react/commit/3f882c2255dbfcf04e2e0eea1784cebd91bca4fb)
10+
- fix: only close window when has opener [`27506ab`](https://github.com/kinde-oss/kinde-auth-react/commit/27506ab3608e54d703c1d3e464f99f419290a235)
11+
12+
#### [v5.6.1-8](https://github.com/kinde-oss/kinde-auth-react/compare/v5.6.1-7...v5.6.1-8)
13+
14+
> 5 September 2025
15+
16+
#### [v5.6.1-7](https://github.com/kinde-oss/kinde-auth-react/compare/v5.6.1-6...v5.6.1-7)
17+
18+
> 5 September 2025
19+
20+
- fix: extra protection for edge cases [`5bfc6ba`](https://github.com/kinde-oss/kinde-auth-react/commit/5bfc6ba462e2eb4ae5c35e8a2a7ca33118359c94)
21+
22+
#### [v5.6.1-6](https://github.com/kinde-oss/kinde-auth-react/compare/v5.6.1-5...v5.6.1-6)
23+
24+
> 5 September 2025
25+
26+
- fix: not closing popup on logout [`1397043`](https://github.com/kinde-oss/kinde-auth-react/commit/13970430b87fa05bc546c4344386baa927000465)
27+
- Merge pull request #173 from kinde-oss/fix/code-process-non-callback [`3823fb9`](https://github.com/kinde-oss/kinde-auth-react/commit/3823fb9e0278fa10c804303ac39474ece56a165c)
28+
29+
#### [v5.6.1-5](https://github.com/kinde-oss/kinde-auth-react/compare/v5.6.1-4...v5.6.1-5)
30+
31+
> 5 September 2025
32+
33+
- fix: only process auth flow on callback URL [`5b5b241`](https://github.com/kinde-oss/kinde-auth-react/commit/5b5b241a6d6f7bf01cedc570129c4d9a97a3018c)
34+
35+
#### [v5.6.1-4](https://github.com/kinde-oss/kinde-auth-react/compare/v5.6.1-3...v5.6.1-4)
36+
37+
> 5 September 2025
38+
39+
#### [v5.6.1-3](https://github.com/kinde-oss/kinde-auth-react/compare/v5.6.1-2...v5.6.1-3)
40+
41+
> 5 September 2025
42+
43+
#### [v5.6.1-2](https://github.com/kinde-oss/kinde-auth-react/compare/v5.6.1-1...v5.6.1-2)
44+
45+
> 5 September 2025
46+
47+
#### [v5.6.1-1](https://github.com/kinde-oss/kinde-auth-react/compare/v5.6.1-0...v5.6.1-1)
48+
49+
> 5 September 2025
50+
51+
#### [v5.6.1-0](https://github.com/kinde-oss/kinde-auth-react/compare/5.6.0...v5.6.1-0)
52+
53+
> 5 September 2025
54+
755
#### [5.6.0](https://github.com/kinde-oss/kinde-auth-react/compare/5.5.1...5.6.0)
856

57+
> 31 July 2025
58+
959
- fix: getClaim params [`#163`](https://github.com/kinde-oss/kinde-auth-react/pull/163)
1060
- chore: remove duplicate check [`#162`](https://github.com/kinde-oss/kinde-auth-react/pull/162)
1161
- chore(deps): update eslint monorepo to v9.32.0 [`#151`](https://github.com/kinde-oss/kinde-auth-react/pull/151)
1262
- feat: ProtectedRoute component [`#158`](https://github.com/kinde-oss/kinde-auth-react/pull/158)
1363
- feat: support running auth in iFrame [`#157`](https://github.com/kinde-oss/kinde-auth-react/pull/157)
64+
- chore: release v5.6.0 [`5d92895`](https://github.com/kinde-oss/kinde-auth-react/commit/5d9289543fc86bc93a1003d03df0807aa162b837)
1465
- Merge pull request #165 from kinde-oss/fix/route-protection-export [`87bea1f`](https://github.com/kinde-oss/kinde-auth-react/commit/87bea1f4d03d2f7ddde25511f4ba6fa734088059)
1566
- fix: missing export for react-router [`b19a5e4`](https://github.com/kinde-oss/kinde-auth-react/commit/b19a5e4f7029cd4debd9e2381291080e25b692e1)
16-
- fix: fallback showing too early [`39a78e9`](https://github.com/kinde-oss/kinde-auth-react/commit/39a78e9c05c08a0d19b34cb0482043790dd06be1)
1767

1868
#### [5.5.1](https://github.com/kinde-oss/kinde-auth-react/compare/5.5.0...5.5.1)
1969

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-react",
3-
"version": "5.6.0",
3+
"version": "5.6.1",
44
"description": "Kinde React SDK for authentication",
55
"module": "./dist/index.mjs",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)