Version Packages

This commit is contained in:
github-actions[bot]
2022-09-20 11:52:02 +00:00
parent 2a7a21e9c5
commit 30882884a4
520 changed files with 9779 additions and 5672 deletions
+23
View File
@@ -1,5 +1,28 @@
# @backstage/plugin-techdocs-backend
## 1.3.0
### Minor Changes
- aa524a5377: Add `projectId` config option to GCP Cloud Storage techdocs publisher. This will allow users to override the project ID, instead of implicitly using the same one as found in a credentials bundle.
### Patch Changes
- 667d917488: Updated dependency `msw` to `^0.47.0`.
- 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
- bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
- Updated dependencies
- @backstage/backend-common@0.15.1
- @backstage/plugin-techdocs-node@1.4.0
- @backstage/integration@1.3.1
- @backstage/catalog-client@1.1.0
- @backstage/catalog-model@1.1.1
- @backstage/config@1.0.2
- @backstage/errors@1.1.1
- @backstage/plugin-permission-common@0.6.4
- @backstage/plugin-catalog-common@1.0.6
- @backstage/plugin-search-common@1.0.1
## 1.3.0-next.2
### Patch Changes
+14 -14
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-techdocs-backend",
"description": "The Backstage backend plugin that renders technical documentation for your components",
"version": "1.3.0-next.2",
"version": "1.3.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,16 +33,16 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "^0.15.1-next.3",
"@backstage/catalog-client": "^1.1.0-next.2",
"@backstage/catalog-model": "^1.1.1-next.0",
"@backstage/config": "^1.0.2-next.0",
"@backstage/errors": "^1.1.1-next.0",
"@backstage/integration": "^1.3.1-next.2",
"@backstage/plugin-catalog-common": "^1.0.6-next.0",
"@backstage/plugin-permission-common": "^0.6.4-next.2",
"@backstage/plugin-search-common": "^1.0.1-next.0",
"@backstage/plugin-techdocs-node": "^1.4.0-next.2",
"@backstage/backend-common": "^0.15.1",
"@backstage/catalog-client": "^1.1.0",
"@backstage/catalog-model": "^1.1.1",
"@backstage/config": "^1.0.2",
"@backstage/errors": "^1.1.1",
"@backstage/integration": "^1.3.1",
"@backstage/plugin-catalog-common": "^1.0.6",
"@backstage/plugin-permission-common": "^0.6.4",
"@backstage/plugin-search-common": "^1.0.1",
"@backstage/plugin-techdocs-node": "^1.4.0",
"@types/express": "^4.17.6",
"dockerode": "^3.3.1",
"express": "^4.17.1",
@@ -55,9 +55,9 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.28-next.3",
"@backstage/cli": "^0.19.0-next.3",
"@backstage/plugin-search-backend-node": "1.0.2-next.2",
"@backstage/backend-test-utils": "^0.1.28",
"@backstage/cli": "^0.19.0",
"@backstage/plugin-search-backend-node": "1.0.2",
"@types/dockerode": "^3.3.0",
"msw": "^0.47.0",
"supertest": "^6.1.3"