Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-11-21 15:13:12 +00:00
parent f123f010e5
commit 8ece80419a
447 changed files with 6696 additions and 293 deletions
+18
View File
@@ -1,5 +1,23 @@
# @backstage/plugin-techdocs-node
## 1.11.0-next.0
### Minor Changes
- d15d483a49: Add command `--runAsDefaultUser` for `@techdocs/cli generate` to bypass running the docker builds as host user for macOS and Linux.
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0-next.0
- @backstage/integration@1.8.0-next.0
- @backstage/backend-plugin-api@0.6.8-next.0
- @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.8
## 1.10.0
### Minor 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.10.0",
"version": "1.11.0-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {