@backstage/plugin-mui-to-bui 0.0.0-nightly-20250930023828 → 0.0.0-nightly-20251002023820

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -6
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-mui-to-bui
2
2
 
3
- ## 0.0.0-nightly-20250930023828
3
+ ## 0.0.0-nightly-20251002023820
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,8 +9,20 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies
12
- - @backstage/ui@0.0.0-nightly-20250930023828
13
- - @backstage/theme@0.0.0-nightly-20250930023828
14
- - @backstage/core-compat-api@0.0.0-nightly-20250930023828
15
- - @backstage/frontend-plugin-api@0.0.0-nightly-20250930023828
16
- - @backstage/core-plugin-api@0.0.0-nightly-20250930023828
12
+ - @backstage/ui@0.0.0-nightly-20251002023820
13
+ - @backstage/theme@0.0.0-nightly-20251002023820
14
+ - @backstage/core-compat-api@0.0.0-nightly-20251002023820
15
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20251002023820
16
+ - @backstage/core-plugin-api@0.0.0-nightly-20251002023820
17
+
18
+ ## 0.2.0-next.0
19
+
20
+ ### Minor Changes
21
+
22
+ - 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.
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies
27
+ - @backstage/ui@0.7.2-next.1
28
+ - @backstage/theme@0.6.9-next.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-mui-to-bui",
3
- "version": "0.0.0-nightly-20250930023828",
3
+ "version": "0.0.0-nightly-20251002023820",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "mui-to-bui",
@@ -19,7 +19,7 @@
19
19
  "repository": {
20
20
  "type": "git",
21
21
  "url": "https://github.com/backstage/backstage",
22
- "directory": "plugins/bui-themer"
22
+ "directory": "plugins/mui-to-bui"
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "sideEffects": false,
@@ -38,18 +38,18 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/core-compat-api": "0.0.0-nightly-20250930023828",
42
- "@backstage/core-plugin-api": "0.0.0-nightly-20250930023828",
43
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20250930023828",
44
- "@backstage/theme": "0.0.0-nightly-20250930023828",
45
- "@backstage/ui": "0.0.0-nightly-20250930023828",
41
+ "@backstage/core-compat-api": "0.0.0-nightly-20251002023820",
42
+ "@backstage/core-plugin-api": "0.0.0-nightly-20251002023820",
43
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20251002023820",
44
+ "@backstage/theme": "0.0.0-nightly-20251002023820",
45
+ "@backstage/ui": "0.0.0-nightly-20251002023820",
46
46
  "@mui/material": "^5.12.2",
47
47
  "@mui/system": "^5.16.14"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/cli": "0.0.0-nightly-20250930023828",
51
- "@backstage/dev-utils": "0.0.0-nightly-20250930023828",
52
- "@backstage/test-utils": "0.0.0-nightly-20250930023828",
50
+ "@backstage/cli": "0.0.0-nightly-20251002023820",
51
+ "@backstage/dev-utils": "0.0.0-nightly-20251002023820",
52
+ "@backstage/test-utils": "0.0.0-nightly-20251002023820",
53
53
  "@testing-library/jest-dom": "^6.0.0",
54
54
  "@testing-library/react": "^16.0.0",
55
55
  "@types/react": "^18.0.0",