Skip to content
Open
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/canonical-awaiting-input.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.0

### Minor Changes

- [#20](https://github.com/kernel/managed-auth-react/pull/20) [`a390c80`](https://github.com/kernel/managed-auth-react/commit/a390c80a7dc2380c2a08d7b67d44decf386b9e5a) Thanks [@masnwilliams](https://github.com/masnwilliams)! - Prefer canonical managed-auth fields and choices when present, bind submissions to their interaction IDs, refresh stale interactions, and retain legacy rendering and submission fallbacks during the deprecation window.

## 0.4.1

### Patch 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.4.1",
"version": "0.5.0",
"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