Version Packages
This commit is contained in:
@@ -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,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",
|
||||
|
||||
Reference in New Issue
Block a user