Skip to content
This repository was archived by the owner on Nov 19, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ techdocs-cli serve:mkdocs
1. Bump the version number in `packages/techdocs-cli/package.json` file and create a pull request.
2. When the pull request is merged the [GitHub Actions workflow](https://github.com/backstage/techdocs-cli/blob/main/.github/workflows/main.yml) deploys a node package to NPM. The package is published at [`@techdocs/cli`](https://www.npmjs.com/package/@techdocs/cli) on NPM.

Note: The Backstage app and plugins versions are fixed in the `packages/embedded-techdocs` mono-repo. So [`@backstage/plugin-techdocs`](https://github.com/backstage/techdocs-cli/blob/main/packages/embedded-techdocs/packages/app/package.json) version may need upgrading from time to time if significant APIs are changed.
Note: The Backstage app and plugins versions are fixed in the `packages/embedded-techdocs-app` mono-repo. So [`@backstage/plugin-techdocs`](https://github.com/backstage/techdocs-cli/blob/main/packages/embedded-techdocs-app/package.json) version may need upgrading from time to time if significant APIs are changed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
]
},
"devDependencies": {
"@backstage/cli": "^0.7.7",
"@backstage/cli": "^0.7.8",
"@spotify/prettier-config": "^10.0.0",
"husky": "^7.0.1",
"lerna": "^3.20.2",
Expand Down
11 changes: 6 additions & 5 deletions packages/embedded-techdocs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"bundled": true,
"dependencies": {
"@backstage/catalog-model": "^0.9.0",
"@backstage/cli": "^0.7.4",
"@backstage/cli": "^0.7.8",
"@backstage/config": "^0.1.6",
"@backstage/core": "^0.7.14",
"@backstage/plugin-catalog": "^0.6.10",
"@backstage/plugin-techdocs": "^0.10.3",
"@backstage/test-utils": "^0.1.16",
"@backstage/integration-react": "^0.1.7",
"@backstage/plugin-catalog": "^0.6.11",
"@backstage/plugin-techdocs": "^0.10.4",
"@backstage/test-utils": "^0.1.17",
"@backstage/theme": "^0.2.9",
"@backstage/integration-react": "^0.1.6",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"history": "^5.0.0",
Expand All @@ -23,6 +23,7 @@
"react-use": "^15.3.3"
},
"devDependencies": {
"@backstage/cli": "^0.7.8",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^10.4.1",
"@testing-library/user-event": "^12.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/techdocs-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@techdocs/cli",
"description": "Utility CLI for managing TechDocs sites in Backstage.",
"version": "0.6.0",
"version": "0.6.1",
"publishConfig": {
"access": "public"
},
Expand Down
Loading