Version Packages

This commit is contained in:
github-actions[bot]
2022-03-10 11:30:23 +00:00
parent 1e06a60695
commit b6d947b67f
321 changed files with 2243 additions and 1675 deletions
+11
View File
@@ -1,5 +1,16 @@
# @backstage/techdocs-common
## 0.11.12
### Patch Changes
- cea6f10b97: **DEPRECATION**
The `@backstage/techdocs-common` package is being renamed `@backstage/plugin-techdocs-node`. We may continue to publish changes to `@backstage/techdocs-common` for a time, but will stop doing so in the near future. If you depend on this package, you should update your dependencies to point at the renamed package.
- Updated dependencies
- @backstage/plugin-techdocs-node@0.11.12
## 0.11.12-next.0
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/techdocs-common",
"description": "Common node.js functionalities for TechDocs, to be shared between techdocs-backend plugin and techdocs-cli",
"version": "0.11.12-next.0",
"version": "0.11.12",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -40,7 +40,7 @@
"url": "https://github.com/backstage/backstage/issues"
},
"dependencies": {
"@backstage/plugin-techdocs-node": "^0.11.12-next.0"
"@backstage/plugin-techdocs-node": "^0.11.12"
},
"devDependencies": {},
"jest": {