Version Packages

This commit is contained in:
github-actions[bot]
2021-03-31 12:21:12 +00:00
parent 39f41287d2
commit 8e00ab7e63
72 changed files with 410 additions and 262 deletions
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-kafka-backend
## 0.2.3
### Patch Changes
- f03a52f5b: Add support for SASL authentication & SSL boolean config.
- Updated dependencies [8488a1a96]
- Updated dependencies [37e3a69f5]
- @backstage/catalog-model@0.7.5
- @backstage/backend-common@0.6.1
## 0.2.2
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-kafka-backend",
"version": "0.2.2",
"version": "0.2.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,8 +31,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.6.0",
"@backstage/catalog-model": "^0.7.3",
"@backstage/backend-common": "^0.6.1",
"@backstage/catalog-model": "^0.7.5",
"@backstage/config": "^0.1.4",
"@types/express": "^4.17.6",
"express": "^4.17.1",