Version Packages
This commit is contained in:
@@ -1,5 +1,19 @@
|
||||
# @techdocs/cli
|
||||
|
||||
## 1.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 344ea56acc: Bump `commander` to version 9.1.0
|
||||
- 52fddad92d: The TechDocs CLI's embedded app now imports all API refs from the `@backstage/plugin-techdocs-react` package.
|
||||
- c14e78a367: Update `techdocs-cli serve`'s `proxyEndpoint` to match the base URL of the embedded techdocs app.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.13.3
|
||||
- @backstage/cli-common@0.1.9
|
||||
- @backstage/config@1.0.1
|
||||
- @backstage/plugin-techdocs-node@1.1.1
|
||||
- @backstage/catalog-model@1.0.2
|
||||
|
||||
## 1.1.1-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@techdocs/cli",
|
||||
"description": "Utility CLI for managing TechDocs sites in Backstage.",
|
||||
"version": "1.1.1-next.2",
|
||||
"version": "1.1.1",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
@@ -37,7 +37,7 @@
|
||||
"techdocs-cli": "bin/techdocs-cli"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@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.3-next.2",
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/cli-common": "^0.1.9-next.0",
|
||||
"@backstage/config": "^1.0.1-next.0",
|
||||
"@backstage/plugin-techdocs-node": "^1.1.1-next.1",
|
||||
"@backstage/backend-common": "^0.13.3",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/cli-common": "^0.1.9",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/plugin-techdocs-node": "^1.1.1",
|
||||
"@types/dockerode": "^3.3.0",
|
||||
"commander": "^9.1.0",
|
||||
"dockerode": "^3.3.1",
|
||||
|
||||
Reference in New Issue
Block a user