Skip to content

Commit 3b8924f

Browse files
committed
chore: release v5.0.3
1 parent f87cf57 commit 3b8924f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,20 @@ 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.0.3](https://github.com/kinde-oss/kinde-auth-react/compare/5.0.2...5.0.3)
8+
9+
- chore(deps): update dependency eslint-config-prettier to v10.1.1 [`#77`](https://github.com/kinde-oss/kinde-auth-react/pull/77)
10+
- Fix initRef handling, and fix the types on the login/register method [`#80`](https://github.com/kinde-oss/kinde-auth-react/pull/80)
11+
- fix: interface params for login and logout methods for state [`#78`](https://github.com/kinde-oss/kinde-auth-react/pull/78)
12+
- Expose state property on login and register methods [`9e0b776`](https://github.com/kinde-oss/kinde-auth-react/commit/9e0b7768c0607483e917c7da231b5bec9100eace)
13+
- Properly handle when kinde isn't initialized yet [`d1fa6ba`](https://github.com/kinde-oss/kinde-auth-react/commit/d1fa6ba63ec3dbb5b610e3ce3af065716077d3b7)
14+
715
#### [5.0.2](https://github.com/kinde-oss/kinde-auth-react/compare/5.0.1...5.0.2)
816

17+
> 5 March 2025
18+
919
- fix: no params passed into auth params [`#74`](https://github.com/kinde-oss/kinde-auth-react/pull/74)
20+
- chore: release v5.0.2 [`a2099e0`](https://github.com/kinde-oss/kinde-auth-react/commit/a2099e0b3ef6ba5c2e3ce52e2f1d048062aa60c4)
1021

1122
#### [5.0.1](https://github.com/kinde-oss/kinde-auth-react/compare/5.0.0...5.0.1)
1223

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kinde-oss/kinde-auth-react",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"description": "Kinde React SDK for authentication",
55
"module": "./dist/kinde-auth-react.mjs",
66
"main": "./dist/kinde-auth-react.js",

0 commit comments

Comments
 (0)