@backstage/plugin-kubernetes-react 0.5.4-next.1 → 0.5.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @backstage/plugin-kubernetes-react
2
2
 
3
+ ## 0.5.4
4
+
5
+ ### Patch Changes
6
+
7
+ - f35a754: Fixed bug in string-to-integer conversion to properly handle decimal values with BigInt.
8
+ - d80b08f: Improved rendering of Kubernetes resources' metadata.
9
+ - 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
10
+ - Updated dependencies
11
+ - @backstage/core-components@0.16.4
12
+ - @backstage/plugin-kubernetes-common@0.9.3
13
+ - @backstage/core-plugin-api@1.10.4
14
+ - @backstage/catalog-model@1.7.3
15
+ - @backstage/errors@1.2.7
16
+ - @backstage/types@1.2.1
17
+
18
+ ## 0.5.4-next.2
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/core-components@0.16.4-next.1
24
+ - @backstage/plugin-kubernetes-common@0.9.3-next.1
25
+ - @backstage/catalog-model@1.7.3
26
+ - @backstage/core-plugin-api@1.10.4-next.0
27
+ - @backstage/errors@1.2.7
28
+ - @backstage/types@1.2.1
29
+
3
30
  ## 0.5.4-next.1
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-react",
3
- "version": "0.5.4-next.1",
3
+ "version": "0.5.4",
4
4
  "description": "Web library for the kubernetes-react plugin",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -62,12 +62,12 @@
62
62
  "test": "backstage-cli package test"
63
63
  },
64
64
  "dependencies": {
65
- "@backstage/catalog-model": "1.7.3",
66
- "@backstage/core-components": "0.16.4-next.0",
67
- "@backstage/core-plugin-api": "1.10.4-next.0",
68
- "@backstage/errors": "1.2.7",
69
- "@backstage/plugin-kubernetes-common": "0.9.3-next.0",
70
- "@backstage/types": "1.2.1",
65
+ "@backstage/catalog-model": "^1.7.3",
66
+ "@backstage/core-components": "^0.16.4",
67
+ "@backstage/core-plugin-api": "^1.10.4",
68
+ "@backstage/errors": "^1.2.7",
69
+ "@backstage/plugin-kubernetes-common": "^0.9.3",
70
+ "@backstage/types": "^1.2.1",
71
71
  "@kubernetes-models/apimachinery": "^2.0.0",
72
72
  "@kubernetes-models/base": "^5.0.0",
73
73
  "@kubernetes/client-node": "1.0.0-rc7",
@@ -85,9 +85,9 @@
85
85
  "xterm-addon-fit": "^0.8.0"
86
86
  },
87
87
  "devDependencies": {
88
- "@backstage/cli": "0.30.0-next.1",
89
- "@backstage/core-app-api": "1.15.5-next.0",
90
- "@backstage/test-utils": "1.7.5-next.0",
88
+ "@backstage/cli": "^0.30.0",
89
+ "@backstage/core-app-api": "^1.15.5",
90
+ "@backstage/test-utils": "^1.7.5",
91
91
  "@testing-library/jest-dom": "^6.0.0",
92
92
  "@testing-library/react": "^16.0.0",
93
93
  "@types/react": "^18.0.0",