chore(repo): version packages for stable#1046
Merged
Merged
Conversation
knock-eng-bot
requested review from
meryldakin and
thomaswhyyou
and removed request for
a team
July 23, 2026 01:20
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Bundle ReportBundle size has no change ✅ |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1046 +/- ##
=======================================
Coverage 66.58% 66.58%
=======================================
Files 214 214
Lines 10514 10514
Branches 1529 1529
=======================================
Hits 7001 7001
Misses 3487 3487
Partials 26 26 |
thomaswhyyou
approved these changes
Jul 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@knocklabs/react@0.12.1
Patch Changes
559ddf1: fix(KNO-14012): guide toolbar no longer requires importing
@knocklabs/react/dist/index.cssThe guide toolbar previously rendered unstyled (or with frankenstein styling) unless the consuming app imported
@knocklabs/react/dist/index.css. Apps that only render custom guide components have no reason to import that stylesheet, so the toolbar broke for them. The toolbar now injects its compiled styles into the document head at runtime when it becomes visible, making it plug and play without an explicit CSS import. Whendist/index.cssis imported anyway, the injected rules are identical duplicates and have no effect.guide-example@0.0.86
Patch Changes
ms-teams-connect-example@0.0.73
Patch Changes
nextjs-app-dir-example@0.0.72
Patch Changes
nextjs-example@1.2.38
Patch Changes
slack-connect-example@0.3.72
Patch Changes
slack-kit-example@0.4.70
Patch Changes