Files
backstage/.changeset
Patrik Oldsberg f1b1cedb70 Merge pull request #30967 from davidfestal/runtime-module-federation-enablement
Runtime module federation enablement
2026-02-13 01:13:25 +01:00
..
2026-02-12 21:49:32 +00:00
2026-02-11 09:58:39 +00:00
2026-02-06 14:05:27 +00:00
2026-01-27 12:21:50 +00:00
2026-01-23 10:55:37 +00:00
2026-02-12 23:40:49 +00:00
2026-02-11 10:36:32 +00:00
2025-12-19 13:17:32 -07:00
2026-02-06 07:58:19 +05:30
2026-02-10 23:59:40 +01:00
2026-01-22 12:58:08 +01:00
2025-12-11 23:55:11 +01:00
2026-01-23 12:06:21 +01:00
2026-01-22 12:58:08 +01:00
2026-02-11 13:06:57 +01:00
2026-01-23 15:10:25 +00:00
2026-01-27 14:54:19 +01:00
2026-01-30 18:08:20 +00:00
2026-02-09 21:59:26 +01:00
2026-01-27 12:21:50 +00:00
2026-01-23 12:06:21 +01:00
2026-01-20 10:49:00 -05:00
2026-01-26 13:52:02 +01: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