Version Packages

Signed-off-by: Christopher Diaz <cdiaz@rvohealth.com>
This commit is contained in:
github-actions[bot]
2023-05-16 09:38:40 +00:00
committed by Christopher Diaz
parent 8a340bfb03
commit f7c247c7a7
491 changed files with 5840 additions and 1422 deletions
+14
View File
@@ -1,5 +1,19 @@
# @backstage/plugin-techdocs-node
## 1.7.1
### Patch Changes
- 3659c71c5d9: Standardize `@aws-sdk` v3 versions
- Updated dependencies
- @backstage/backend-common@0.18.5
- @backstage/integration@1.4.5
- @backstage/integration-aws-node@0.1.3
- @backstage/catalog-model@1.3.0
- @backstage/config@1.0.7
- @backstage/errors@1.1.5
- @backstage/plugin-search-common@1.2.3
## 1.7.1-next.1
### 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.1-next.1",
"version": "1.7.1",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {