@backstage/plugin-kubernetes 0.12.12-next.2 → 0.12.13-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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @backstage/plugin-kubernetes
2
2
 
3
+ ## 0.12.13-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-kubernetes-react@0.5.13-next.0
9
+ - @backstage/plugin-permission-react@0.4.38-next.0
10
+ - @backstage/plugin-catalog-react@1.21.3-next.0
11
+ - @backstage/core-plugin-api@1.11.2-next.0
12
+ - @backstage/core-components@0.18.3-next.0
13
+ - @backstage/catalog-model@1.7.6-next.0
14
+ - @backstage/frontend-plugin-api@0.12.2-next.0
15
+ - @backstage/core-compat-api@0.5.4-next.0
16
+ - @backstage/plugin-kubernetes-common@0.9.8-next.0
17
+
18
+ ## 0.12.12
19
+
20
+ ### Patch Changes
21
+
22
+ - 99fcf98: Removed unused dependencies
23
+ - Updated dependencies
24
+ - @backstage/plugin-catalog-react@1.21.2
25
+ - @backstage/plugin-kubernetes-react@0.5.12
26
+ - @backstage/core-components@0.18.2
27
+ - @backstage/plugin-kubernetes-common@0.9.7
28
+ - @backstage/frontend-plugin-api@0.12.1
29
+ - @backstage/core-compat-api@0.5.3
30
+ - @backstage/core-plugin-api@1.11.1
31
+ - @backstage/plugin-permission-react@0.4.37
32
+
3
33
  ## 0.12.12-next.2
4
34
 
5
35
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-kubernetes";
2
- var version = "0.12.12-next.2";
2
+ var version = "0.12.13-next.0";
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.12-next.2",
3
+ "version": "0.12.13-next.0",
4
4
  "description": "A Backstage plugin that integrates towards Kubernetes",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -70,21 +70,21 @@
70
70
  "test": "backstage-cli package test"
71
71
  },
72
72
  "dependencies": {
73
- "@backstage/catalog-model": "1.7.5",
74
- "@backstage/core-compat-api": "0.5.3-next.1",
75
- "@backstage/core-components": "0.18.2-next.3",
76
- "@backstage/core-plugin-api": "1.11.1-next.0",
77
- "@backstage/frontend-plugin-api": "0.12.1-next.2",
78
- "@backstage/plugin-catalog-react": "1.21.2-next.1",
79
- "@backstage/plugin-kubernetes-common": "0.9.7-next.1",
80
- "@backstage/plugin-kubernetes-react": "0.5.12-next.2",
81
- "@backstage/plugin-permission-react": "0.4.37-next.0",
73
+ "@backstage/catalog-model": "1.7.6-next.0",
74
+ "@backstage/core-compat-api": "0.5.4-next.0",
75
+ "@backstage/core-components": "0.18.3-next.0",
76
+ "@backstage/core-plugin-api": "1.11.2-next.0",
77
+ "@backstage/frontend-plugin-api": "0.12.2-next.0",
78
+ "@backstage/plugin-catalog-react": "1.21.3-next.0",
79
+ "@backstage/plugin-kubernetes-common": "0.9.8-next.0",
80
+ "@backstage/plugin-kubernetes-react": "0.5.13-next.0",
81
+ "@backstage/plugin-permission-react": "0.4.38-next.0",
82
82
  "@material-ui/core": "^4.12.2"
83
83
  },
84
84
  "devDependencies": {
85
- "@backstage/cli": "0.34.4-next.3",
86
- "@backstage/dev-utils": "1.1.15-next.2",
87
- "@backstage/test-utils": "1.7.12-next.1",
85
+ "@backstage/cli": "0.34.5-next.0",
86
+ "@backstage/dev-utils": "1.1.17-next.0",
87
+ "@backstage/test-utils": "1.7.13-next.0",
88
88
  "@testing-library/dom": "^10.0.0",
89
89
  "@testing-library/jest-dom": "^6.0.0",
90
90
  "@testing-library/react": "^16.0.0",