Skip to content

Commit b685800

Browse files
committed
chore: release v5.10.0
1 parent e1d1622 commit b685800

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,9 +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.10.0](https://github.com/kinde-oss/kinde-auth-react/compare/5.9.0...5.10.0)
8+
9+
- chore(deps-dev): bump vite from 6.3.6 to 6.4.1 [`#192`](https://github.com/kinde-oss/kinde-auth-react/pull/192)
10+
- chore(deps): update dependency typescript to v5.9.3 [`#166`](https://github.com/kinde-oss/kinde-auth-react/pull/166)
11+
- chore(deps): update dependency jsdom to v27 [`#180`](https://github.com/kinde-oss/kinde-auth-react/pull/180)
12+
- Remove double token exchange in dev strict mode [`#167`](https://github.com/kinde-oss/kinde-auth-react/pull/167)
13+
- Merge pull request #199 from kinde-oss/fix/window-close-origin-check [`e1d1622`](https://github.com/kinde-oss/kinde-auth-react/commit/e1d1622732f2b96b3d53e0540c9393c2da98f791)
14+
- fix: check the origin of the opener before closing [`150d06c`](https://github.com/kinde-oss/kinde-auth-react/commit/150d06c59fc254e3a8c62c105a78f793fe369e7d)
15+
- Merge pull request #202 from kinde-oss/fix/timeout-logout [`d61bf92`](https://github.com/kinde-oss/kinde-auth-react/commit/d61bf9281bdd91db186f86908bec028d1077ad17)
16+
717
#### [5.9.0](https://github.com/kinde-oss/kinde-auth-react/compare/5.8.0...5.9.0)
818

19+
> 20 October 2025
20+
921
- feat: make browser tab focus refresh optional [`#190`](https://github.com/kinde-oss/kinde-auth-react/pull/190)
22+
- chore: release v5.9.0 [`b7551bf`](https://github.com/kinde-oss/kinde-auth-react/commit/b7551bf109ce323f7431e4448a89b69f77e732bb)
1023

1124
#### [5.8.0](https://github.com/kinde-oss/kinde-auth-react/compare/5.7.2...5.8.0)
1225

@@ -447,7 +460,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
447460
- update function types [`#11`](https://github.com/kinde-oss/kinde-auth-react/pull/11)
448461
- types [`#10`](https://github.com/kinde-oss/kinde-auth-react/pull/10)
449462
- Fix repository URL [`#9`](https://github.com/kinde-oss/kinde-auth-react/pull/9)
450-
- org id [`#8`](https://github.com/kinde-oss/kinde-auth-react/pull/8)
463+
- org id [`#8`](https://github.com/kinde-oss/kinde-auth-react/pull/8)
451464
- chore: automate releases [`4cbd692`](https://github.com/kinde-oss/kinde-auth-react/commit/4cbd6924ec1a9c34eb7719e7dc1c91fb0d484ff9)
452465
- feature: fix typescript issues [`dc6e4f2`](https://github.com/kinde-oss/kinde-auth-react/commit/dc6e4f28e74f8f8620d89be1e22c31c74813adfc)
453466
- review-remarks: clean types, restore terser [`9509602`](https://github.com/kinde-oss/kinde-auth-react/commit/950960282ca4f0cd3b331cf71b01f5c1e0641da8)

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

0 commit comments

Comments
 (0)