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/canonical-awaiting-input.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/replace-existing-field-notice.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/managed-auth-react/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
# @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.

- [#21](https://github.com/kernel/managed-auth-react/pull/21) [`4ec2a4d`](https://github.com/kernel/managed-auth-react/commit/4ec2a4d119f157234d053b51417060e42f8f5ed7) Thanks [@masnwilliams](https://github.com/masnwilliams)! - Show a notice when a canonical field has `reason: "rejected"`. Adds the `fieldRejectedNotice` label and the `inputRejectedNotice` appearance slot.

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/managed-auth-react/package.json
Original file line numberDiff line numberDiff 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
Loading