Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-08-02 08:43:23 +00:00
parent 536c58a5e2
commit f762386d48
104 changed files with 739 additions and 158 deletions
+8
View File
@@ -1,5 +1,13 @@
# @techdocs/cli
## 1.1.4-next.1
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.15.0-next.1
- @backstage/plugin-techdocs-node@1.3.0-next.1
## 1.1.4-next.0
### Patch Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@techdocs/cli",
"description": "Utility CLI for managing TechDocs sites in Backstage.",
"version": "1.1.4-next.0",
"version": "1.1.4-next.1",
"private": false,
"publishConfig": {
"access": "public"
@@ -62,11 +62,11 @@
"ext": "ts"
},
"dependencies": {
"@backstage/backend-common": "^0.15.0-next.0",
"@backstage/backend-common": "^0.15.0-next.1",
"@backstage/catalog-model": "^1.1.0",
"@backstage/cli-common": "^0.1.9",
"@backstage/config": "^1.0.1",
"@backstage/plugin-techdocs-node": "^1.2.1-next.0",
"@backstage/plugin-techdocs-node": "^1.3.0-next.1",
"@types/dockerode": "^3.3.0",
"commander": "^9.1.0",
"dockerode": "^3.3.1",