Version Packages

This commit is contained in:
github-actions[bot]
2022-03-17 09:02:30 +00:00
parent dd7cc848d5
commit 0bc1611d6e
327 changed files with 3178 additions and 1766 deletions
+14
View File
@@ -1,5 +1,19 @@
# @techdocs/cli
## 1.0.0
### Major Changes
- b58c70c223: This package has been promoted to v1.0! To understand how this change affects the package, please check out our [versioning policy](https://backstage.io/docs/overview/versioning-policy).
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.13.1
- @backstage/catalog-model@1.0.0
- @backstage/config@1.0.0
- @backstage/plugin-techdocs-node@1.0.0
## 0.8.17
### Patch Changes
+6 -6
View File
@@ -1,7 +1,7 @@
{
"name": "@techdocs/cli",
"description": "Utility CLI for managing TechDocs sites in Backstage.",
"version": "0.8.17",
"version": "1.0.0",
"private": false,
"publishConfig": {
"access": "public"
@@ -37,7 +37,7 @@
"techdocs-cli": "bin/techdocs-cli"
},
"devDependencies": {
"@backstage/cli": "^0.15.2",
"@backstage/cli": "^0.16.0",
"@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",
"@backstage/catalog-model": "^0.13.0",
"@backstage/backend-common": "^0.13.1",
"@backstage/catalog-model": "^1.0.0",
"@backstage/cli-common": "^0.1.8",
"@backstage/config": "^0.1.15",
"@backstage/plugin-techdocs-node": "^0.11.12",
"@backstage/config": "^1.0.0",
"@backstage/plugin-techdocs-node": "^1.0.0",
"@types/dockerode": "^3.3.0",
"commander": "^6.1.0",
"dockerode": "^3.3.1",