Skip to content

Commit 4cabdcb

Browse files
committed
chore: release v2.7.0
1 parent e7e0a8f commit 4cabdcb

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,19 @@ 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.7.0](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.6.2...v2.7.0)
8+
9+
- Merge pull request #344 from kinde-oss/deps/update-ts-sdk [`e7e0a8f`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/e7e0a8f9dae940df4744e06d29bf0c2fc60d3332)
10+
- feat: add PortalLink [`5121dd6`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/5121dd6bd2c30a8f66bf3c3f3197ddd01455c954)
11+
- deps: update Kinde TS SDK to latest [`2d68176`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/2d681766ebcee1cdd141e56f6afa0e4aad1fa219)
12+
713
#### [v2.6.2](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.6.1...v2.6.2)
814

15+
> 9 May 2025
16+
17+
- feat: queue setup requests [`f4ce88d`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/f4ce88d98a938a21b5a4c93269177882c8ac9baf)
18+
- chore: release v2.6.2 [`4238dd7`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/4238dd7edf9cb27fc3c9a7fcfb186bdc17d885d3)
919
- chore: update release-it config [`3ff0eb4`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/3ff0eb4c895789385a6fffeacd7d0b152315114e)
10-
- Merge pull request #338 from kinde-oss/fix/state-passthrough [`c35e421`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/c35e42183ec2a746530bce71da2506818cbb760a)
11-
- fix: update state check regex [`ee96e04`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/ee96e04a636976fafcc8ad00acc263f1160460a4)
1220

1321
#### [v2.6.1](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.6.0...v2.6.1)
1422

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-nextjs",
3-
"version": "2.6.2",
3+
"version": "2.7.0",
44
"description": "Kinde Auth SDK for NextJS",
55
"main": "dist/cjs/index.js",
66
"module": "dist/index.js",

src/utils/version.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)