Skip to content

chore(repo): version packages for stable - #1069

Open
knock-eng-bot wants to merge 1 commit into
mainfrom
changeset-release/main
Open

knock-eng-bot wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@knock-eng-bot

Copy link
Copy Markdown
Contributor

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 sortByDisplayName from reordering the array it is given

    The MS Teams comboboxes sorted their teams and channels in place. useMsTeamsChannels returns a reference straight into SWR's cache, so rendering MsTeamsChannelInTeamCombobox reordered 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 release

    These 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/combobox 0.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/select was a second route to the same problem: it sat on 0.1.0, which pins @telegraph/combobox at 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

  • Updated dependencies [62205a1]
  • Updated dependencies [62205a1]
  • Updated dependencies [62205a1]
    • @knocklabs/react@0.13.3

ms-teams-connect-example@0.0.77

Patch Changes

  • Updated dependencies [62205a1]
  • Updated dependencies [62205a1]
  • Updated dependencies [62205a1]
    • @knocklabs/react@0.13.3

nextjs-app-dir-example@0.0.76

Patch Changes

  • Updated dependencies [62205a1]
  • Updated dependencies [62205a1]
  • Updated dependencies [62205a1]
    • @knocklabs/react@0.13.3

nextjs-example@1.2.42

Patch Changes

  • Updated dependencies [62205a1]
  • Updated dependencies [62205a1]
  • Updated dependencies [62205a1]
    • @knocklabs/react@0.13.3

slack-connect-example@0.3.76

Patch Changes

  • Updated dependencies [62205a1]
  • Updated dependencies [62205a1]
  • Updated dependencies [62205a1]
    • @knocklabs/react@0.13.3

slack-kit-example@0.4.74

Patch Changes

  • Updated dependencies [62205a1]
  • Updated dependencies [62205a1]
  • Updated dependencies [62205a1]
    • @knocklabs/react@0.13.3

@knock-eng-bot
knock-eng-bot requested a review from a team as a code owner September 10, 2026 19:21
@knock-eng-bot
knock-eng-bot requested review from MikeCarbone and thomaswhyyou and removed request for a team September 10, 2026 19:21
@vercel

vercel Bot commented Sep 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
javascript-ms-teams-connect-example Ready Ready Preview Sep 10, 2026 7:25pm UTC
javascript-nextjs-example Ready Ready Preview Sep 10, 2026 7:25pm UTC
javascript-slack-connect-example Ready Ready Preview Sep 10, 2026 7:25pm UTC
javascript-slack-kit-example Ready Ready Preview Sep 10, 2026 7:25pm UTC

Request Review

@codecov

codecov Bot commented Sep 10, 2026

Copy link
Copy Markdown

Bundle Report

Bundle size has no change ✅

@codecov

codecov Bot commented Sep 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.38%. Comparing base (62205a1) to head (01dae56).
✅ All tests successful. No failed tests found.

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

4 active deployments
Preview – javascript-nextjs-example 01dae56d Deployed Sep 10, 2026 by vercel[bot]
Preview – javascript-slack-connect-example 01dae56d Deployed Sep 10, 2026 by vercel[bot]
Preview – javascript-ms-teams-connect-example 01dae56d Deployed Sep 10, 2026 by vercel[bot]
Preview – javascript-slack-kit-example 01dae56d Deployed Sep 10, 2026 by vercel[bot]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant