@backstage/plugin-home-react 0.1.35-next.1 → 0.1.35

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 +12 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @backstage/plugin-home-react
2
2
 
3
+ ## 0.1.35
4
+
5
+ ### Patch Changes
6
+
7
+ - 90956a6: Support new frontend system in the homepage plugin
8
+ - a7e0d50: Updated `react-router-dom` peer dependency to `^6.30.2` and explicitly disabled v7 future flags to suppress deprecation warnings.
9
+ - Updated dependencies
10
+ - @backstage/core-components@0.18.7
11
+ - @backstage/core-compat-api@0.5.8
12
+ - @backstage/frontend-plugin-api@0.14.0
13
+ - @backstage/core-plugin-api@1.12.3
14
+
3
15
  ## 0.1.35-next.1
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-home-react",
3
- "version": "0.1.35-next.1",
3
+ "version": "0.1.35",
4
4
  "description": "A Backstage plugin that contains react components helps you build a home page",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -63,16 +63,16 @@
63
63
  "test": "backstage-cli package test"
64
64
  },
65
65
  "dependencies": {
66
- "@backstage/core-compat-api": "0.5.8-next.2",
67
- "@backstage/core-components": "0.18.7-next.2",
68
- "@backstage/core-plugin-api": "1.12.3-next.1",
69
- "@backstage/frontend-plugin-api": "0.14.0-next.2",
66
+ "@backstage/core-compat-api": "^0.5.8",
67
+ "@backstage/core-components": "^0.18.7",
68
+ "@backstage/core-plugin-api": "^1.12.3",
69
+ "@backstage/frontend-plugin-api": "^0.14.0",
70
70
  "@material-ui/core": "^4.12.2",
71
71
  "@material-ui/icons": "^4.9.1",
72
72
  "@rjsf/utils": "5.24.13"
73
73
  },
74
74
  "devDependencies": {
75
- "@backstage/cli": "0.35.4-next.2",
75
+ "@backstage/cli": "^0.35.4",
76
76
  "@types/react": "^18.0.0",
77
77
  "@types/react-grid-layout": "^1.3.2",
78
78
  "react": "^18.0.2",