Version Packages

This commit is contained in:
github-actions[bot]
2025-10-14 15:29:54 +00:00
parent a1e82d634b
commit d6ce2db9ca
470 changed files with 4698 additions and 1065 deletions
+16
View File
@@ -1,5 +1,21 @@
# @backstage/plugin-mui-to-bui
## 0.2.0
### Minor Changes
- d5cbdba: This is the first release of the Material UI to Backstage UI migration helper plugin. It adds a new page at `/mui-to-bui` that converts an existing MUI v5 theme into Backstage UI (BUI) CSS variables, with live preview and copy/download.
### Patch Changes
- 28ee81c: Fix invalid conversion for `--bui-bg` variable
- Updated dependencies
- @backstage/ui@0.8.0
- @backstage/frontend-plugin-api@0.12.1
- @backstage/theme@0.7.0
- @backstage/core-compat-api@0.5.3
- @backstage/core-plugin-api@1.11.1
## 0.2.0-next.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-mui-to-bui",
"version": "0.2.0-next.0",
"version": "0.2.0",
"backstage": {
"role": "frontend-plugin",
"pluginId": "mui-to-bui",