Skip to content

chore(release): cut ui-kit v1.7.0 - #10283

Merged
JSONbored merged 4 commits into
mainfrom
release-please--branches--main--components--ui-kit
Aug 2, 2026
Merged

chore(release): cut ui-kit v1.7.0#10283
JSONbored merged 4 commits into
mainfrom
release-please--branches--main--components--ui-kit

Conversation

@JSONbored

Copy link
Copy Markdown
Owner

🤖 I have created a release beep boop

1.7.0 (2026-07-31)

Features

  • analytics: complete the PostHog migration — retire Umami, fix the MCP event contract (#10177) (2cafde3), closes #8293 #8299 #10175 #10176
  • ui-kit: relocate streaming-text, use-streaming-text, typing-indicator from miner-ui (#9239) (f4a0ee0)

Fixes

  • observability: group AI generations by their real trace, and attribute spend per repo (#10187) (693aed8), closes #10185
  • ui-kit: expose PaginationEllipsis More pages outside aria-hidden (#10136) (291fcd9), closes #10052
  • ui-kit: render chart tooltip zero inside tabular-nums span (#10114) (21855f2), closes #10051
  • ui-kit: stop useStreamingText cancel() from overwriting a settled status (#10121) (3d7fdbf)

Dependencies

  • ui-kit: publish the stranded recharts v3 migration, and guard the class (#9977) (c6fcee9)

This PR was generated with Release Please. See documentation.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 31, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
loopover-ui 23050b3 Commit Preview URL

Branch Preview URL
Aug 02 2026, 12:44 AM

@superagent-security

Copy link
Copy Markdown
Contributor

Superagent didn't find any vulnerabilities or security issues in this PR.

@codecov

codecov Bot commented Aug 1, 2026

Copy link
Copy Markdown

Bundle Report

Bundle size has no change ✅

@codecov

codecov Bot commented Aug 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.31%. Comparing base (d8fbcc1) to head (a829874).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #10283   +/-   ##
=======================================
  Coverage   92.31%   92.31%           
=======================================
  Files         939      939           
  Lines      114816   114816           
  Branches    27729    27729           
=======================================
  Hits       105989   105989           
  Misses       7527     7527           
  Partials     1300     1300           
Flag Coverage Δ
backend 95.71% <ø> (ø)
engine 74.26% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@JSONbored JSONbored self-assigned this Aug 1, 2026
…e manifest/lock conflict

# Conflicts:
#	.release-please-manifest.json
JSONbored added a commit that referenced this pull request Aug 2, 2026
…elease commit (#10287)

publishedSourcePrefixes includes <pkg>/package.json, and a release-please release commit is
`chore(release): …` whose entire job is to write the new version into exactly that file. So the
guard matched by construction on every release PR it ever ran against -- #10283 surfaced it, where
the flagged claim ("would merge green and then never reach npm") is exactly backwards: that commit
is the one that performs the release, and a maintainer cannot reword it because release-please
generates it. This file's own isPublishedFile note already warns that a guard firing on the
ordinary case is a guard that gets disabled.

The exemption keys on what the diff DID, not on the subject: a commit borrowing the
`chore(release):` subject while editing a dependency range or an exports map still strands a real
change, so only a manifest whose sole changed lines are the "version" field is dropped. A commit
left with no other published-source path is release-please's own and is not stranded; a mixed
commit still reports its remaining paths. An empty diff proves nothing and stays flagged, which
keeps the default accessor's behaviour unchanged.

Closes #10286
@JSONbored
JSONbored merged commit b73575f into main Aug 2, 2026
13 checks passed
@JSONbored
JSONbored deleted the release-please--branches--main--components--ui-kit branch August 2, 2026 01:49
@JSONbored

Copy link
Copy Markdown
Owner Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment