Version Packages
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
# @techdocs/cli
|
||||
|
||||
## 0.8.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- e0a69ba49f: build(deps): bump `fs-extra` from 9.1.0 to 10.0.1
|
||||
- 91bf1e6c1a: Use `@backstage/plugin-techdocs-node` package instead of `@backstage/techdocs-common`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.13.0
|
||||
- @backstage/plugin-techdocs-node@0.11.12
|
||||
- @backstage/catalog-model@0.13.0
|
||||
|
||||
## 0.8.17-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@techdocs/cli",
|
||||
"description": "Utility CLI for managing TechDocs sites in Backstage.",
|
||||
"version": "0.8.17-next.0",
|
||||
"version": "0.8.17",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
@@ -37,7 +37,7 @@
|
||||
"techdocs-cli": "bin/techdocs-cli"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.15.2-next.0",
|
||||
"@backstage/cli": "^0.15.2",
|
||||
"@types/commander": "^2.12.2",
|
||||
"@types/fs-extra": "^9.0.6",
|
||||
"@types/http-proxy": "^1.17.4",
|
||||
@@ -62,11 +62,11 @@
|
||||
"ext": "ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.0-next.0",
|
||||
"@backstage/catalog-model": "^0.13.0-next.0",
|
||||
"@backstage/backend-common": "^0.13.0",
|
||||
"@backstage/catalog-model": "^0.13.0",
|
||||
"@backstage/cli-common": "^0.1.8",
|
||||
"@backstage/config": "^0.1.15",
|
||||
"@backstage/plugin-techdocs-node": "^0.11.12-next.0",
|
||||
"@backstage/plugin-techdocs-node": "^0.11.12",
|
||||
"@types/dockerode": "^3.3.0",
|
||||
"commander": "^6.1.0",
|
||||
"dockerode": "^3.3.1",
|
||||
|
||||
Reference in New Issue
Block a user