@backstage/plugin-kubernetes-react 0.5.20 → 0.5.21

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,11 @@
1
1
  # @backstage/plugin-kubernetes-react
2
2
 
3
+ ## 0.5.21
4
+
5
+ ### Patch Changes
6
+
7
+ - c9777d0: Fixed the published configuration schema so that it no longer references a file that is excluded from the package. This previously caused configuration schema extraction to fail in apps that depend on this plugin.
8
+
3
9
  ## 0.5.20
4
10
 
5
11
  ### Patch Changes
package/config.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- import { PodExecTerminal } from './src/components/PodExecTerminal/PodExecTerminal';
2
1
  /*
3
2
  * Copyright 2023 The Backstage Authors
4
3
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-react",
3
- "version": "0.5.20",
3
+ "version": "0.5.21",
4
4
  "description": "Web library for the kubernetes-react plugin",
5
5
  "backstage": {
6
6
  "role": "web-library",