From 776c8924691e9d3b7412a87cfbfeff29483963fa Mon Sep 17 00:00:00 2001 From: Eric Peterson Date: Mon, 15 Nov 2021 16:28:08 +0100 Subject: [PATCH] Prepare package versions and changelog for release. Signed-off-by: Eric Peterson --- .changeset/mean-elephants-serve.md | 9 --------- packages/techdocs-cli/CHANGELOG.md | 26 ++++++++++++++++++++++++++ packages/techdocs-cli/package.json | 2 +- 3 files changed, 27 insertions(+), 10 deletions(-) delete mode 100644 .changeset/mean-elephants-serve.md diff --git a/.changeset/mean-elephants-serve.md b/.changeset/mean-elephants-serve.md deleted file mode 100644 index 2f048f0715..0000000000 --- a/.changeset/mean-elephants-serve.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@techdocs/cli': patch ---- - -Reunifies the [techdocs-cli](https://github.com/backstage/techdocs-cli) monorepo -code back into the main [backstage](https://github.com/backstage/backstage) repo -(see [7288](https://github.com/backstage/backstage/issues/7288)). The changes -include some internal refactoring that do not affect functionality beyond the -local development setup. diff --git a/packages/techdocs-cli/CHANGELOG.md b/packages/techdocs-cli/CHANGELOG.md index a8c6cd04fe..0f7c6be52f 100644 --- a/packages/techdocs-cli/CHANGELOG.md +++ b/packages/techdocs-cli/CHANGELOG.md @@ -1,5 +1,31 @@ # @techdocs/cli +## 0.8.5 + +### Patch Changes + +- Reunified the [techdocs-cli](https://github.com/backstage/techdocs-cli) monorepo code back into the main [backstage](https://github.com/backstage/backstage) repo + + See [7288](https://github.com/backstage/backstage/issues/7288)). The changes include some internal refactoring that do not affect functionality beyond the local development setup. + +## 0.8.4 + +### Patch Changes + +- 8333394: The [change](https://github.com/backstage/techdocs-cli/commit/b25014cec313d46ce1c9b4f324cc09047a00fc1f) updated the `@backstage/techdocs-common` from version `0.9.0` to `0.10.2` and one of the intermediate versions, the [0.10.0](https://github.com/backstage/backstage/blob/cac4afb95fdbd130a66e53a1b0430a1e62787a7f/packages/techdocs-common/CHANGELOG.md#patch-changes-2), introduced the use of search in context that requires an implementation for the Search API. + + Created a custom techdocs page to disable search in the Reader component, preventing it from using the Search API, as we don't want to provide search in preview mode. + +## 0.8.3 + +### Patch Changes + +- edbb988: Upgrades the techdocs common page to the latest version 0.10.2. + + See [@backstage/techdocs-common changelog](https://github.com/backstage/backstage/blob/cac4afb95fdbd130a66e53a1b0430a1e62787a7f/packages/techdocs-common/CHANGELOG.md#L3). + +- db4ebfc: Add an `etag` flag to the `generate` command that is stored in the `techdocs_metadata.json` file. + ## 0.8.2 ### Patch Changes diff --git a/packages/techdocs-cli/package.json b/packages/techdocs-cli/package.json index a7ac3c3d80..0f18903282 100644 --- a/packages/techdocs-cli/package.json +++ b/packages/techdocs-cli/package.json @@ -1,7 +1,7 @@ { "name": "@techdocs/cli", "description": "Utility CLI for managing TechDocs sites in Backstage.", - "version": "0.8.4", + "version": "0.8.5", "private": false, "publishConfig": { "access": "public"