Skip to content

Commit 5cf35d1

Browse files
chore(release): cut ui-kit v1.0.0 (#5911)
* chore(release): cut ui-kit v1.0.0 * chore(release): sync package-lock.json --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 73d7875 commit 5cf35d1

4 files changed

Lines changed: 14 additions & 3 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": "2.0.1",
33
"packages/loopover-engine": "3.1.1",
44
"packages/loopover-miner": "2.0.0",
5-
"packages/loopover-ui-kit": "0.2.0"
5+
"packages/loopover-ui-kit": "1.0.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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/JSONbored/loopover/compare/ui-kit-v0.2.0...ui-kit-v1.0.0) (2026-07-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **build:** every gittensory-prefixed directory under apps/ and packages/ is now loopover-prefixed, and the two extension packages' npm names changed from @jsonbored/gittensory-* to @loopover/*. No dual-path/alias, per the epic's full-cutover mandate.
9+
10+
### Features
11+
12+
* **build:** Phase 5 - full-cutover rename all gittensory-* directories to loopover-* ([#5743](https://github.com/JSONbored/loopover/issues/5743)) ([81e4ac3](https://github.com/JSONbored/loopover/commit/81e4ac34dfb4dee9c3cadefcc27a515617462da9))
13+
314
## [0.2.0](https://github.com/JSONbored/gittensory/compare/ui-kit-v0.1.0...ui-kit-v0.2.0) (2026-07-14)
415

516

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": "0.2.0",
3+
"version": "1.0.0",
44
"license": "AGPL-3.0-only",
55
"type": "module",
66
"description": "Shared design-system tokens and component primitives for gittensory-ui and gittensory-miner-ui.",

0 commit comments

Comments
 (0)