Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-05-31 11:51:41 +00:00
parent 2c54d6446f
commit a13ab262de
279 changed files with 4496 additions and 1122 deletions
+10
View File
@@ -1,5 +1,15 @@
# @techdocs/cli
## 1.1.2-next.1
### Patch Changes
- bff65e6958: Updated sidebar-related logic to use `<SidebarPinStateProvider>` + `useSidebarPinState()` and/or `<SidebarOpenStateProvider>` + `useSidebarOpenState()` from `@backstage/core-components`.
- Updated dependencies
- @backstage/backend-common@0.13.6-next.1
- @backstage/catalog-model@1.0.3-next.0
- @backstage/plugin-techdocs-node@1.1.2-next.1
## 1.1.2-next.0
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@techdocs/cli",
"description": "Utility CLI for managing TechDocs sites in Backstage.",
"version": "1.1.2-next.0",
"version": "1.1.2-next.1",
"private": false,
"publishConfig": {
"access": "public"
@@ -37,7 +37,7 @@
"techdocs-cli": "bin/techdocs-cli"
},
"devDependencies": {
"@backstage/cli": "^0.17.2-next.0",
"@backstage/cli": "^0.17.2-next.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.6-next.0",
"@backstage/catalog-model": "^1.0.2",
"@backstage/backend-common": "^0.13.6-next.1",
"@backstage/catalog-model": "^1.0.3-next.0",
"@backstage/cli-common": "^0.1.9",
"@backstage/config": "^1.0.1",
"@backstage/plugin-techdocs-node": "^1.1.2-next.0",
"@backstage/plugin-techdocs-node": "^1.1.2-next.1",
"@types/dockerode": "^3.3.0",
"commander": "^9.1.0",
"dockerode": "^3.3.1",