Skip to content
Merged
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
7 changes: 7 additions & 0 deletions .changeset/v3.26.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is using the version number directly as the changeset filename intentional? Typically changesets use randomly generated names (like brave-pandas-dance.md) to avoid conflicts when multiple contributors create changesets simultaneously. This might be fine for release-specific changesets, but wanted to check if this follows your team's conventions.

"roo-cline": patch
---

- Add optional input image parameter to image generation tool (thanks @roomote!)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice touch crediting the contributors! Could we verify that the (thanks @username!) format will render correctly in the generated changelog? Different changelog generators handle attribution differently, so it might be worth confirming this aligns with your changelog configuration.

- Refactor: Flatten image generation settings structure (thanks @daniel-lxs!)
- Show console logging in vitests when the --no-silent flag is set (thanks @hassoncs!)
Loading