Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .changeset/quick-buses-deliver.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @tern-secure/nextjs

## 4.2.8

### Patch Changes

- 65f695f: Improved type definitions and authentication workflow

- Rename UserInfo to User in server-side types
- Export TernSecureUser and TernSecureUserData types
- Update GitHub workflows to enhance PR and release processes
- Simplify authentication state management
- Remove auth state cookie and related middleware logic
- Update runtime configuration to use standard Edge runtime
- Improve error handling in middleware

## 4.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tern-secure/nextjs",
"version": "4.2.7",
"version": "4.2.8",
"packageManager": "npm@11.0.0",
"publishConfig": {
"access": "public"
Expand Down