Files
backstage/.changeset
Patrik Oldsberg 4d081452b1 Address review feedback from freben
- Use cli-defaults instead of listing individual CLI modules in
  create-app template and root package.json
- Move nodeTransform config files from cli-module-build to cli-node
  to avoid cross-module direct imports
- Rename cli-module-create-github-app to cli-module-github
- Start createCliModule init chain with Promise.resolve()
- Deduplicate exitWithError in runCliModule.ts
- Extract shared isCommandNodeHidden to @internal/cli
- Add explanatory comment for fromArray deduplication field
- Restore error for cli role packages missing bin in runCliExtraction

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
2026-03-16 12:55:22 +01:00
..
2026-02-24 03:20:29 -05:00
2026-03-04 15:24:23 +00:00
2026-02-12 15:10:30 +00:00
2026-02-20 11:18:57 +01: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-01-23 15:10:25 +00:00
2026-02-21 14:34:56 +01: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