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/sse-auth-events.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.4.0

### Minor Changes

- [#9](https://github.com/kernel/managed-auth-react/pull/9) [`045bbae`](https://github.com/kernel/managed-auth-react/commit/045bbaed5d72c36614b88bc4df5455b63866e063) Thanks [@dcruzeneil2](https://github.com/dcruzeneil2)! - Subscribe to managed auth state via the `/auth/connections/{id}/events` SSE endpoint instead of polling `/auth/connections/{id}` every 2s.

## 0.3.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.3.0",
"version": "0.4.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