Skip to content
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
5 changes: 0 additions & 5 deletions .changeset/guard-prime-before-init.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/managed-auth-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @onkernel/managed-auth-react

## 0.5.1

### Patch Changes

- [#25](https://github.com/kernel/managed-auth-react/pull/25) [`eca48fa`](https://github.com/kernel/managed-auth-react/commit/eca48faea5b59ae4a2e6fd6a4a1cfd378ed4b7ef) Thanks [@masnwilliams](https://github.com/masnwilliams)! - Disable the consent action while the handoff exchange and initial session state load, preventing early interactions from being dropped.

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/managed-auth-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onkernel/managed-auth-react",
"version": "0.5.0",
"version": "0.5.1",
"description": "React component library for Kernel managed auth — one-component drop-in with a Clerk-style appearance API",
"license": "MIT",
"author": "Kernel Technologies, Inc.",
Expand Down
Loading