Version Packages

This commit is contained in:
github-actions[bot]
2020-12-17 10:16:33 +00:00
parent 9d7b50f2f3
commit 6e9f4d4a15
101 changed files with 862 additions and 432 deletions
+21
View File
@@ -1,5 +1,26 @@
# @backstage/create-app
## 0.2.5
### Patch Changes
- 2783ec018: In the techdocs-backend plugin (`packages/backend/src/plugins/techdocs.ts`), create a publisher using
```
const publisher = Publisher.fromConfig(config, logger, discovery);
```
instead of
```
const publisher = new LocalPublish(logger, discovery);
```
An instance of `publisher` can either be a local filesystem publisher or a Google Cloud Storage publisher.
Read more about the configs here https://backstage.io/docs/features/techdocs/configuration
(You will also have to update `techdocs.storage.type` to `local` or `googleGcs`. And `techdocs.builder` to either `local` or `external`.)
## 0.2.4
### Patch Changes
+17 -17
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/create-app",
"description": "Create app package for Backstage",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"publishConfig": {
"access": "public"
@@ -37,28 +37,28 @@
"recursive-readdir": "^2.2.2"
},
"devDependencies": {
"@backstage/backend-common": "^0.4.0",
"@backstage/catalog-model": "^0.5.0",
"@backstage/cli": "^0.4.1",
"@backstage/backend-common": "^0.4.1",
"@backstage/catalog-model": "^0.6.0",
"@backstage/cli": "^0.4.2",
"@backstage/config": "^0.1.2",
"@backstage/core": "^0.4.0",
"@backstage/plugin-api-docs": "^0.4.0",
"@backstage/core": "^0.4.1",
"@backstage/plugin-api-docs": "^0.4.1",
"@backstage/plugin-app-backend": "^0.3.3",
"@backstage/plugin-auth-backend": "^0.2.6",
"@backstage/plugin-catalog": "^0.2.6",
"@backstage/plugin-catalog-backend": "^0.4.0",
"@backstage/plugin-circleci": "^0.2.4",
"@backstage/plugin-auth-backend": "^0.2.7",
"@backstage/plugin-catalog": "^0.2.7",
"@backstage/plugin-catalog-backend": "^0.5.0",
"@backstage/plugin-circleci": "^0.2.5",
"@backstage/plugin-explore": "^0.2.2",
"@backstage/plugin-github-actions": "^0.2.4",
"@backstage/plugin-lighthouse": "^0.2.5",
"@backstage/plugin-github-actions": "^0.2.5",
"@backstage/plugin-lighthouse": "^0.2.6",
"@backstage/plugin-proxy-backend": "^0.2.3",
"@backstage/plugin-register-component": "^0.2.4",
"@backstage/plugin-register-component": "^0.2.5",
"@backstage/plugin-rollbar-backend": "^0.1.5",
"@backstage/plugin-scaffolder": "^0.3.3",
"@backstage/plugin-scaffolder-backend": "^0.3.4",
"@backstage/plugin-scaffolder": "^0.3.4",
"@backstage/plugin-scaffolder-backend": "^0.3.5",
"@backstage/plugin-tech-radar": "^0.3.1",
"@backstage/plugin-techdocs": "^0.4.0",
"@backstage/plugin-techdocs-backend": "^0.3.2",
"@backstage/plugin-techdocs": "^0.5.0",
"@backstage/plugin-techdocs-backend": "^0.4.0",
"@backstage/plugin-user-settings": "^0.2.3",
"@backstage/test-utils": "^0.1.5",
"@backstage/theme": "^0.2.2",