Skip to content

Commit b73575f

Browse files
chore(release): cut ui-kit v1.7.0 (#10283)
* chore(release): cut ui-kit v1.7.0 * chore(release): sync package-lock.json --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d8fbcc1 commit b73575f

4 files changed

Lines changed: 24 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages/loopover-mcp": "3.21.2",
44
"packages/loopover-engine": "3.21.2",
55
"packages/loopover-miner": "3.21.2",
6-
"packages/loopover-ui-kit": "1.6.0"
6+
"packages/loopover-ui-kit": "1.7.0"
77
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/loopover-ui-kit/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [1.7.0](https://github.com/JSONbored/loopover/compare/ui-kit-v1.6.0...ui-kit-v1.7.0) (2026-07-31)
4+
5+
6+
### Features
7+
8+
* **analytics:** complete the PostHog migration — retire Umami, fix the MCP event contract ([#10177](https://github.com/JSONbored/loopover/issues/10177)) ([2cafde3](https://github.com/JSONbored/loopover/commit/2cafde31b127d6a4b5d1083d72e5b1184ed78f7d)), closes [#8293](https://github.com/JSONbored/loopover/issues/8293) [#8299](https://github.com/JSONbored/loopover/issues/8299) [#10175](https://github.com/JSONbored/loopover/issues/10175) [#10176](https://github.com/JSONbored/loopover/issues/10176)
9+
* **ui-kit:** relocate streaming-text, use-streaming-text, typing-indicator from miner-ui ([#9239](https://github.com/JSONbored/loopover/issues/9239)) ([f4a0ee0](https://github.com/JSONbored/loopover/commit/f4a0ee0c23b2ec11797d07a0edf825deb53e0e75))
10+
11+
12+
### Fixes
13+
14+
* **observability:** group AI generations by their real trace, and attribute spend per repo ([#10187](https://github.com/JSONbored/loopover/issues/10187)) ([693aed8](https://github.com/JSONbored/loopover/commit/693aed823b9fb51518ce6649cc610a17ded86e9c)), closes [#10185](https://github.com/JSONbored/loopover/issues/10185)
15+
* **ui-kit:** expose PaginationEllipsis More pages outside aria-hidden ([#10136](https://github.com/JSONbored/loopover/issues/10136)) ([291fcd9](https://github.com/JSONbored/loopover/commit/291fcd9b2b7a9107825ff836aca5ad39268eb102)), closes [#10052](https://github.com/JSONbored/loopover/issues/10052)
16+
* **ui-kit:** render chart tooltip zero inside tabular-nums span ([#10114](https://github.com/JSONbored/loopover/issues/10114)) ([21855f2](https://github.com/JSONbored/loopover/commit/21855f2dd6faa493de33b89d379cff7ec5ae807c)), closes [#10051](https://github.com/JSONbored/loopover/issues/10051)
17+
* **ui-kit:** stop useStreamingText cancel() from overwriting a settled status ([#10121](https://github.com/JSONbored/loopover/issues/10121)) ([3d7fdbf](https://github.com/JSONbored/loopover/commit/3d7fdbf4eefb2d5a626b4174ef1bc45e6c0209f1))
18+
19+
20+
### Dependencies
21+
22+
* **ui-kit:** publish the stranded recharts v3 migration, and guard the class ([#9977](https://github.com/JSONbored/loopover/issues/9977)) ([c6fcee9](https://github.com/JSONbored/loopover/commit/c6fcee9908b9e354cafbf1a188ba3cb889c0dd44))
23+
324
## [1.6.0](https://github.com/JSONbored/loopover/compare/ui-kit-v1.5.1...ui-kit-v1.6.0) (2026-07-31)
425

526

packages/loopover-ui-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loopover/ui-kit",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"license": "AGPL-3.0-only",
55
"type": "module",
66
"description": "Shared design-system tokens and component primitives for loopover-ui and loopover-miner-ui.",

0 commit comments

Comments
 (0)