Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-05-24 11:05:52 +00:00
parent 155ffbaf7f
commit bcc563abe9
268 changed files with 3502 additions and 722 deletions
+7
View File
@@ -1,5 +1,12 @@
# @backstage/techdocs-common
## 0.11.16-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs-node@1.1.2-next.0
## 0.11.15
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/techdocs-common",
"description": "No longer maintained. Use @backstage/plugin-techdocs-node instead.",
"version": "0.11.15",
"version": "0.11.16-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -36,7 +36,7 @@
"url": "https://github.com/backstage/backstage/issues"
},
"dependencies": {
"@backstage/plugin-techdocs-node": "1.1.1"
"@backstage/plugin-techdocs-node": "1.1.2-next.0"
},
"devDependencies": {},
"jest": {