File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,22 @@ 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
+ #### [ 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
+
7
18
#### [ 5.5.1] ( https://github.com/kinde-oss/kinde-auth-react/compare/5.5.0...5.5.1 )
8
19
20
+ > 25 July 2025
21
+
22
+ - chore: release v5.5.1 [ ` d2b08fa ` ] ( https://github.com/kinde-oss/kinde-auth-react/commit/d2b08fad4dc915c4cf65ab0241bc7449abd00e63 )
9
23
- Merge pull request #155 from davies-a/fix/package-json-exports [ ` d126664 ` ] ( https://github.com/kinde-oss/kinde-auth-react/commit/d126664e41d9bc98f6b1086fab2e7658424f882b )
10
24
- fix(package-json): fix package.json exports to provide correct mjs/cjs files [ ` 52f66ff ` ] ( https://github.com/kinde-oss/kinde-auth-react/commit/52f66ffbf373e20da55690c3d528c63b06d1c823 )
11
25
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kinde-oss/kinde-auth-react" ,
3
- "version" : " 5.5.1 " ,
3
+ "version" : " 5.6.0 " ,
4
4
"description" : " Kinde React SDK for authentication" ,
5
5
"module" : " ./dist/index.mjs" ,
6
6
"main" : " ./dist/index.cjs" ,
You can’t perform that action at this time.
0 commit comments