chore(repo): version packages for stable - #1069
Open
knock-eng-bot wants to merge 1 commit into
Open
knock-eng-bot wants to merge 1 commit into
knock-eng-bot wants to merge 1 commit into
Conversation
knock-eng-bot
requested review from
MikeCarbone and
thomaswhyyou
and removed request for
a team
September 10, 2026 19:21
|
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 #1069 +/- ##
=======================================
Coverage 75.38% 75.38%
=======================================
Files 139 139
Lines 4371 4371
Branches 1283 1283
=======================================
Hits 3295 3295
Misses 976 976
Partials 100 100 |
This branch was successfully deployed
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.13.3
Patch Changes
62205a1: Stop
sortByDisplayNamefrom reordering the array it is givenThe MS Teams comboboxes sorted their teams and channels in place.
useMsTeamsChannelsreturns a reference straight into SWR's cache, so renderingMsTeamsChannelInTeamComboboxreordered the cached array for every other reader of that key, including apps calling the hook themselves. The helper now copies before sorting, matching its Slack counterpart.62205a1: Pin every
@telegraph/*dependency to a caret range at its latest releaseThese were open
>=ranges, so an install resolved to whatever was newest on npm rather than a version this package had been built against. In practice that already meant@telegraph/combobox0.6.0, a rewrite onto Base UI, so the three comboboxes are now tested and pinned against it rather than receiving it by accident.@telegraph/selectwas a second route to the same problem: it sat on 0.1.0, which pins@telegraph/comboboxat 0.5.0, so consumers received two copies of the combobox. Moving it to 0.2.0 leaves one.62205a1: Name the Slack channel combobox trigger without changing what it renders
The trigger announced the raw Slack channel id, because an option's accessible name is derived from its children and these render an icon beside the name. The component now passes its own
aria-label, which the trigger spreads over the one it derives, so the channel icon and the layout stay exactly as they were.guide-example@0.0.90
Patch Changes
ms-teams-connect-example@0.0.77
Patch Changes
nextjs-app-dir-example@0.0.76
Patch Changes
nextjs-example@1.2.42
Patch Changes
slack-connect-example@0.3.76
Patch Changes
slack-kit-example@0.4.74
Patch Changes