@backstage/plugin-kubernetes 0.10.2-next.0 → 0.10.3-next.1

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,20 @@
1
1
  # @backstage/plugin-kubernetes
2
2
 
3
+ ## 0.10.3-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 6a5e04e20e6e: fix logs dialog min height
8
+ - Updated dependencies
9
+ - @backstage/plugin-kubernetes-common@0.6.6-next.0
10
+ - @backstage/plugin-catalog-react@1.8.4-next.1
11
+ - @backstage/core-components@0.13.5-next.1
12
+ - @backstage/config@1.1.0-next.0
13
+ - @backstage/catalog-model@1.4.2-next.0
14
+ - @backstage/core-plugin-api@1.6.0-next.1
15
+ - @backstage/errors@1.2.1
16
+ - @backstage/theme@0.4.1
17
+
3
18
  ## 0.10.2-next.0
4
19
 
5
20
  ### Patch Changes
package/dist/index.esm.js CHANGED
@@ -927,7 +927,7 @@ const PodLogs = ({
927
927
  Paper,
928
928
  {
929
929
  elevation: 1,
930
- style: { height: "100%", width: "100%", minHeight: "15rem" }
930
+ style: { height: "100%", width: "100%", minHeight: "55rem" }
931
931
  },
932
932
  loading && /* @__PURE__ */ React__default.createElement(Skeleton, { variant: "rect", width: "100%", height: "100%" }),
933
933
  !loading && value !== void 0 && (value.text === "" ? /* @__PURE__ */ React__default.createElement(