Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.1"
".": "0.2.2"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.2.2](https://github.com/linchpin/ui/compare/v0.2.1...v0.2.2) (2026-09-21)


### Bug Fixes 🐛

* **LINCHPIN-5644:** Size menu icons that arrive without a size of their own ([bad61b0](https://github.com/linchpin/ui/commit/bad61b031703a32e8f821191a98423ff3f5f3596))


### Changes to Existing Features 💅

* **LINCHPIN-5644:** Put the bar in Linchpin blue and the ink in black ([ce4505b](https://github.com/linchpin/ui/commit/ce4505b3ab14d7923109b34b4cdb519c1079bdda))
* **LINCHPIN-5644:** Run the page panel edge to edge and inset it once ([8dcd813](https://github.com/linchpin/ui/commit/8dcd81337af0b1c911a1c9dbf7ccb5d4eaa2f44a))

## [0.2.1](https://github.com/linchpin/ui/compare/v0.2.0...v0.2.1) (2026-09-21)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Linchpin's admin component library for WordPress plugins — the chrome and the
See [CHANGELOG.md](CHANGELOG.md) for release history.

<!-- x-release-please-start-version -->
## Latest Release: 0.2.1
## Latest Release: 0.2.2
<!-- x-release-please-end -->

| Workflow | Status |
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linchpinagency/ui",
"version": "0.2.1",
"version": "0.2.2",
"description": "Linchpin's admin component library for WordPress plugins — the chrome and the brand, on top of @wordpress/admin-ui.",
"author": "Linchpin <sayhi@linchpin.com>",
"license": "GPL-2.0-or-later",
Expand Down