@backstage/plugin-kubernetes 0.12.17-next.0 → 0.12.17-next.2

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,29 @@
1
1
  # @backstage/plugin-kubernetes
2
2
 
3
+ ## 0.12.17-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.15.0-next.1
9
+ - @backstage/core-plugin-api@1.12.4-next.1
10
+ - @backstage/plugin-catalog-react@2.1.0-next.2
11
+ - @backstage/core-components@0.18.8-next.1
12
+
13
+ ## 0.12.17-next.1
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/plugin-catalog-react@2.1.0-next.1
19
+ - @backstage/catalog-model@1.7.6
20
+ - @backstage/core-components@0.18.8-next.0
21
+ - @backstage/core-plugin-api@1.12.4-next.0
22
+ - @backstage/frontend-plugin-api@0.14.2-next.0
23
+ - @backstage/plugin-kubernetes-common@0.9.10
24
+ - @backstage/plugin-kubernetes-react@0.5.17-next.0
25
+ - @backstage/plugin-permission-react@0.4.41-next.0
26
+
3
27
  ## 0.12.17-next.0
4
28
 
5
29
  ### Patch Changes
package/dist/alpha.d.ts CHANGED
@@ -128,7 +128,6 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
128
128
  }>;
129
129
  };
130
130
  params: {
131
- defaultPath?: [Error: `Use the 'path' param instead`];
132
131
  path: string;
133
132
  title?: string;
134
133
  icon?: _backstage_frontend_plugin_api.IconElement;
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-kubernetes";
2
- var version = "0.12.17-next.0";
2
+ var version = "0.12.17-next.2";
3
3
  var description = "A Backstage plugin that integrates towards Kubernetes";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes",
3
- "version": "0.12.17-next.0",
3
+ "version": "0.12.17-next.2",
4
4
  "description": "A Backstage plugin that integrates towards Kubernetes",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -71,18 +71,18 @@
71
71
  },
72
72
  "dependencies": {
73
73
  "@backstage/catalog-model": "1.7.6",
74
- "@backstage/core-components": "0.18.8-next.0",
75
- "@backstage/core-plugin-api": "1.12.4-next.0",
76
- "@backstage/frontend-plugin-api": "0.14.2-next.0",
77
- "@backstage/plugin-catalog-react": "2.0.1-next.0",
74
+ "@backstage/core-components": "0.18.8-next.1",
75
+ "@backstage/core-plugin-api": "1.12.4-next.1",
76
+ "@backstage/frontend-plugin-api": "0.15.0-next.1",
77
+ "@backstage/plugin-catalog-react": "2.1.0-next.2",
78
78
  "@backstage/plugin-kubernetes-common": "0.9.10",
79
79
  "@backstage/plugin-kubernetes-react": "0.5.17-next.0",
80
80
  "@backstage/plugin-permission-react": "0.4.41-next.0",
81
81
  "@material-ui/core": "^4.12.2"
82
82
  },
83
83
  "devDependencies": {
84
- "@backstage/cli": "0.35.5-next.0",
85
- "@backstage/dev-utils": "1.1.21-next.0",
84
+ "@backstage/cli": "0.36.0-next.2",
85
+ "@backstage/dev-utils": "1.1.21-next.1",
86
86
  "@backstage/test-utils": "1.7.16-next.0",
87
87
  "@testing-library/dom": "^10.0.0",
88
88
  "@testing-library/jest-dom": "^6.0.0",