@backstage/plugin-home-react 0.1.9 → 0.1.11
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 +16 -0
- package/dist/index.d.ts +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @backstage/plugin-home-react
|
|
2
2
|
|
|
3
|
+
## 0.1.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/core-components@0.14.3
|
|
9
|
+
- @backstage/core-plugin-api@1.9.1
|
|
10
|
+
|
|
11
|
+
## 0.1.10
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
- @backstage/core-components@0.14.2
|
|
17
|
+
- @backstage/core-plugin-api@1.9.1
|
|
18
|
+
|
|
3
19
|
## 0.1.9
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -80,4 +80,4 @@ declare function createCardExtension<T>(options: {
|
|
|
80
80
|
settings?: CardSettings;
|
|
81
81
|
}): _backstage_core_plugin_api.Extension<(props: CardExtensionProps<T>) => React.JSX.Element>;
|
|
82
82
|
|
|
83
|
-
export { CardConfig, CardExtensionProps, CardLayout, CardSettings, ComponentParts, ComponentRenderer, RendererProps, SettingsModal, createCardExtension };
|
|
83
|
+
export { type CardConfig, type CardExtensionProps, type CardLayout, type CardSettings, type ComponentParts, type ComponentRenderer, type RendererProps, SettingsModal, createCardExtension };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-home-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.11",
|
|
4
4
|
"description": "A Backstage plugin that contains react components helps you build a home page",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "web-library"
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"test": "backstage-cli package test"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@backstage/core-components": "^0.14.
|
|
40
|
+
"@backstage/core-components": "^0.14.3",
|
|
41
41
|
"@backstage/core-plugin-api": "^1.9.1",
|
|
42
42
|
"@material-ui/core": "^4.12.2",
|
|
43
43
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@types/react": "^16.13.1 || ^17.0.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@backstage/cli": "^0.26.
|
|
48
|
+
"@backstage/cli": "^0.26.2",
|
|
49
49
|
"@types/react-grid-layout": "^1.3.2"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|