@backstage/plugin-mui-to-bui 0.2.6-next.2 → 0.2.7-next.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @backstage/plugin-mui-to-bui
2
2
 
3
+ ## 0.2.7-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/ui@0.15.0-next.0
9
+ - @backstage/frontend-plugin-api@0.17.0-next.0
10
+ - @backstage/core-plugin-api@1.12.6-next.0
11
+ - @backstage/theme@0.7.3
12
+
13
+ ## 0.2.6
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/ui@0.14.0
19
+ - @backstage/theme@0.7.3
20
+ - @backstage/frontend-plugin-api@0.16.0
21
+ - @backstage/core-plugin-api@1.12.5
22
+
3
23
  ## 0.2.6-next.2
4
24
 
5
25
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -21,8 +21,8 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
21
21
  title: string | undefined;
22
22
  };
23
23
  configInput: {
24
- title?: string | undefined;
25
24
  path?: string | undefined;
25
+ title?: string | undefined;
26
26
  };
27
27
  output: _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
28
28
  optional: true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-mui-to-bui",
3
- "version": "0.2.6-next.2",
3
+ "version": "0.2.7-next.0",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "mui-to-bui",
@@ -38,17 +38,17 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/core-plugin-api": "1.12.5-next.2",
42
- "@backstage/frontend-plugin-api": "0.16.0-next.2",
43
- "@backstage/theme": "0.7.3-next.0",
44
- "@backstage/ui": "0.14.0-next.2",
41
+ "@backstage/core-plugin-api": "1.12.6-next.0",
42
+ "@backstage/frontend-plugin-api": "0.17.0-next.0",
43
+ "@backstage/theme": "0.7.3",
44
+ "@backstage/ui": "0.15.0-next.0",
45
45
  "@mui/material": "^5.12.2",
46
46
  "@mui/system": "^5.16.14"
47
47
  },
48
48
  "devDependencies": {
49
- "@backstage/cli": "0.36.1-next.2",
50
- "@backstage/dev-utils": "1.1.22-next.2",
51
- "@backstage/test-utils": "1.7.17-next.2",
49
+ "@backstage/cli": "0.36.2-next.0",
50
+ "@backstage/dev-utils": "1.1.23-next.0",
51
+ "@backstage/test-utils": "1.7.18-next.0",
52
52
  "@testing-library/jest-dom": "^6.0.0",
53
53
  "@testing-library/react": "^16.0.0",
54
54
  "@types/react": "^18.0.0",