Skip to content

Commit 2c2ec33

Browse files
committed
chore(release): cut ui-kit v1.1.2
1 parent ee7eed6 commit 2c2ec33

3 files changed

Lines changed: 11 additions & 2 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.11.0",
33
"packages/loopover-engine": "3.11.0",
44
"packages/loopover-miner": "3.11.0",
5-
"packages/loopover-ui-kit": "1.1.1"
5+
"packages/loopover-ui-kit": "1.1.2"
66
}

packages/loopover-ui-kit/CHANGELOG.md

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

3+
## [1.1.2](https://github.com/JSONbored/loopover/compare/ui-kit-v1.1.1...ui-kit-v1.1.2) (2026-07-24)
4+
5+
6+
### Fixes
7+
8+
* **ui-kit:** don't hijack Cmd/Ctrl+B Bold in text fields (SidebarProvider) ([#8305](https://github.com/JSONbored/loopover/issues/8305)) ([#8341](https://github.com/JSONbored/loopover/issues/8341)) ([2ae66d6](https://github.com/JSONbored/loopover/commit/2ae66d69602f0812a971c0e95ed57cb897f465ba))
9+
* **ui-kit:** give PaginationLink's aria-disabled a real visual/interaction effect ([#8359](https://github.com/JSONbored/loopover/issues/8359)) ([ee7eed6](https://github.com/JSONbored/loopover/commit/ee7eed649ce970a5545e9b68bca90f7a3446eb1b)), closes [#8307](https://github.com/JSONbored/loopover/issues/8307)
10+
* **ui-kit:** move focus ring to focus-visible on Select/Dialog/Sheet/NavigationMenu ([#8335](https://github.com/JSONbored/loopover/issues/8335)) ([3f081c4](https://github.com/JSONbored/loopover/commit/3f081c49abfece478fe937e714d508a8f2be8d51)), closes [#8304](https://github.com/JSONbored/loopover/issues/8304)
11+
312
## [1.1.1](https://github.com/JSONbored/loopover/compare/ui-kit-v1.1.0...ui-kit-v1.1.1) (2026-07-23)
413

514

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.1.1",
3+
"version": "1.1.2",
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)