@backstage/plugin-mui-to-bui 0.2.1-next.1 → 0.2.1

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,16 @@
1
1
  # @backstage/plugin-mui-to-bui
2
2
 
3
+ ## 0.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 5c614ff: Updated BUI checkbox preview example to align with new component API.
8
+ - Updated dependencies
9
+ - @backstage/ui@0.9.0
10
+ - @backstage/frontend-plugin-api@0.13.0
11
+ - @backstage/core-compat-api@0.5.4
12
+ - @backstage/core-plugin-api@1.12.0
13
+
3
14
  ## 0.2.1-next.1
4
15
 
5
16
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -13,7 +13,7 @@ declare const BuiThemerPage: () => react_jsx_runtime.JSX.Element;
13
13
  declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin<{
14
14
  root: _backstage_frontend_plugin_api.RouteRef<undefined>;
15
15
  }, {}, {
16
- "page:mui-to-bui": _backstage_frontend_plugin_api.ExtensionDefinition<{
16
+ "page:mui-to-bui": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
17
17
  kind: "page";
18
18
  name: undefined;
19
19
  config: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-mui-to-bui",
3
- "version": "0.2.1-next.1",
3
+ "version": "0.2.1",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "mui-to-bui",
@@ -38,18 +38,18 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/core-compat-api": "0.5.4-next.0",
42
- "@backstage/core-plugin-api": "1.11.2-next.0",
43
- "@backstage/frontend-plugin-api": "0.12.2-next.0",
44
- "@backstage/theme": "0.7.0",
45
- "@backstage/ui": "0.9.0-next.1",
41
+ "@backstage/core-compat-api": "^0.5.4",
42
+ "@backstage/core-plugin-api": "^1.12.0",
43
+ "@backstage/frontend-plugin-api": "^0.13.0",
44
+ "@backstage/theme": "^0.7.0",
45
+ "@backstage/ui": "^0.9.0",
46
46
  "@mui/material": "^5.12.2",
47
47
  "@mui/system": "^5.16.14"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/cli": "0.34.5-next.0",
51
- "@backstage/dev-utils": "1.1.17-next.1",
52
- "@backstage/test-utils": "1.7.13-next.0",
50
+ "@backstage/cli": "^0.34.5",
51
+ "@backstage/dev-utils": "^1.1.17",
52
+ "@backstage/test-utils": "^1.7.13",
53
53
  "@testing-library/jest-dom": "^6.0.0",
54
54
  "@testing-library/react": "^16.0.0",
55
55
  "@types/react": "^18.0.0",