Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-10-03 10:49:45 +00:00
parent 273d182509
commit f95345c845
407 changed files with 5753 additions and 204 deletions
+15
View File
@@ -1,5 +1,20 @@
# @backstage/plugin-kubernetes-common
## 0.7.0-next.0
### Minor Changes
- 2d8151061c: Refactor Kubernetes plugins in line with ADR 11, no breaking changes yet
### Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.7.0-next.0
- @backstage/catalog-model@1.4.2
- @backstage/errors@1.2.2
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.7.8
## 0.6.6
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-kubernetes-common",
"description": "Common functionalities for kubernetes, to be shared between kubernetes and kubernetes-backend plugin",
"version": "0.6.6",
"version": "0.7.0-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",