From 997ef3b7f9c707d0553e94a7323e398a56c33a6e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 17:30:42 +0000 Subject: [PATCH] chore: version packages --- .changeset/guard-prime-before-init.md | 5 ----- packages/managed-auth-react/CHANGELOG.md | 6 ++++++ packages/managed-auth-react/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/guard-prime-before-init.md diff --git a/.changeset/guard-prime-before-init.md b/.changeset/guard-prime-before-init.md deleted file mode 100644 index e402c66..0000000 --- a/.changeset/guard-prime-before-init.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onkernel/managed-auth-react": patch ---- - -Disable the consent action while the handoff exchange and initial session state load, preventing early interactions from being dropped. diff --git a/packages/managed-auth-react/CHANGELOG.md b/packages/managed-auth-react/CHANGELOG.md index 09eb7e6..33f8de4 100644 --- a/packages/managed-auth-react/CHANGELOG.md +++ b/packages/managed-auth-react/CHANGELOG.md @@ -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 diff --git a/packages/managed-auth-react/package.json b/packages/managed-auth-react/package.json index 1293088..d680a2d 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.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.",