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,11 +4,18 @@ 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.5.1] ( https://github.com/kinde-oss/kinde-auth-react/compare/5.5.0...5.5.1 )
8
+
9
+ - Merge pull request #155 from davies-a/fix/package-json-exports [ ` d126664 ` ] ( https://github.com/kinde-oss/kinde-auth-react/commit/d126664e41d9bc98f6b1086fab2e7658424f882b )
10
+ - 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
+
7
12
#### [ 5.5.0] ( https://github.com/kinde-oss/kinde-auth-react/compare/5.4.1...5.5.0 )
8
13
14
+ > 2 June 2025
15
+
16
+ - chore: release v5.5.0 [ ` abc090b ` ] ( https://github.com/kinde-oss/kinde-auth-react/commit/abc090bd565ee4a64d73f362b6b4bdc61f86e1d2 )
9
17
- Merge pull request #148 from kinde-oss/feat/generate-auth-url [ ` 867a19b ` ] ( https://github.com/kinde-oss/kinde-auth-react/commit/867a19b389d970172eb8e584fa34ac29e9a5ebc6 )
10
18
- feat: PortalLink [ ` 1967f43 ` ] ( https://github.com/kinde-oss/kinde-auth-react/commit/1967f4337c53058df9f53a10feb3f35d4c43471d )
11
- - chore: PR updates [ ` 3801276 ` ] ( https://github.com/kinde-oss/kinde-auth-react/commit/38012764bd57ebecafc770c3aa223ee26e92b537 )
12
19
13
20
#### [ 5.4.1] ( https://github.com/kinde-oss/kinde-auth-react/compare/5.4.0...5.4.1 )
14
21
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kinde-oss/kinde-auth-react" ,
3
- "version" : " 5.5.0 " ,
3
+ "version" : " 5.5.1 " ,
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