Skip to content

Commit 5d92895

Browse files
committed
chore: release v5.6.0
1 parent 87bea1f commit 5d92895

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,22 @@ 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+
#### [5.6.0](https://github.com/kinde-oss/kinde-auth-react/compare/5.5.1...5.6.0)
8+
9+
- fix: getClaim params [`#163`](https://github.com/kinde-oss/kinde-auth-react/pull/163)
10+
- chore: remove duplicate check [`#162`](https://github.com/kinde-oss/kinde-auth-react/pull/162)
11+
- chore(deps): update eslint monorepo to v9.32.0 [`#151`](https://github.com/kinde-oss/kinde-auth-react/pull/151)
12+
- feat: ProtectedRoute component [`#158`](https://github.com/kinde-oss/kinde-auth-react/pull/158)
13+
- feat: support running auth in iFrame [`#157`](https://github.com/kinde-oss/kinde-auth-react/pull/157)
14+
- Merge pull request #165 from kinde-oss/fix/route-protection-export [`87bea1f`](https://github.com/kinde-oss/kinde-auth-react/commit/87bea1f4d03d2f7ddde25511f4ba6fa734088059)
15+
- 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)
17+
718
#### [5.5.1](https://github.com/kinde-oss/kinde-auth-react/compare/5.5.0...5.5.1)
819

20+
> 25 July 2025
21+
22+
- chore: release v5.5.1 [`d2b08fa`](https://github.com/kinde-oss/kinde-auth-react/commit/d2b08fad4dc915c4cf65ab0241bc7449abd00e63)
923
- Merge pull request #155 from davies-a/fix/package-json-exports [`d126664`](https://github.com/kinde-oss/kinde-auth-react/commit/d126664e41d9bc98f6b1086fab2e7658424f882b)
1024
- fix(package-json): fix package.json exports to provide correct mjs/cjs files [`52f66ff`](https://github.com/kinde-oss/kinde-auth-react/commit/52f66ffbf373e20da55690c3d528c63b06d1c823)
1125

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

0 commit comments

Comments
 (0)