Version Packages

This commit is contained in:
github-actions[bot]
2025-02-18 15:19:53 +00:00
parent fd15e2ef27
commit 0df84b6ae4
472 changed files with 5560 additions and 1922 deletions
+15
View File
@@ -1,5 +1,20 @@
# @backstage/plugin-kubernetes-react
## 0.5.4
### Patch Changes
- f35a754: Fixed bug in string-to-integer conversion to properly handle decimal values with BigInt.
- d80b08f: Improved rendering of Kubernetes resources' metadata.
- 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.
- Updated dependencies
- @backstage/core-components@0.16.4
- @backstage/plugin-kubernetes-common@0.9.3
- @backstage/core-plugin-api@1.10.4
- @backstage/catalog-model@1.7.3
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
## 0.5.4-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-kubernetes-react",
"version": "0.5.4-next.2",
"version": "0.5.4",
"description": "Web library for the kubernetes-react plugin",
"backstage": {
"role": "web-library",