Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-01-31 14:45:37 +00:00
parent 96851184fd
commit 675324ed19
324 changed files with 4630 additions and 164 deletions
+15
View File
@@ -1,5 +1,20 @@
# @backstage/plugin-kubernetes
## 0.7.8-next.1
### Patch Changes
- 145a79a15b: Condenses kubernetes ui plugin to fit more onscreen and increase visibility
- 628e2bd89a: Updated dependency `@kubernetes/client-node` to `0.18.1`.
- Updated dependencies
- @backstage/core-components@0.12.4-next.0
- @backstage/plugin-kubernetes-common@0.6.0-next.1
- @backstage/plugin-catalog-react@1.3.0-next.1
- @backstage/catalog-model@1.1.6-next.0
- @backstage/config@1.0.6
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
## 0.7.8-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-kubernetes",
"description": "A Backstage plugin that integrates towards Kubernetes",
"version": "0.7.8-next.0",
"version": "0.7.8-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",