Skip to content

Commit f5d8097

Browse files
committed
chore: release v5.7.0
1 parent 2a49834 commit f5d8097

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,21 @@ 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)
7+
#### [5.7.0](https://github.com/kinde-oss/kinde-auth-react/compare/5.6.1...5.7.0)
88

9+
- Feat/store injection [`#178`](https://github.com/kinde-oss/kinde-auth-react/pull/178)
10+
- chore(deps): update actions/checkout action to v5 [`#171`](https://github.com/kinde-oss/kinde-auth-react/pull/171)
11+
- chore(deps-dev): bump vite from 6.3.5 to 6.3.6 [`#175`](https://github.com/kinde-oss/kinde-auth-react/pull/175)
12+
- deps: update @kinde/js-utils@0.25 [`#179`](https://github.com/kinde-oss/kinde-auth-react/pull/179)
13+
- chore: lockfile maintainance [`2a49834`](https://github.com/kinde-oss/kinde-auth-react/commit/2a49834d19500bd1198b47dbb6dbd9846852ccc0)
14+
- feat: add state option to Provider [`2b59ec0`](https://github.com/kinde-oss/kinde-auth-react/commit/2b59ec04e8f71ee8af954e239e1563a5e79afa34)
15+
- chore: review comments [`4bf76c9`](https://github.com/kinde-oss/kinde-auth-react/commit/4bf76c912e527477060787d5d7b7c8cdeefa4e25)
16+
17+
#### [5.6.1](https://github.com/kinde-oss/kinde-auth-react/compare/v5.6.1-8...5.6.1)
18+
19+
> 5 September 2025
20+
21+
- chore: release v5.6.1 [`7edc46b`](https://github.com/kinde-oss/kinde-auth-react/commit/7edc46b3ba9fa4e5486e01fe737b6afee7764754)
922
- Merge pull request #174 from kinde-oss/fix/close-logout-in-popup [`3f882c2`](https://github.com/kinde-oss/kinde-auth-react/commit/3f882c2255dbfcf04e2e0eea1784cebd91bca4fb)
1023
- fix: only close window when has opener [`27506ab`](https://github.com/kinde-oss/kinde-auth-react/commit/27506ab3608e54d703c1d3e464f99f419290a235)
1124

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

0 commit comments

Comments
 (0)