techdocs-backend: release schema hotfix

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-10-29 11:03:53 +02:00
parent 09217edd88
commit 4eb087ccdc
5 changed files with 10 additions and 7 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-techdocs-backend': patch
---
Make techdocs s3 publisher credentials config schema optional.
+2
View File
@@ -1,5 +1,7 @@
# @backstage/create-app
## 0.4.2
## 0.4.1
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/create-app",
"description": "A CLI that helps you create your own Backstage app",
"version": "0.4.1",
"version": "0.4.2",
"private": false,
"publishConfig": {
"access": "public"
+6
View File
@@ -1,5 +1,11 @@
# @backstage/plugin-techdocs-backend
## 0.10.7
### Patch Changes
- b45607a2ec: Make techdocs s3 publisher credentials config schema optional.
## 0.10.6
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-techdocs-backend",
"description": "The Backstage backend plugin that renders technical documentation for your components",
"version": "0.10.6",
"version": "0.10.7",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",