Version Packages

This commit is contained in:
github-actions[bot]
2023-12-19 13:39:54 +00:00
parent 7615a4c90b
commit a9801a3ec9
706 changed files with 7721 additions and 2335 deletions
+21
View File
@@ -1,5 +1,26 @@
# @backstage/plugin-techdocs-node
## 1.11.0
### Minor Changes
- d15d483: Add command `--runAsDefaultUser` for `@techdocs/cli generate` to bypass running the docker builds as host user for macOS and Linux.
### Patch Changes
- 99fb541: Updated dependency `@azure/identity` to `^4.0.0`.
- 2666675: Updated dependency `@google-cloud/storage` to `^7.0.0`.
- 4f773c1: Bumped the default TechDocs docker image version to the latest which was released several month ago
- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/integration@1.8.0
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration-aws-node@0.1.8
- @backstage/plugin-search-common@1.2.9
## 1.11.0-next.3
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-techdocs-node",
"description": "Common node.js functionalities for TechDocs, to be shared between techdocs-backend plugin and techdocs-cli",
"version": "1.11.0-next.3",
"version": "1.11.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {