Version Packages

This commit is contained in:
github-actions[bot]
2023-06-20 13:54:09 +00:00
parent 91fd39cd7e
commit bc0c4bc64c
575 changed files with 6299 additions and 1817 deletions
+16
View File
@@ -1,5 +1,21 @@
# @backstage/plugin-techdocs-node
## 1.7.2
### Patch Changes
- b43e030911f2: Upgrade `@azure/identity` to support using Workload Identity to authenticate against Azure.
- 7d4a09304f67: Use latest techdocs docker image by default. The latest image contains security updates.
- 5f2c38c70f5b: Fix SNYK-JS-FASTXMLPARSER-5668858 (`fast-xml-parser`) by upgrading aws-sdk to at least the current latest version.
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/integration-aws-node@0.1.4
- @backstage/integration@1.5.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/config@1.0.8
- @backstage/plugin-search-common@1.2.4
## 1.7.2-next.2
### 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.7.2-next.2",
"version": "1.7.2",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {