Skip to content

Commit bf53679

Browse files
authored
Merge pull request #7002 from JSONbored/release-please--branches--main--components--ui-kit
chore(release): cut ui-kit v1.1.0
2 parents 4ac395a + 872137a commit bf53679

4 files changed

Lines changed: 18 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages/loopover-mcp": "3.0.0",
33
"packages/loopover-engine": "3.1.1",
44
"packages/loopover-miner": "3.0.0",
5-
"packages/loopover-ui-kit": "1.0.0"
5+
"packages/loopover-ui-kit": "1.1.0"
66
}

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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/JSONbored/loopover/compare/ui-kit-v1.0.0...ui-kit-v1.1.0) (2026-07-17)
4+
5+
6+
### Features
7+
8+
* **ui-kit:** port state-views.tsx primitives into @loopover/ui-kit ([#6539](https://github.com/JSONbored/loopover/issues/6539)) ([8eb1933](https://github.com/JSONbored/loopover/commit/8eb193339db46199b2cfcc5894bd37d056bf0908)), closes [#6506](https://github.com/JSONbored/loopover/issues/6506)
9+
10+
11+
### Fixes
12+
13+
* **config:** scrub remaining pre-rename gittensory references ([23152da](https://github.com/JSONbored/loopover/commit/23152dafcc1bbb329bdc63606dee311cdb4267cf))
14+
* **config:** scrub remaining pre-rename gittensory references ([e4b0f8c](https://github.com/JSONbored/loopover/commit/e4b0f8cd4e24cbc7c14b157e7d660f73adca2115))
15+
* **ui:** add a shared bg-surface-code token for the always-dark code surface ([#6957](https://github.com/JSONbored/loopover/issues/6957)) ([334ee58](https://github.com/JSONbored/loopover/commit/334ee5855fd308807596826ead74b1329b385f01))
16+
317
## [1.0.0](https://github.com/JSONbored/loopover/compare/ui-kit-v0.2.0...ui-kit-v1.0.0) (2026-07-14)
418

519

packages/loopover-ui-kit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loopover/ui-kit",
3-
"version": "1.0.0",
3+
"version": "1.1.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.",
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/JSONbored/loopover/issues"
1515
},
1616
"keywords": [
17-
"design-system",
17+
"design-system",
1818
"ui"
1919
],
2020
"publishConfig": {

0 commit comments

Comments
 (0)