Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-03-09 16:09:04 +00:00
parent 6573a26382
commit 1693f2dc74
248 changed files with 2302 additions and 737 deletions
+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.11",
"version": "0.11.12-next.0",
"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.11"
"@backstage/plugin-techdocs-node": "^0.11.12-next.0"
},
"devDependencies": {},
"jest": {