Skip to content

chore: add changeset for the toast hover-pause stack fix#223

Merged
mikemilla merged 1 commit into
mainfrom
mike/toast-hover-stack-changeset
Jul 24, 2026
Merged

chore: add changeset for the toast hover-pause stack fix#223
mikemilla merged 1 commit into
mainfrom
mike/toast-hover-stack-changeset

Conversation

@mikemilla

Copy link
Copy Markdown
Collaborator

Why

#222 merged without a changeset. With no pending changeset, changeset publish had nothing to bump and tried to re-publish the versions already on npm, so the Release run failed on all 10 packages:

No changesets found. Attempting to publish any unpublished packages to npm
npm error You cannot publish over the previously published versions: 2.1.10.
packages failed to publish:  @trycourier/courier-ui-toast@2.1.10  (+ 9 others)

(run 30127863348)

Net effect: the fix is on main, but @trycourier/courier-ui-toast@latest on npm is still 2.1.10 — the pre-fix build from #220 — so consumers still have the bug.

What this does

Adds the missing patch changeset for @trycourier/courier-ui-toast. yarn changeset status --verbose on this branch:

Packages to be bumped at patch
- @trycourier/courier-ui-toast 2.1.11
  - .changeset/quiet-lamps-wander.md
- @trycourier/courier-angular 1.0.4
- @trycourier/courier-react 9.2.7
- @trycourier/courier-react-17 9.2.7
- @trycourier/courier-react-components 2.2.7
- @trycourier/courier-vue 1.0.4

Only courier-ui-toast is listed in the changeset — the rest are updateInternalDependencies: patch cascades that changesets applies at version time.

Merging this opens a "Version Packages" PR; merging that publishes 2.1.11.

Note on the earlier red run

"Version Packages (#221)" also shows a failure, but that one did publish — npm has 2.1.10 and its siblings. It exited non-zero because a subset of packages reported "already published" within the same run. Don't confuse it with the run above, which published nothing.

🤖 Generated with Claude Code

#222 merged without a changeset, so nothing was bumped and the Release run
failed trying to re-publish versions already on npm — the fix is on main but
consumers still get the pre-fix courier-ui-toast@2.1.10.

Patch bump on courier-ui-toast; changesets cascades the dependent bumps
(courier-react/react-17/react-components/vue/angular) at version time.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@changeset-bot

changeset-bot Bot commented Jul 24, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: ace7e39

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 6 packages
Name Type
@trycourier/courier-ui-toast Patch
@trycourier/courier-react-components Patch
@trycourier/courier-react Patch
@trycourier/courier-react-17 Patch
@trycourier/courier-vue Patch
@trycourier/courier-angular Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel

vercel Bot commented Jul 24, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
courier-web-designer Building Building Preview, Comment Jul 24, 2026 10:13pm

Request Review

@mikemilla
mikemilla merged commit ad996b3 into main Jul 24, 2026
9 of 11 checks passed
@mikemilla
mikemilla deleted the mike/toast-hover-stack-changeset branch July 24, 2026 22:14
@github-actions github-actions Bot mentioned this pull request Jul 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant