Skip to content

Commit 6b997e2

Browse files
committed
chore(release): cut ui-kit v1.1.2
1 parent 2ae66d6 commit 6b997e2

3 files changed

Lines changed: 10 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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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:** 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)
10+
311
## [1.1.1](https://github.com/JSONbored/loopover/compare/ui-kit-v1.1.0...ui-kit-v1.1.1) (2026-07-23)
412

513

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)