Files
backstage/.changeset
Patrik Oldsberg 18012b5802 Rename CliPlugin to CliModule and cli-plugin role to cli-module
Rename createCliPlugin to createCliModule, CliPlugin to CliModule, and
the cli-plugin package role to cli-module to better distinguish CLI
modules from other plugin types.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
2026-03-14 12:40:43 +01:00
..
2026-02-24 03:20:29 -05:00
2026-03-04 15:24:23 +00:00
2026-02-27 11:15:27 -05:00
2026-03-04 07:33:06 +01:00
2026-02-27 12:50:02 -06:00
2026-02-25 17:01:55 +00:00
2026-03-09 10:29:10 -04:00
2026-02-27 12:50:02 -06:00
2026-03-03 17:57:26 +00:00
2026-03-10 17:34:12 +00:00
2026-02-27 12:50:03 -06:00
2026-02-27 12:50:03 -06:00
2026-02-22 17:07:00 +01:00
2026-03-13 17:07:52 +00:00
2026-03-12 16:27:40 +00:00

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in our repository

We have a quick list of common questions to get you started engaging with this project in our documentation


Backstage UI Changesets

For @backstage/ui changesets, use this format:

---
'@backstage/ui': patch
---

Brief summary

Optional description with code examples.

**Migration:**

Migration instructions (breaking changes only).

**Affected components:** button, card

Required:

  • End with **Affected components:** + comma-separated component names
  • For breaking changes: Add **Migration:** section
  • No headings (##, ###) inside - use bold markers

Examples:

Fixed button hover state

**Affected components:** button
**BREAKING**: New Table API

**Migration:**

Update imports:

```diff
- import { Table } from '@backstage/ui';
+ import { Table, type ColumnConfig } from '@backstage/ui';
```

Affected components: table