Version Packages

This commit is contained in:
github-actions[bot]
2022-02-24 13:54:37 +00:00
parent b6ba21487a
commit c9da151d84
338 changed files with 2783 additions and 2020 deletions
+14
View File
@@ -1,5 +1,19 @@
# @techdocs/cli
## 0.8.15
### Patch Changes
- ed78516480: chore(deps-dev): bump `cypress` from 7.3.0 to 9.5.0
- 209fd128e6: Updated usage of `github:` location types in docs to use `url:` instead.
- 61ff215e08: - Adds `cypress` and `cypress-plugin-snapshots` as dependencies for integration and visual regression tests.
- Updates README documentation with instructions for how to run tests.
- Clarifies output text for prepack script.
- Updated dependencies
- @backstage/backend-common@0.11.0
- @backstage/catalog-model@0.11.0
- @backstage/techdocs-common@0.11.10
## 0.8.14
### Patch Changes
+7 -7
View File
@@ -1,7 +1,7 @@
{
"name": "@techdocs/cli",
"description": "Utility CLI for managing TechDocs sites in Backstage.",
"version": "0.8.14",
"version": "0.8.15",
"private": false,
"publishConfig": {
"access": "public"
@@ -37,7 +37,7 @@
"techdocs-cli": "bin/techdocs-cli"
},
"devDependencies": {
"@backstage/cli": "^0.14.0",
"@backstage/cli": "^0.14.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.10.8",
"@backstage/catalog-model": "^0.10.0",
"@backstage/cli-common": "^0.1.7",
"@backstage/config": "^0.1.14",
"@backstage/techdocs-common": "^0.11.8",
"@backstage/backend-common": "^0.11.0",
"@backstage/catalog-model": "^0.11.0",
"@backstage/cli-common": "^0.1.8",
"@backstage/config": "^0.1.15",
"@backstage/techdocs-common": "^0.11.10",
"@types/dockerode": "^3.3.0",
"commander": "^6.1.0",
"dockerode": "^3.3.1",