diff --git a/.changeset/canonical-awaiting-input.md b/.changeset/canonical-awaiting-input.md deleted file mode 100644 index 7882d30..0000000 --- a/.changeset/canonical-awaiting-input.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onkernel/managed-auth-react": minor ---- - -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. diff --git a/.changeset/replace-existing-field-notice.md b/.changeset/replace-existing-field-notice.md deleted file mode 100644 index 60f1153..0000000 --- a/.changeset/replace-existing-field-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onkernel/managed-auth-react": minor ---- - -Show a notice when a canonical field has `reason: "rejected"`. Adds the `fieldRejectedNotice` label and the `inputRejectedNotice` appearance slot. diff --git a/packages/managed-auth-react/CHANGELOG.md b/packages/managed-auth-react/CHANGELOG.md index efd2fbb..09eb7e6 100644 --- a/packages/managed-auth-react/CHANGELOG.md +++ b/packages/managed-auth-react/CHANGELOG.md @@ -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 diff --git a/packages/managed-auth-react/package.json b/packages/managed-auth-react/package.json index 2d1d7ef..1293088 100644 --- a/packages/managed-auth-react/package.json +++ b/packages/managed-auth-react/package.json @@ -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.",