@backstage/plugin-home-react 0.1.26-next.2 → 0.1.27-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @backstage/plugin-home-react
2
2
 
3
+ ## 0.1.27-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.17.3-next.0
9
+ - @backstage/core-plugin-api@1.10.7
10
+
11
+ ## 0.1.26
12
+
13
+ ### Patch Changes
14
+
15
+ - 16eb4bf: Export ContentModal from `@backstage/plugin-home-react` so people can use this in other scenarios.
16
+ Renamed `CatalogReactComponentsNameToClassKey` to `PluginHomeComponentsNameToClassKey` in `overridableComponents.ts`
17
+
18
+ Made QuickStartCard `docsLinkTitle` prop more flexible to allow for any React.JSX.Element instead of just a string.
19
+ Added QuickStartCard prop `additionalContent` which can eventually replace the prop `video`.
20
+
21
+ - Updated dependencies
22
+ - @backstage/core-components@0.17.2
23
+ - @backstage/core-plugin-api@1.10.7
24
+
3
25
  ## 0.1.26-next.2
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-home-react",
3
- "version": "0.1.26-next.2",
3
+ "version": "0.1.27-next.0",
4
4
  "description": "A Backstage plugin that contains react components helps you build a home page",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -42,14 +42,14 @@
42
42
  "test": "backstage-cli package test"
43
43
  },
44
44
  "dependencies": {
45
- "@backstage/core-components": "0.17.2-next.1",
46
- "@backstage/core-plugin-api": "1.10.7-next.0",
45
+ "@backstage/core-components": "0.17.3-next.0",
46
+ "@backstage/core-plugin-api": "1.10.7",
47
47
  "@material-ui/core": "^4.12.2",
48
48
  "@material-ui/icons": "^4.9.1",
49
49
  "@rjsf/utils": "5.23.2"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/cli": "0.32.1-next.3",
52
+ "@backstage/cli": "0.33.0-next.1",
53
53
  "@types/react": "^18.0.0",
54
54
  "@types/react-grid-layout": "^1.3.2",
55
55
  "react": "^18.0.2",