Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-03-22 12:28:03 +00:00
parent a78f15013c
commit ad955c1b1b
255 changed files with 2255 additions and 905 deletions
+7
View File
@@ -1,5 +1,12 @@
# @backstage/plugin-kubernetes-common
## 0.2.9-next.0
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.0.1-next.0
## 0.2.8
### Patch Changes
+3 -3
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.2.8",
"version": "0.2.9-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -38,11 +38,11 @@
"url": "https://github.com/backstage/backstage/issues"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.0",
"@backstage/catalog-model": "^1.0.1-next.0",
"@kubernetes/client-node": "^0.16.0"
},
"devDependencies": {
"@backstage/cli": "^0.16.0"
"@backstage/cli": "^0.16.1-next.0"
},
"jest": {
"roots": [