Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-03-22 12:28:03 +00:00
parent a78f15013c
commit ad955c1b1b
255 changed files with 2255 additions and 905 deletions
+14
View File
@@ -1,5 +1,19 @@
# @backstage/plugin-techdocs-backend
## 1.0.1-next.0
### Patch Changes
- 7762d54200: Fixed a bug affecting those with cache enabled that would result in empty content being cached if the first attempt to load a static asset from storage were made via a `HEAD` request, rather than a `GET` request.
- Updated dependencies
- @backstage/catalog-model@1.0.1-next.0
- @backstage/plugin-search-common@0.3.3-next.0
- @backstage/backend-common@0.13.2-next.0
- @backstage/integration@1.0.1-next.0
- @backstage/catalog-client@1.0.1-next.0
- @backstage/plugin-techdocs-node@1.0.1-next.0
- @backstage/plugin-catalog-common@1.0.1-next.0
## 1.0.0
### Major Changes
+11 -11
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.0.0",
"version": "1.0.1-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,15 +34,15 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "^0.13.1",
"@backstage/catalog-client": "^1.0.0",
"@backstage/catalog-model": "^1.0.0",
"@backstage/backend-common": "^0.13.2-next.0",
"@backstage/catalog-client": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/config": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.0.0",
"@backstage/plugin-catalog-common": "^1.0.0",
"@backstage/plugin-search-common": "^0.3.2",
"@backstage/plugin-techdocs-node": "^1.0.0",
"@backstage/integration": "^1.0.1-next.0",
"@backstage/plugin-catalog-common": "^1.0.1-next.0",
"@backstage/plugin-search-common": "^0.3.3-next.0",
"@backstage/plugin-techdocs-node": "^1.0.1-next.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.22",
"@backstage/cli": "^0.16.0",
"@backstage/plugin-search-backend-node": "0.5.2",
"@backstage/backend-test-utils": "^0.1.23-next.0",
"@backstage/cli": "^0.16.1-next.0",
"@backstage/plugin-search-backend-node": "0.5.3-next.0",
"@types/dockerode": "^3.3.0",
"msw": "^0.35.0",
"supertest": "^6.1.3"