Version Packages

This commit is contained in:
github-actions[bot]
2021-03-25 17:46:13 +00:00
parent 078f7dfe69
commit 844da89090
103 changed files with 607 additions and 438 deletions
+6
View File
@@ -1,5 +1,11 @@
# @backstage/plugin-kubernetes-backend
## 0.3.2
### Patch Changes
- a2a3c7803: Bump `@kubernetes/client-node` from `^0.13.2` to `^0.14.0`.
## 0.3.1
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-kubernetes-backend",
"version": "0.3.1",
"version": "0.3.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -52,7 +52,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.6.5",
"@backstage/cli": "^0.6.6",
"@types/aws4": "^1.5.1",
"supertest": "^4.0.2"
},