Skip to content

Commit e3e6c92

Browse files
committed
chore: release version 2.5.5
1 parent 9f42c1c commit e3e6c92

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

CHANGELOG.md

+13-4
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,24 @@ 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-
#### [v2.5.4](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.5.3...v2.5.4)
7+
#### [v2.5.5](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.5.4...v2.5.5)
88

9+
- fix: getFlag result [`#306`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/306)
910
- fix: next upstream issues [`#314`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/314)
1011
- fix: workaround for upstream Next.js issue [`#312`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/312)
11-
- fix: postLoginRedirectURL within callback [`#308`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/308)
12-
- chore(deps): update dependency changelogen to v0.6.1 [`#302`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/302)
13-
- chore(deps): update dependency changelogen to ^0.6.0 [`ba88a70`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/ba88a70484d773d83e67708931386fde0b6b2a91)
1412
- fix: un-js all next core imports [`85d3fee`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/85d3feef24526e1a10373d6e601da71d44bdb26d)
1513
- chore: migrate to eslint9 [`13697b1`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/13697b1d9e981f3a0215dd842a51b7f5f84cec69)
14+
- fix: append .js to all `next/` imports [`99bbafc`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/99bbafc775a24d818f84934ea17a33e5b99064de)
15+
16+
#### [v2.5.4](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.5.3...v2.5.4)
17+
18+
> 12 March 2025
19+
20+
- fix: postLoginRedirectURL within callback [`#308`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/308)
21+
- chore(deps): update dependency changelogen to v0.6.1 [`#302`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/302)
22+
- fix: postLoginRedirectURL logic [`2c4a7fb`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/2c4a7fb46c2d6afb3158519e8a1b86ecead366dc)
23+
- Merge pull request #298 from Yoshify/fix/type-export [`7a71f07`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/7a71f070d60c1725e3df0e7cf307df765347028d)
24+
- fix: export the correct type declaration [`406d90f`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/406d90fc8234e60407a09e4b505794e211917052)
1625

1726
#### [v2.5.3](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.5.2...v2.5.3)
1827

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kinde-oss/kinde-auth-nextjs",
3-
"version": "2.5.4",
3+
"version": "2.5.5",
44
"description": "Kinde Auth SDK for NextJS",
55
"main": "dist/cjs/index.js",
66
"module": "dist/index.js",

src/utils/version.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)