Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-03-22 12:28:03 +00:00
parent a78f15013c
commit ad955c1b1b
255 changed files with 2255 additions and 905 deletions
+7
View File
@@ -1,5 +1,12 @@
# @backstage/techdocs-common
## 0.11.14-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs-node@1.0.1-next.0
## 0.11.13
### 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.13",
"version": "0.11.14-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.0.0"
"@backstage/plugin-techdocs-node": "1.0.1-next.0"
},
"devDependencies": {},
"jest": {