# @backstage/plugin-techdocs-addons-test-utils
## 2.0.3-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.19.6-next.1
- @backstage/plugin-techdocs@1.17.1-next.2
- @backstage/core-plugin-api@1.12.4-next.1
- @backstage/plugin-catalog-react@2.1.0-next.2
- @backstage/plugin-catalog@2.0.0-next.2
- @backstage/plugin-search-react@1.10.5-next.1
- @backstage/plugin-techdocs-react@1.3.9-next.1
## 2.0.3-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.17.1-next.1
- @backstage/plugin-catalog@1.34.0-next.1
- @backstage/plugin-catalog-react@2.1.0-next.1
- @backstage/core-app-api@1.19.6-next.0
- @backstage/core-plugin-api@1.12.4-next.0
- @backstage/integration-react@1.2.16-next.1
- @backstage/test-utils@1.7.16-next.0
- @backstage/plugin-search-react@1.10.5-next.0
- @backstage/plugin-techdocs-react@1.3.9-next.0
## 2.0.3-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-search-react@1.10.5-next.0
- @backstage/plugin-catalog@1.33.1-next.0
- @backstage/plugin-catalog-react@2.0.1-next.0
- @backstage/plugin-techdocs@1.17.1-next.0
- @backstage/core-app-api@1.19.6-next.0
- @backstage/core-plugin-api@1.12.4-next.0
- @backstage/integration-react@1.2.16-next.0
- @backstage/test-utils@1.7.16-next.0
- @backstage/plugin-techdocs-react@1.3.9-next.0
## 2.0.2
### Patch Changes
- 7455dae: Use node prefix on native imports
- a7e0d50: Updated `react-router-dom` peer dependency to `^6.30.2` and explicitly disabled v7 future flags to suppress deprecation warnings.
- Updated dependencies
- @backstage/plugin-catalog-react@2.0.0
- @backstage/plugin-catalog@1.33.0
- @backstage/core-app-api@1.19.5
- @backstage/plugin-techdocs@1.17.0
- @backstage/core-plugin-api@1.12.3
- @backstage/plugin-techdocs-react@1.3.8
- @backstage/integration-react@1.2.15
- @backstage/plugin-search-react@1.10.3
- @backstage/test-utils@1.7.15
## 2.0.2-next.2
### Patch Changes
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
- Updated dependencies
- @backstage/plugin-catalog-react@2.0.0-next.2
- @backstage/plugin-catalog@1.33.0-next.2
- @backstage/core-app-api@1.19.5-next.1
- @backstage/plugin-techdocs@1.16.3-next.2
- @backstage/integration-react@1.2.15-next.2
- @backstage/core-plugin-api@1.12.3-next.1
- @backstage/plugin-techdocs-react@1.3.8-next.1
- @backstage/plugin-search-react@1.10.3-next.2
- @backstage/test-utils@1.7.15-next.2
## 2.0.2-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.22.0-next.1
- @backstage/plugin-catalog@1.33.0-next.1
- @backstage/plugin-search-react@1.10.3-next.1
- @backstage/plugin-techdocs@1.16.3-next.1
- @backstage/test-utils@1.7.15-next.1
- @backstage/plugin-techdocs-react@1.3.8-next.0
- @backstage/integration-react@1.2.15-next.1
## 2.0.2-next.0
### Patch Changes
- 7455dae: Use node prefix on native imports
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.6-next.0
- @backstage/plugin-techdocs@1.16.3-next.0
- @backstage/core-plugin-api@1.12.2-next.0
- @backstage/plugin-techdocs-react@1.3.8-next.0
- @backstage/core-app-api@1.19.4-next.0
- @backstage/plugin-search-react@1.10.3-next.0
- @backstage/plugin-catalog@1.32.3-next.0
- @backstage/integration-react@1.2.15-next.0
- @backstage/test-utils@1.7.15-next.0
## 2.0.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.32.2
- @backstage/plugin-techdocs@1.16.2
- @backstage/plugin-search-react@1.10.2
- @backstage/integration-react@1.2.14
- @backstage/plugin-catalog-react@1.21.5
- @backstage/plugin-techdocs-react@1.3.7
## 2.0.1-next.1
### Patch Changes
- Updated dependencies
- @backstage/integration-react@1.2.14-next.0
- @backstage/plugin-catalog@1.32.2-next.1
- @backstage/plugin-catalog-react@1.21.5-next.1
- @backstage/plugin-search-react@1.10.2-next.0
- @backstage/plugin-techdocs@1.16.2-next.1
- @backstage/plugin-techdocs-react@1.3.7-next.0
## 2.0.1-next.0
### Patch Changes
- Updated dependencies
- @backstage/integration-react@1.2.14-next.0
- @backstage/plugin-techdocs@1.16.2-next.0
- @backstage/plugin-catalog@1.32.2-next.0
- @backstage/plugin-catalog-react@1.21.5-next.0
- @backstage/plugin-search-react@1.10.1
## 2.0.0
### Major Changes
- 8d6709e: **BREAKING**: `TechDocsAddonTester.renderWithEffects()` no longer returns a screen; this means that you can no longer grab assertions such as `getByText` from its return value.
Newer versions of `@testing-library` recommends using the `screen` export for assertions - and removing this from the addon tester contract allows us to more freely iterate on which underlying version of the testing library is being used.
One notable effect of this, however, is that the `@testing-library` `screen` does NOT support assertions on the shadow DOM, which techdocs relies on. You will therefore want to add a dependency on [the `shadow-dom-testing-library` package](https://github.com/konnorrogers/shadow-dom-testing-library/) in your tests, and using its `screen` and its dedicated `*Shadow*` methods. As an example, if you keep doing `getByText` you will not get matches inside the shadow DOM - switch to `getByShadowText` instead.
```ts
import { screen } from 'shadow-dom-testing-library';
// ... render the addon ...
await TechDocsAddonTester.buildAddonsInTechDocs([])
.withDom(
TEST_CONTENT)
.renderWithEffects();
expect(screen.getByShadowText('TEST_CONTENT')).toBeInTheDocument();
```
### Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.19.3
- @backstage/plugin-techdocs@1.16.1
- @backstage/plugin-catalog@1.32.1
- @backstage/plugin-catalog-react@1.21.4
- @backstage/plugin-search-react@1.10.1
- @backstage/test-utils@1.7.14
- @backstage/core-plugin-api@1.12.1
- @backstage/integration-react@1.2.13
- @backstage/plugin-techdocs-react@1.3.6
## 2.0.0-next.1
### Major Changes
- 8d6709e: **BREAKING**: `TechDocsAddonTester.renderWithEffects()` no longer returns a screen; this means that you can no longer grab assertions such as `getByText` from its return value.
Newer versions of `@testing-library` recommends using the `screen` export for assertions - and removing this from the addon tester contract allows us to more freely iterate on which underlying version of the testing library is being used.
One notable effect of this, however, is that the `@testing-library` `screen` does NOT support assertions on the shadow DOM, which techdocs relies on. You will therefore want to add a dependency on [the `shadow-dom-testing-library` package](https://github.com/konnorrogers/shadow-dom-testing-library/) in your tests, and using its `screen` and its dedicated `*Shadow*` methods. As an example, if you keep doing `getByText` you will not get matches inside the shadow DOM - switch to `getByShadowText` instead.
```ts
import { screen } from 'shadow-dom-testing-library';
// ... render the addon ...
await TechDocsAddonTester.buildAddonsInTechDocs([])
.withDom(TEST_CONTENT)
.renderWithEffects();
expect(screen.getByShadowText('TEST_CONTENT')).toBeInTheDocument();
```
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.4-next.1
- @backstage/plugin-techdocs@1.16.1-next.1
## 1.1.3-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.19.3-next.0
- @backstage/test-utils@1.7.14-next.0
- @backstage/core-plugin-api@1.12.1-next.0
- @backstage/plugin-catalog-react@1.21.4-next.0
- @backstage/plugin-techdocs@1.16.1-next.0
- @backstage/plugin-catalog@1.32.1-next.0
- @backstage/plugin-search-react@1.10.1-next.0
- @backstage/plugin-techdocs-react@1.3.6-next.0
- @backstage/integration-react@1.2.13-next.0
## 1.1.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.16.0
- @backstage/plugin-search-react@1.10.0
- @backstage/plugin-catalog@1.32.0
- @backstage/plugin-catalog-react@1.21.3
- @backstage/core-plugin-api@1.12.0
- @backstage/core-app-api@1.19.2
- @backstage/plugin-techdocs-react@1.3.5
- @backstage/integration-react@1.2.12
- @backstage/test-utils@1.7.13
## 1.1.2-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.16.0-next.1
- @backstage/plugin-search-react@1.10.0-next.1
- @backstage/plugin-catalog@1.32.0-next.1
- @backstage/plugin-catalog-react@1.21.3-next.1
- @backstage/core-plugin-api@1.11.2-next.1
- @backstage/core-app-api@1.19.2-next.1
## 1.1.2-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.15.2-next.0
- @backstage/plugin-search-react@1.9.6-next.0
- @backstage/plugin-catalog-react@1.21.3-next.0
- @backstage/core-app-api@1.19.2-next.0
- @backstage/core-plugin-api@1.11.2-next.0
- @backstage/integration-react@1.2.12-next.0
- @backstage/test-utils@1.7.13-next.0
- @backstage/plugin-catalog@1.31.5-next.0
- @backstage/plugin-techdocs-react@1.3.5-next.0
## 1.1.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.2
- @backstage/plugin-search-react@1.9.5
- @backstage/plugin-catalog@1.31.4
- @backstage/test-utils@1.7.12
- @backstage/plugin-techdocs@1.15.1
- @backstage/plugin-techdocs-react@1.3.4
- @backstage/core-app-api@1.19.1
- @backstage/core-plugin-api@1.11.1
- @backstage/integration-react@1.2.11
## 1.1.1-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.19.1-next.0
- @backstage/core-plugin-api@1.11.1-next.0
- @backstage/integration-react@1.2.11-next.1
- @backstage/test-utils@1.7.12-next.0
- @backstage/plugin-techdocs@1.15.1-next.1
- @backstage/plugin-techdocs-react@1.3.4-next.1
- @backstage/plugin-catalog@1.31.4-next.1
- @backstage/plugin-catalog-react@1.21.2-next.1
- @backstage/plugin-search-react@1.9.5-next.1
## 1.1.1-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.2-next.0
- @backstage/plugin-catalog@1.31.4-next.0
- @backstage/plugin-techdocs@1.15.1-next.0
- @backstage/integration-react@1.2.11-next.0
- @backstage/plugin-search-react@1.9.5-next.0
- @backstage/plugin-techdocs-react@1.3.4-next.0
- @backstage/core-app-api@1.19.0
- @backstage/core-plugin-api@1.11.0
- @backstage/test-utils@1.7.11
## 1.1.0
### Minor Changes
- 72543e9: Adding catalogApiRef to test-utils to support catalog API usage by TechDocs reader page.
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.15.0
- @backstage/plugin-catalog-react@1.21.0
- @backstage/plugin-techdocs-react@1.3.3
- @backstage/core-plugin-api@1.11.0
- @backstage/plugin-catalog@1.31.3
- @backstage/core-app-api@1.19.0
- @backstage/plugin-search-react@1.9.4
- @backstage/integration-react@1.2.10
## 1.0.53-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.0-next.2
- @backstage/plugin-catalog@1.31.3-next.2
- @backstage/plugin-techdocs@1.14.2-next.2
## 1.0.53-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.20.2-next.1
- @backstage/plugin-catalog@1.31.3-next.1
- @backstage/plugin-search-react@1.9.4-next.0
- @backstage/plugin-techdocs@1.14.2-next.1
- @backstage/plugin-techdocs-react@1.3.3-next.0
- @backstage/integration-react@1.2.10-next.0
## 1.0.53-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.14.2-next.0
- @backstage/plugin-catalog@1.31.3-next.0
- @backstage/plugin-catalog-react@1.20.2-next.0
- @backstage/core-app-api@1.18.0
- @backstage/core-plugin-api@1.10.9
- @backstage/integration-react@1.2.9
- @backstage/test-utils@1.7.11
- @backstage/plugin-search-react@1.9.3
- @backstage/plugin-techdocs-react@1.3.2
## 1.0.52
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.31.2
- @backstage/plugin-search-react@1.9.3
- @backstage/plugin-techdocs@1.14.0
- @backstage/plugin-catalog-react@1.20.0
- @backstage/test-utils@1.7.11
- @backstage/plugin-techdocs-react@1.3.2
## 1.0.52-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.31.2-next.1
- @backstage/plugin-techdocs@1.14.0-next.1
- @backstage/plugin-catalog-react@1.20.0-next.1
- @backstage/plugin-search-react@1.9.3-next.0
- @backstage/plugin-techdocs-react@1.3.2-next.0
- @backstage/test-utils@1.7.11-next.0
- @backstage/core-app-api@1.18.0
- @backstage/core-plugin-api@1.10.9
- @backstage/integration-react@1.2.9
## 1.0.52-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.19.2-next.0
- @backstage/plugin-catalog@1.31.2-next.0
- @backstage/plugin-techdocs@1.13.3-next.0
- @backstage/integration-react@1.2.9
- @backstage/plugin-search-react@1.9.2
## 1.0.51
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.13.2
- @backstage/plugin-catalog-react@1.19.1
- @backstage/plugin-catalog@1.31.1
- @backstage/core-plugin-api@1.10.9
- @backstage/core-app-api@1.18.0
- @backstage/integration-react@1.2.9
- @backstage/test-utils@1.7.10
- @backstage/plugin-search-react@1.9.2
- @backstage/plugin-techdocs-react@1.3.1
## 1.0.51-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.18.0-next.1
- @backstage/core-plugin-api@1.10.9-next.0
- @backstage/test-utils@1.7.10-next.2
- @backstage/plugin-catalog@1.31.1-next.2
- @backstage/plugin-catalog-react@1.19.1-next.1
- @backstage/plugin-search-react@1.9.2-next.1
- @backstage/plugin-techdocs@1.13.2-next.1
## 1.0.51-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.19.1-next.1
- @backstage/core-app-api@1.17.2-next.0
- @backstage/core-plugin-api@1.10.9-next.0
- @backstage/integration-react@1.2.9-next.1
- @backstage/test-utils@1.7.10-next.1
- @backstage/plugin-techdocs@1.13.2-next.1
- @backstage/plugin-techdocs-react@1.3.1-next.1
- @backstage/plugin-catalog@1.31.1-next.1
- @backstage/plugin-search-react@1.9.2-next.1
## 1.0.51-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.13.2-next.0
- @backstage/integration-react@1.2.9-next.0
- @backstage/plugin-catalog@1.31.1-next.0
- @backstage/plugin-catalog-react@1.19.1-next.0
- @backstage/test-utils@1.7.10-next.0
- @backstage/plugin-search-react@1.9.2-next.0
- @backstage/plugin-techdocs-react@1.3.1-next.0
- @backstage/core-app-api@1.17.1
- @backstage/core-plugin-api@1.10.8
## 1.0.49
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.13.0
- @backstage/plugin-catalog@1.31.0
- @backstage/core-plugin-api@1.10.8
- @backstage/plugin-catalog-react@1.19.0
- @backstage/plugin-techdocs-react@1.3.0
- @backstage/plugin-search-react@1.9.1
- @backstage/integration-react@1.2.8
- @backstage/core-app-api@1.17.1
- @backstage/test-utils@1.7.9
## 1.0.49-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.31.0-next.2
- @backstage/plugin-techdocs@1.13.0-next.2
- @backstage/plugin-catalog-react@1.19.0-next.2
- @backstage/plugin-search-react@1.9.1-next.1
- @backstage/integration-react@1.2.7
- @backstage/plugin-techdocs-react@1.3.0-next.1
- @backstage/core-app-api@1.17.0
- @backstage/core-plugin-api@1.10.7
- @backstage/test-utils@1.7.8
## 1.0.49-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.13.0-next.1
- @backstage/plugin-catalog@1.31.0-next.1
- @backstage/plugin-catalog-react@1.18.1-next.1
- @backstage/core-app-api@1.17.0
- @backstage/core-plugin-api@1.10.7
- @backstage/integration-react@1.2.7
- @backstage/test-utils@1.7.8
- @backstage/plugin-search-react@1.9.1-next.0
- @backstage/plugin-techdocs-react@1.3.0-next.0
## 1.0.49-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.13.0-next.0
- @backstage/plugin-catalog@1.31.0-next.0
- @backstage/plugin-techdocs-react@1.3.0-next.0
- @backstage/plugin-catalog-react@1.18.1-next.0
- @backstage/plugin-search-react@1.9.1-next.0
- @backstage/integration-react@1.2.7
## 1.0.48
### Patch Changes
- Updated dependencies
- @backstage/test-utils@1.7.8
- @backstage/core-app-api@1.17.0
- @backstage/plugin-techdocs@1.12.6
- @backstage/plugin-catalog@1.30.0
- @backstage/plugin-search-react@1.9.0
- @backstage/plugin-catalog-react@1.18.0
- @backstage/plugin-techdocs-react@1.2.17
- @backstage/core-plugin-api@1.10.7
- @backstage/integration-react@1.2.7
## 1.0.48-next.3
### Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.17.0-next.1
- @backstage/plugin-catalog@1.30.0-next.3
- @backstage/plugin-search-react@1.9.0-next.2
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/test-utils@1.7.8-next.2
- @backstage/plugin-catalog-react@1.18.0-next.3
- @backstage/plugin-techdocs@1.12.6-next.3
- @backstage/integration-react@1.2.7-next.3
- @backstage/plugin-techdocs-react@1.2.17-next.1
## 1.0.48-next.2
### Patch Changes
- Updated dependencies
- @backstage/test-utils@1.7.8-next.1
- @backstage/core-app-api@1.16.2-next.0
- @backstage/plugin-techdocs@1.12.6-next.2
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/plugin-catalog@1.29.1-next.2
- @backstage/integration-react@1.2.7-next.2
- @backstage/plugin-catalog-react@1.18.0-next.2
- @backstage/plugin-search-react@1.9.0-next.1
- @backstage/plugin-techdocs-react@1.2.17-next.1
## 1.0.48-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.12.6-next.1
- @backstage/plugin-catalog@1.29.1-next.1
- @backstage/plugin-search-react@1.9.0-next.0
- @backstage/plugin-catalog-react@1.18.0-next.1
- @backstage/plugin-techdocs-react@1.2.17-next.0
- @backstage/test-utils@1.7.8-next.0
- @backstage/integration-react@1.2.7-next.1
- @backstage/core-app-api@1.16.1
- @backstage/core-plugin-api@1.10.6
## 1.0.48-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.18.0-next.0
- @backstage/integration-react@1.2.7-next.0
- @backstage/plugin-techdocs@1.12.6-next.0
- @backstage/core-app-api@1.16.1
- @backstage/core-plugin-api@1.10.6
- @backstage/test-utils@1.7.7
- @backstage/plugin-catalog@1.29.1-next.0
- @backstage/plugin-search-react@1.8.8
- @backstage/plugin-techdocs-react@1.2.16
## 1.0.47
### Patch Changes
- a47fd39: Removes instances of default React imports, a necessary update for the upcoming React 19 migration.
- Updated dependencies
- @backstage/plugin-catalog@1.29.0
- @backstage/plugin-techdocs-react@1.2.16
- @backstage/plugin-catalog-react@1.17.0
- @backstage/integration-react@1.2.6
- @backstage/core-plugin-api@1.10.6
- @backstage/core-app-api@1.16.1
- @backstage/plugin-search-react@1.8.8
- @backstage/test-utils@1.7.7
- @backstage/plugin-techdocs@1.12.5
## 1.0.47-next.2
### Patch Changes
- a47fd39: Removes instances of default React imports, a necessary update for the upcoming React 19 migration.
- Updated dependencies
- @backstage/plugin-catalog@1.29.0-next.2
- @backstage/integration-react@1.2.6-next.1
- @backstage/core-plugin-api@1.10.6-next.0
- @backstage/plugin-techdocs-react@1.2.16-next.1
- @backstage/core-app-api@1.16.1-next.0
- @backstage/plugin-catalog-react@1.17.0-next.2
- @backstage/plugin-search-react@1.8.8-next.1
- @backstage/test-utils@1.7.7-next.0
- @backstage/plugin-techdocs@1.12.5-next.2
## 1.0.47-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs-react@1.2.16-next.0
- @backstage/integration-react@1.2.6-next.0
- @backstage/plugin-techdocs@1.12.5-next.1
- @backstage/plugin-catalog@1.29.0-next.1
- @backstage/plugin-catalog-react@1.16.1-next.1
- @backstage/plugin-search-react@1.8.8-next.0
- @backstage/core-app-api@1.16.0
- @backstage/core-plugin-api@1.10.5
- @backstage/test-utils@1.7.6
## 1.0.47-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.29.0-next.0
- @backstage/plugin-catalog-react@1.16.1-next.0
- @backstage/plugin-techdocs@1.12.5-next.0
- @backstage/core-app-api@1.16.0
- @backstage/core-plugin-api@1.10.5
- @backstage/integration-react@1.2.5
- @backstage/test-utils@1.7.6
- @backstage/plugin-search-react@1.8.7
- @backstage/plugin-techdocs-react@1.2.15
## 1.0.46
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.28.0
- @backstage/plugin-techdocs@1.12.4
- @backstage/core-plugin-api@1.10.5
- @backstage/plugin-search-react@1.8.7
- @backstage/core-app-api@1.16.0
- @backstage/plugin-catalog-react@1.16.0
- @backstage/test-utils@1.7.6
- @backstage/plugin-techdocs-react@1.2.15
- @backstage/integration-react@1.2.5
## 1.0.46-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.28.0-next.2
- @backstage/core-app-api@1.16.0-next.0
- @backstage/plugin-catalog-react@1.16.0-next.2
- @backstage/test-utils@1.7.6-next.0
- @backstage/plugin-techdocs@1.12.4-next.2
- @backstage/plugin-search-react@1.8.7-next.2
- @backstage/plugin-techdocs-react@1.2.15-next.2
- @backstage/core-plugin-api@1.10.4
- @backstage/integration-react@1.2.5-next.0
## 1.0.46-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.12.4-next.1
- @backstage/plugin-catalog-react@1.16.0-next.1
- @backstage/plugin-catalog@1.28.0-next.1
- @backstage/core-app-api@1.15.5
- @backstage/core-plugin-api@1.10.4
- @backstage/integration-react@1.2.4
- @backstage/test-utils@1.7.5
- @backstage/plugin-search-react@1.8.7-next.1
- @backstage/plugin-techdocs-react@1.2.15-next.1
## 1.0.46-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-search-react@1.8.7-next.0
- @backstage/plugin-catalog-react@1.16.0-next.0
- @backstage/plugin-catalog@1.28.0-next.0
- @backstage/plugin-techdocs@1.12.4-next.0
- @backstage/plugin-techdocs-react@1.2.15-next.0
- @backstage/integration-react@1.2.4
## 1.0.45
### Patch Changes
- 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
- Updated dependencies
- @backstage/plugin-search-react@1.8.6
- @backstage/plugin-techdocs@1.12.3
- @backstage/plugin-catalog@1.27.0
- @backstage/plugin-catalog-react@1.15.2
- @backstage/integration-react@1.2.4
- @backstage/core-plugin-api@1.10.4
- @backstage/plugin-techdocs-react@1.2.14
- @backstage/core-app-api@1.15.5
- @backstage/test-utils@1.7.5
## 1.0.45-next.3
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.27.0-next.3
- @backstage/plugin-techdocs@1.12.3-next.3
- @backstage/core-app-api@1.15.5-next.0
- @backstage/core-plugin-api@1.10.4-next.0
- @backstage/integration-react@1.2.4-next.0
- @backstage/test-utils@1.7.5-next.0
- @backstage/plugin-catalog-react@1.15.2-next.3
- @backstage/plugin-search-react@1.8.6-next.3
- @backstage/plugin-techdocs-react@1.2.14-next.1
## 1.0.45-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.12.3-next.2
- @backstage/plugin-catalog-react@1.15.2-next.2
- @backstage/plugin-catalog@1.27.0-next.2
- @backstage/core-app-api@1.15.5-next.0
- @backstage/core-plugin-api@1.10.4-next.0
- @backstage/integration-react@1.2.4-next.0
- @backstage/test-utils@1.7.5-next.0
- @backstage/plugin-search-react@1.8.6-next.2
- @backstage/plugin-techdocs-react@1.2.14-next.1
## 1.0.45-next.1
### Patch Changes
- 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
- Updated dependencies
- @backstage/plugin-techdocs@1.12.2-next.1
- @backstage/integration-react@1.2.4-next.0
- @backstage/core-plugin-api@1.10.4-next.0
- @backstage/plugin-techdocs-react@1.2.14-next.0
- @backstage/core-app-api@1.15.5-next.0
- @backstage/plugin-catalog-react@1.15.2-next.1
- @backstage/plugin-search-react@1.8.6-next.1
- @backstage/test-utils@1.7.5-next.0
- @backstage/plugin-catalog@1.26.2-next.1
## 1.0.45-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-search-react@1.8.6-next.0
- @backstage/plugin-techdocs@1.12.2-next.0
- @backstage/core-app-api@1.15.4
- @backstage/core-plugin-api@1.10.3
- @backstage/integration-react@1.2.3
- @backstage/test-utils@1.7.4
- @backstage/plugin-catalog@1.26.2-next.0
- @backstage/plugin-catalog-react@1.15.2-next.0
- @backstage/plugin-techdocs-react@1.2.13
## 1.0.44
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.15.1
- @backstage/plugin-techdocs@1.12.1
- @backstage/core-plugin-api@1.10.3
- @backstage/plugin-catalog@1.26.1
- @backstage/core-app-api@1.15.4
- @backstage/integration-react@1.2.3
- @backstage/test-utils@1.7.4
- @backstage/plugin-search-react@1.8.5
- @backstage/plugin-techdocs-react@1.2.13
## 1.0.44-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.12.1-next.1
- @backstage/core-plugin-api@1.10.3-next.0
- @backstage/plugin-catalog@1.26.1-next.1
- @backstage/plugin-catalog-react@1.15.1-next.1
- @backstage/plugin-search-react@1.8.5-next.0
- @backstage/core-app-api@1.15.4-next.0
- @backstage/integration-react@1.2.3-next.0
- @backstage/test-utils@1.7.4-next.0
- @backstage/plugin-techdocs-react@1.2.13-next.0
## 1.0.44-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.15.1-next.0
- @backstage/plugin-catalog@1.26.1-next.0
- @backstage/plugin-techdocs@1.12.1-next.0
- @backstage/integration-react@1.2.2
## 1.0.43
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.15.0
- @backstage/plugin-techdocs@1.12.0
- @backstage/core-app-api@1.15.3
- @backstage/plugin-catalog@1.26.0
- @backstage/plugin-search-react@1.8.4
- @backstage/core-plugin-api@1.10.2
- @backstage/integration-react@1.2.2
- @backstage/test-utils@1.7.3
- @backstage/plugin-techdocs-react@1.2.12
## 1.0.43-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.26.0-next.2
- @backstage/plugin-catalog-react@1.14.3-next.2
- @backstage/core-app-api@1.15.3-next.1
- @backstage/core-plugin-api@1.10.2-next.0
- @backstage/integration-react@1.2.2-next.1
- @backstage/test-utils@1.7.3-next.1
- @backstage/plugin-search-react@1.8.4-next.2
- @backstage/plugin-techdocs@1.11.3-next.2
- @backstage/plugin-techdocs-react@1.2.12-next.2
## 1.0.43-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.14.3-next.1
- @backstage/plugin-catalog@1.25.2-next.1
- @backstage/plugin-techdocs@1.11.3-next.1
- @backstage/core-app-api@1.15.3-next.0
- @backstage/core-plugin-api@1.10.1
- @backstage/integration-react@1.2.2-next.0
- @backstage/test-utils@1.7.3-next.0
- @backstage/plugin-search-react@1.8.4-next.1
- @backstage/plugin-techdocs-react@1.2.12-next.1
## 1.0.43-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.15.3-next.0
- @backstage/plugin-search-react@1.8.4-next.0
- @backstage/plugin-catalog-react@1.14.3-next.0
- @backstage/plugin-techdocs@1.11.3-next.0
- @backstage/core-plugin-api@1.10.1
- @backstage/integration-react@1.2.2-next.0
- @backstage/test-utils@1.7.3-next.0
- @backstage/plugin-catalog@1.25.2-next.0
- @backstage/plugin-techdocs-react@1.2.12-next.0
## 1.0.41
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.25.0
- @backstage/plugin-techdocs@1.11.1
- @backstage/plugin-catalog-react@1.14.1
- @backstage/plugin-techdocs-react@1.2.10
- @backstage/core-app-api@1.15.2
- @backstage/core-plugin-api@1.10.1
- @backstage/integration-react@1.2.1
- @backstage/test-utils@1.7.1
- @backstage/plugin-search-react@1.8.2
## 1.0.41-next.3
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.25.0-next.3
- @backstage/plugin-techdocs@1.11.1-next.3
- @backstage/plugin-catalog-react@1.14.1-next.3
- @backstage/core-app-api@1.15.1
- @backstage/core-plugin-api@1.10.0
- @backstage/integration-react@1.2.0
- @backstage/test-utils@1.7.1-next.0
- @backstage/plugin-search-react@1.8.2-next.2
- @backstage/plugin-techdocs-react@1.2.10-next.2
## 1.0.41-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.24.1-next.2
- @backstage/plugin-catalog-react@1.14.1-next.2
- @backstage/core-app-api@1.15.1
- @backstage/core-plugin-api@1.10.0
- @backstage/integration-react@1.2.0
- @backstage/test-utils@1.7.1-next.0
- @backstage/plugin-search-react@1.8.2-next.1
- @backstage/plugin-techdocs@1.11.1-next.2
- @backstage/plugin-techdocs-react@1.2.10-next.1
## 1.0.41-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.11.1-next.1
- @backstage/core-app-api@1.15.1
- @backstage/core-plugin-api@1.10.0
- @backstage/integration-react@1.2.0
- @backstage/test-utils@1.7.1-next.0
- @backstage/plugin-catalog@1.24.1-next.1
- @backstage/plugin-catalog-react@1.14.1-next.1
- @backstage/plugin-search-react@1.8.2-next.1
- @backstage/plugin-techdocs-react@1.2.10-next.1
## 1.0.41-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.11.1-next.0
- @backstage/plugin-techdocs-react@1.2.10-next.0
- @backstage/core-app-api@1.15.1
- @backstage/core-plugin-api@1.10.0
- @backstage/integration-react@1.2.0
- @backstage/test-utils@1.7.0
- @backstage/plugin-catalog@1.24.1-next.0
- @backstage/plugin-catalog-react@1.14.1-next.0
- @backstage/plugin-search-react@1.8.2-next.0
## 1.0.40
### Patch Changes
- e969dc7: Move `@types/react` to a peer dependency.
- Updated dependencies
- @backstage/plugin-catalog@1.24.0
- @backstage/integration-react@1.2.0
- @backstage/core-plugin-api@1.10.0
- @backstage/plugin-techdocs-react@1.2.9
- @backstage/core-app-api@1.15.1
- @backstage/plugin-catalog-react@1.14.0
- @backstage/plugin-search-react@1.8.1
- @backstage/test-utils@1.7.0
- @backstage/plugin-techdocs@1.11.0
## 1.0.40-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.24.0-next.2
- @backstage/plugin-catalog-react@1.14.0-next.2
- @backstage/plugin-techdocs@1.11.0-next.2
- @backstage/core-app-api@1.15.1-next.1
- @backstage/core-plugin-api@1.10.0-next.1
- @backstage/integration-react@1.2.0-next.2
- @backstage/test-utils@1.6.1-next.2
- @backstage/plugin-search-react@1.8.1-next.2
- @backstage/plugin-techdocs-react@1.2.9-next.2
## 1.0.40-next.1
### Patch Changes
- e969dc7: Move `@types/react` to a peer dependency.
- Updated dependencies
- @backstage/integration-react@1.2.0-next.1
- @backstage/core-plugin-api@1.10.0-next.1
- @backstage/plugin-techdocs-react@1.2.9-next.1
- @backstage/core-app-api@1.15.1-next.1
- @backstage/plugin-catalog-react@1.14.0-next.1
- @backstage/plugin-search-react@1.8.1-next.1
- @backstage/test-utils@1.6.1-next.1
- @backstage/plugin-techdocs@1.10.11-next.1
- @backstage/plugin-catalog@1.24.0-next.1
## 1.0.39-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.24.0-next.0
- @backstage/plugin-techdocs@1.10.10-next.0
- @backstage/core-plugin-api@1.10.0-next.0
- @backstage/plugin-catalog-react@1.13.1-next.0
- @backstage/plugin-search-react@1.8.1-next.0
- @backstage/core-app-api@1.15.1-next.0
- @backstage/integration-react@1.1.32-next.0
- @backstage/test-utils@1.6.1-next.0
- @backstage/plugin-techdocs-react@1.2.9-next.0
## 1.0.38
### Patch Changes
- 836127c: Updated dependency `@testing-library/react` to `^16.0.0`.
- Updated dependencies
- @backstage/plugin-catalog-react@1.13.0
- @backstage/plugin-techdocs@1.10.9
- @backstage/plugin-catalog@1.23.0
- @backstage/plugin-techdocs-react@1.2.8
- @backstage/core-app-api@1.15.0
- @backstage/plugin-search-react@1.8.0
- @backstage/integration-react@1.1.31
- @backstage/test-utils@1.6.0
- @backstage/core-plugin-api@1.9.4
## 1.0.38-next.2
### Patch Changes
- 836127c: Updated dependency `@testing-library/react` to `^16.0.0`.
- Updated dependencies
- @backstage/plugin-catalog-react@1.13.0-next.2
- @backstage/plugin-techdocs@1.10.9-next.2
- @backstage/plugin-catalog@1.23.0-next.2
- @backstage/core-app-api@1.14.3-next.0
- @backstage/integration-react@1.1.31-next.0
- @backstage/test-utils@1.6.0-next.1
- @backstage/plugin-search-react@1.8.0-next.2
- @backstage/core-plugin-api@1.9.4-next.0
- @backstage/plugin-techdocs-react@1.2.8-next.2
## 1.0.38-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.12.4-next.1
- @backstage/core-app-api@1.14.2
- @backstage/core-plugin-api@1.9.3
- @backstage/integration-react@1.1.30
- @backstage/test-utils@1.6.0-next.0
- @backstage/plugin-catalog@1.22.1-next.1
- @backstage/plugin-search-react@1.8.0-next.1
- @backstage/plugin-techdocs@1.10.9-next.1
- @backstage/plugin-techdocs-react@1.2.8-next.1
## 1.0.38-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs-react@1.2.8-next.0
- @backstage/plugin-catalog-react@1.12.4-next.0
- @backstage/plugin-search-react@1.8.0-next.0
- @backstage/plugin-techdocs@1.10.9-next.0
- @backstage/plugin-catalog@1.22.1-next.0
- @backstage/test-utils@1.6.0-next.0
- @backstage/core-app-api@1.14.2
- @backstage/core-plugin-api@1.9.3
- @backstage/integration-react@1.1.30
## 1.0.37
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.22.0
- @backstage/plugin-catalog-react@1.12.3
- @backstage/plugin-search-react@1.7.14
- @backstage/plugin-techdocs@1.10.8
- @backstage/core-app-api@1.14.2
- @backstage/core-plugin-api@1.9.3
- @backstage/integration-react@1.1.30
- @backstage/test-utils@1.5.10
- @backstage/plugin-techdocs-react@1.2.7
## 1.0.37-next.3
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.10.8-next.3
- @backstage/plugin-catalog@1.22.0-next.3
- @backstage/plugin-catalog-react@1.12.3-next.3
- @backstage/plugin-search-react@1.7.14-next.3
- @backstage/core-app-api@1.14.2-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/integration-react@1.1.30-next.0
- @backstage/test-utils@1.5.10-next.2
- @backstage/plugin-techdocs-react@1.2.7-next.1
## 1.0.37-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.22.0-next.2
- @backstage/plugin-search-react@1.7.14-next.2
- @backstage/plugin-techdocs@1.10.8-next.2
- @backstage/plugin-catalog-react@1.12.3-next.2
- @backstage/test-utils@1.5.10-next.2
- @backstage/core-app-api@1.14.2-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/integration-react@1.1.30-next.0
- @backstage/plugin-techdocs-react@1.2.7-next.0
## 1.0.37-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.10.8-next.1
- @backstage/plugin-catalog-react@1.12.3-next.1
- @backstage/plugin-search-react@1.7.14-next.1
- @backstage/plugin-catalog@1.21.2-next.1
- @backstage/test-utils@1.5.10-next.1
- @backstage/core-app-api@1.14.2-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/integration-react@1.1.30-next.0
- @backstage/plugin-techdocs-react@1.2.7-next.0
## 1.0.36-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.12.3-next.0
- @backstage/plugin-search-react@1.7.14-next.0
- @backstage/core-app-api@1.14.1-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/integration-react@1.1.30-next.0
- @backstage/test-utils@1.5.9-next.0
- @backstage/plugin-catalog@1.21.2-next.0
- @backstage/plugin-techdocs@1.10.8-next.0
- @backstage/plugin-techdocs-react@1.2.7-next.0
## 1.0.35
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.10.7
- @backstage/plugin-techdocs-react@1.2.6
- @backstage/core-app-api@1.14.0
- @backstage/plugin-catalog-react@1.12.2
- @backstage/plugin-catalog@1.21.1
- @backstage/test-utils@1.5.8
- @backstage/integration-react@1.1.29
- @backstage/plugin-search-react@1.7.13
- @backstage/core-plugin-api@1.9.3
## 1.0.35-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.10.7-next.2
- @backstage/integration-react@1.1.29-next.0
- @backstage/plugin-catalog@1.21.1-next.2
- @backstage/plugin-catalog-react@1.12.2-next.2
- @backstage/plugin-search-react@1.7.13-next.1
- @backstage/plugin-techdocs-react@1.2.6-next.1
## 1.0.35-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.13.1-next.1
- @backstage/plugin-catalog-react@1.12.2-next.1
- @backstage/plugin-catalog@1.21.1-next.1
- @backstage/plugin-techdocs@1.10.7-next.1
- @backstage/core-plugin-api@1.9.3
- @backstage/test-utils@1.5.8-next.1
- @backstage/plugin-search-react@1.7.13-next.0
- @backstage/integration-react@1.1.29-next.0
- @backstage/plugin-techdocs-react@1.2.6-next.0
## 1.0.34-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs-react@1.2.6-next.0
- @backstage/plugin-techdocs@1.10.7-next.0
- @backstage/core-app-api@1.13.0-next.0
- @backstage/plugin-catalog-react@1.12.2-next.0
- @backstage/plugin-catalog@1.21.1-next.0
- @backstage/integration-react@1.1.29-next.0
- @backstage/plugin-search-react@1.7.13-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/test-utils@1.5.7-next.0
## 1.0.33
### Patch Changes
- d44a20a: Added additional plugin metadata to `package.json`.
- Updated dependencies
- @backstage/plugin-techdocs@1.10.6
- @backstage/core-plugin-api@1.9.3
- @backstage/plugin-techdocs-react@1.2.5
- @backstage/plugin-catalog-react@1.12.1
- @backstage/plugin-search-react@1.7.12
- @backstage/plugin-catalog@1.21.0
- @backstage/core-app-api@1.12.6
- @backstage/integration-react@1.1.28
- @backstage/test-utils@1.5.6
## 1.0.33-next.2
### Patch Changes
- d44a20a: Added additional plugin metadata to `package.json`.
- Updated dependencies
- @backstage/plugin-techdocs-react@1.2.5-next.2
- @backstage/plugin-catalog-react@1.12.1-next.2
- @backstage/plugin-search-react@1.7.12-next.2
- @backstage/plugin-techdocs@1.10.6-next.2
- @backstage/plugin-catalog@1.21.0-next.3
- @backstage/integration-react@1.1.28-next.1
- @backstage/test-utils@1.5.6-next.2
- @backstage/core-app-api@1.12.6-next.0
- @backstage/core-plugin-api@1.9.3-next.0
## 1.0.33-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.10.6-next.1
- @backstage/core-plugin-api@1.9.3-next.0
- @backstage/plugin-catalog@1.21.0-next.2
- @backstage/core-app-api@1.12.6-next.0
- @backstage/integration-react@1.1.28-next.0
- @backstage/plugin-catalog-react@1.12.1-next.1
- @backstage/plugin-search-react@1.7.12-next.1
- @backstage/plugin-techdocs-react@1.2.5-next.1
- @backstage/test-utils@1.5.6-next.1
## 1.0.33-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.10.6-next.0
- @backstage/test-utils@1.5.6-next.0
- @backstage/plugin-search-react@1.7.12-next.0
- @backstage/plugin-techdocs-react@1.2.5-next.0
- @backstage/core-app-api@1.12.5
- @backstage/core-plugin-api@1.9.2
- @backstage/integration-react@1.1.27
- @backstage/plugin-catalog@1.20.1-next.0
- @backstage/plugin-catalog-react@1.12.1-next.0
## 1.0.32
### Patch Changes
- 2f13862: Fix bug in TechDocsAddonTester when jest.resetAllMocks is called between tests
- Updated dependencies
- @backstage/plugin-catalog@1.20.0
- @backstage/plugin-techdocs@1.10.5
- @backstage/plugin-catalog-react@1.12.0
- @backstage/core-app-api@1.12.5
- @backstage/integration-react@1.1.27
- @backstage/test-utils@1.5.5
- @backstage/plugin-search-react@1.7.11
- @backstage/plugin-techdocs-react@1.2.4
## 1.0.32-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.10.5-next.2
- @backstage/plugin-catalog-react@1.12.0-next.2
- @backstage/plugin-catalog@1.20.0-next.2
- @backstage/plugin-search-react@1.7.11-next.1
- @backstage/integration-react@1.1.27-next.0
## 1.0.32-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.19.1-next.1
- @backstage/plugin-catalog-react@1.11.4-next.1
- @backstage/integration-react@1.1.26
- @backstage/plugin-search-react@1.7.11-next.1
- @backstage/plugin-techdocs@1.10.5-next.1
- @backstage/plugin-techdocs-react@1.2.4-next.1
## 1.0.32-next.0
### Patch Changes
- 2f13862: Fix bug in TechDocsAddonTester when jest.resetAllMocks is called between tests
- Updated dependencies
- @backstage/plugin-catalog@1.19.1-next.0
- @backstage/plugin-techdocs@1.10.5-next.0
- @backstage/plugin-catalog-react@1.11.4-next.0
- @backstage/plugin-techdocs-react@1.2.4-next.0
- @backstage/core-app-api@1.12.4
- @backstage/core-plugin-api@1.9.2
- @backstage/integration-react@1.1.26
- @backstage/test-utils@1.5.5-next.0
- @backstage/plugin-search-react@1.7.11-next.0
## 1.0.31
### Patch Changes
- abfbcfc: Updated dependency `@testing-library/react` to `^15.0.0`.
- cb1e3b0: Updated dependency `@testing-library/dom` to `^10.0.0`.
- Updated dependencies
- @backstage/plugin-catalog@1.19.0
- @backstage/plugin-techdocs-react@1.2.3
- @backstage/plugin-search-react@1.7.10
- @backstage/plugin-catalog-react@1.11.3
- @backstage/core-app-api@1.12.4
- @backstage/core-plugin-api@1.9.2
- @backstage/test-utils@1.5.4
- @backstage/plugin-techdocs@1.10.4
- @backstage/integration-react@1.1.26
## 1.0.31-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.19.0-next.1
- @backstage/core-app-api@1.12.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/integration-react@1.1.26-next.0
- @backstage/test-utils@1.5.4-next.0
- @backstage/plugin-catalog-react@1.11.3-next.1
- @backstage/plugin-search-react@1.7.10-next.1
- @backstage/plugin-techdocs@1.10.4-next.1
- @backstage/plugin-techdocs-react@1.2.3-next.0
## 1.0.31-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.19.0-next.0
- @backstage/core-app-api@1.12.3
- @backstage/core-plugin-api@1.9.1
- @backstage/integration-react@1.1.26-next.0
- @backstage/test-utils@1.5.3
- @backstage/plugin-catalog-react@1.11.3-next.0
- @backstage/plugin-search-react@1.7.10-next.0
- @backstage/plugin-techdocs@1.10.4-next.0
- @backstage/plugin-techdocs-react@1.2.3-next.0
## 1.0.30
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs-react@1.2.2
- @backstage/core-app-api@1.12.3
- @backstage/plugin-catalog-react@1.11.2
- @backstage/plugin-search-react@1.7.9
- @backstage/plugin-techdocs@1.10.3
- @backstage/plugin-catalog@1.18.2
- @backstage/integration-react@1.1.25
- @backstage/core-plugin-api@1.9.1
- @backstage/test-utils@1.5.3
## 1.0.29
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs-react@1.2.1
- @backstage/core-app-api@1.12.2
- @backstage/plugin-catalog-react@1.11.1
- @backstage/plugin-search-react@1.7.8
- @backstage/plugin-techdocs@1.10.2
- @backstage/plugin-catalog@1.18.1
- @backstage/integration-react@1.1.25
- @backstage/core-plugin-api@1.9.1
- @backstage/test-utils@1.5.2
## 1.0.28
### Patch Changes
- 3f14e9f: Mock the new issue user cookie api method.
- 62bcaf8: Use the new generic refresh user cookie provider.
- Updated dependencies
- @backstage/plugin-techdocs@1.10.1
- @backstage/integration-react@1.1.25
- @backstage/plugin-catalog@1.18.0
- @backstage/plugin-techdocs-react@1.2.0
- @backstage/plugin-catalog-react@1.11.0
- @backstage/core-app-api@1.12.1
- @backstage/core-plugin-api@1.9.1
- @backstage/test-utils@1.5.1
- @backstage/plugin-search-react@1.7.7
## 1.0.28-next.2
### Patch Changes
- 3f14e9f: Mock the new issue user cookie api method.
- Updated dependencies
- @backstage/plugin-techdocs@1.10.1-next.2
- @backstage/plugin-techdocs-react@1.2.0-next.2
- @backstage/plugin-catalog-react@1.11.0-next.2
- @backstage/plugin-catalog@1.18.0-next.2
- @backstage/integration-react@1.1.25-next.2
- @backstage/plugin-search-react@1.7.7-next.2
- @backstage/core-app-api@1.12.1-next.1
- @backstage/core-plugin-api@1.9.1-next.1
- @backstage/test-utils@1.5.1-next.1
## 1.0.28-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.10.1-next.1
- @backstage/plugin-catalog@1.17.1-next.1
- @backstage/core-app-api@1.12.1-next.1
- @backstage/core-plugin-api@1.9.1-next.1
- @backstage/integration-react@1.1.25-next.1
- @backstage/test-utils@1.5.1-next.1
- @backstage/plugin-techdocs@1.10.1-next.1
- @backstage/plugin-techdocs-react@1.1.17-next.1
- @backstage/plugin-search-react@1.7.7-next.1
## 1.0.28-next.0
### Patch Changes
- Updated dependencies
- @backstage/integration-react@1.1.25-next.0
- @backstage/plugin-catalog-react@1.10.1-next.0
- @backstage/plugin-catalog@1.17.1-next.0
- @backstage/core-plugin-api@1.9.1-next.0
- @backstage/plugin-techdocs@1.10.1-next.0
- @backstage/test-utils@1.5.1-next.0
- @backstage/plugin-search-react@1.7.7-next.0
- @backstage/plugin-techdocs-react@1.1.17-next.0
- @backstage/core-app-api@1.12.1-next.0
## 1.0.27
### Patch Changes
- 8fe56a8: Widen `@types/react` dependency range to include version 18.
- Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/plugin-catalog@1.17.0
- @backstage/plugin-techdocs-react@1.1.16
- @backstage/core-app-api@1.12.0
- @backstage/test-utils@1.5.0
- @backstage/plugin-techdocs@1.10.0
- @backstage/core-plugin-api@1.9.0
- @backstage/plugin-search-react@1.7.6
- @backstage/integration-react@1.1.24
## 1.0.27-next.3
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.17.0-next.3
- @backstage/plugin-catalog-react@1.10.0-next.3
- @backstage/plugin-techdocs@1.10.0-next.3
- @backstage/core-app-api@1.12.0-next.1
- @backstage/core-plugin-api@1.9.0-next.1
- @backstage/integration-react@1.1.24-next.2
- @backstage/test-utils@1.5.0-next.3
- @backstage/plugin-search-react@1.7.6-next.3
- @backstage/plugin-techdocs-react@1.1.16-next.2
## 1.0.27-next.2
### Patch Changes
- 8fe56a8: Widen `@types/react` dependency range to include version 18.
- Updated dependencies
- @backstage/plugin-techdocs-react@1.1.16-next.1
- @backstage/core-app-api@1.12.0-next.1
- @backstage/plugin-catalog@1.17.0-next.2
- @backstage/core-plugin-api@1.9.0-next.1
- @backstage/plugin-catalog-react@1.10.0-next.2
- @backstage/plugin-search-react@1.7.6-next.2
- @backstage/plugin-techdocs@1.10.0-next.2
- @backstage/test-utils@1.5.0-next.2
- @backstage/integration-react@1.1.24-next.1
## 1.0.27-next.1
### Patch Changes
- Updated dependencies
- @backstage/test-utils@1.5.0-next.1
- @backstage/plugin-catalog@1.17.0-next.1
- @backstage/core-plugin-api@1.8.3-next.0
- @backstage/core-app-api@1.11.4-next.0
- @backstage/plugin-techdocs@1.10.0-next.1
- @backstage/plugin-catalog-react@1.9.4-next.1
- @backstage/plugin-search-react@1.7.6-next.1
- @backstage/integration-react@1.1.24-next.0
- @backstage/plugin-techdocs-react@1.1.16-next.0
## 1.0.27-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/plugin-catalog@1.17.0-next.0
- @backstage/plugin-techdocs@1.9.4-next.0
- @backstage/test-utils@1.5.0-next.0
- @backstage/plugin-search-react@1.7.6-next.0
- @backstage/core-app-api@1.11.3
- @backstage/core-plugin-api@1.8.2
- @backstage/integration-react@1.1.23
- @backstage/plugin-techdocs-react@1.1.15
## 1.0.26
### Patch Changes
- 4016f21: Remove some unused dependencies
- Updated dependencies
- @backstage/core-plugin-api@1.8.2
- @backstage/plugin-techdocs-react@1.1.15
- @backstage/plugin-catalog-react@1.9.3
- @backstage/plugin-techdocs@1.9.3
- @backstage/plugin-catalog@1.16.1
- @backstage/plugin-search-react@1.7.5
- @backstage/integration-react@1.1.23
- @backstage/core-app-api@1.11.3
- @backstage/test-utils@1.4.7
## 1.0.26-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.16.1-next.2
- @backstage/plugin-techdocs@1.9.3-next.2
- @backstage/plugin-catalog-react@1.9.3-next.2
- @backstage/plugin-search-react@1.7.5-next.2
- @backstage/integration-react@1.1.23-next.0
## 1.0.26-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.2-next.0
- @backstage/core-app-api@1.11.3-next.0
- @backstage/integration-react@1.1.23-next.0
- @backstage/test-utils@1.4.7-next.1
- @backstage/plugin-catalog@1.16.1-next.1
- @backstage/plugin-catalog-react@1.9.3-next.1
- @backstage/plugin-search-react@1.7.5-next.1
- @backstage/plugin-techdocs@1.9.3-next.1
- @backstage/plugin-techdocs-react@1.1.15-next.1
## 1.0.26-next.0
### Patch Changes
- 4016f21: Remove some unused dependencies
- Updated dependencies
- @backstage/plugin-techdocs-react@1.1.15-next.0
- @backstage/plugin-catalog-react@1.9.3-next.0
- @backstage/plugin-techdocs@1.9.3-next.0
- @backstage/plugin-catalog@1.16.1-next.0
- @backstage/integration-react@1.1.22
- @backstage/plugin-search-react@1.7.5-next.0
- @backstage/core-app-api@1.11.2
- @backstage/core-plugin-api@1.8.1
- @backstage/test-utils@1.4.7-next.0
## 1.0.25
### Patch Changes
- 3f354e6: Move `@testing-library/react` to be a `peerDependency`
- 5d79682: Remove unnecessary catalog dependency
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/plugin-catalog@1.16.0
- @backstage/core-app-api@1.11.2
- @backstage/test-utils@1.4.6
- @backstage/plugin-techdocs@1.9.2
- @backstage/plugin-search-react@1.7.4
- @backstage/integration-react@1.1.22
- @backstage/plugin-techdocs-react@1.1.14
## 1.0.25-next.4
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.13.9-next.3
- @backstage/core-app-api@1.11.2-next.1
- @backstage/core-plugin-api@1.8.1-next.1
- @backstage/integration-react@1.1.22-next.1
- @backstage/test-utils@1.4.6-next.2
- @backstage/theme@0.5.0-next.1
- @backstage/plugin-catalog@1.16.0-next.4
- @backstage/plugin-catalog-react@1.9.2-next.3
- @backstage/plugin-search-react@1.7.4-next.3
- @backstage/plugin-techdocs@1.9.2-next.4
- @backstage/plugin-techdocs-react@1.1.14-next.3
## 1.0.25-next.3
### Patch Changes
- Updated dependencies
- @backstage/theme@0.5.0-next.1
- @backstage/plugin-techdocs@1.9.2-next.3
- @backstage/plugin-catalog@1.16.0-next.3
- @backstage/plugin-catalog-react@1.9.2-next.2
- @backstage/plugin-search-react@1.7.4-next.2
- @backstage/core-app-api@1.11.2-next.1
- @backstage/core-components@0.13.9-next.2
- @backstage/core-plugin-api@1.8.1-next.1
- @backstage/integration-react@1.1.22-next.1
- @backstage/test-utils@1.4.6-next.2
- @backstage/plugin-techdocs-react@1.1.14-next.2
## 1.0.25-next.2
### Patch Changes
- 5d796829bb: Remove unnecessary catalog dependency
- Updated dependencies
- @backstage/core-components@0.13.9-next.1
- @backstage/core-plugin-api@1.8.1-next.1
- @backstage/plugin-catalog-react@1.9.2-next.1
- @backstage/plugin-catalog@1.16.0-next.2
- @backstage/core-app-api@1.11.2-next.1
- @backstage/test-utils@1.4.6-next.1
- @backstage/plugin-search-react@1.7.4-next.1
- @backstage/plugin-techdocs@1.9.2-next.2
- @backstage/integration-react@1.1.22-next.1
- @backstage/plugin-techdocs-react@1.1.14-next.1
- @backstage/theme@0.5.0-next.0
## 1.0.25-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.16.0-next.1
- @backstage/plugin-techdocs@1.9.2-next.1
## 1.0.25-next.0
### Patch Changes
- 3f354e68f4: Move `@testing-library/react` to be a `peerDependency`
- Updated dependencies
- @backstage/core-plugin-api@1.8.1-next.0
- @backstage/core-components@0.13.9-next.0
- @backstage/plugin-catalog@1.16.0-next.0
- @backstage/plugin-techdocs@1.9.2-next.0
- @backstage/plugin-search-react@1.7.4-next.0
- @backstage/theme@0.5.0-next.0
- @backstage/core-app-api@1.11.2-next.0
- @backstage/integration-react@1.1.22-next.0
- @backstage/test-utils@1.4.6-next.0
- @backstage/plugin-techdocs-react@1.1.14-next.0
## 1.0.23
### Patch Changes
- 6c2b872153: Add official support for React 18.
- Updated dependencies
- @backstage/core-components@0.13.8
- @backstage/plugin-catalog@1.15.0
- @backstage/plugin-techdocs@1.9.0
- @backstage/integration-react@1.1.21
- @backstage/core-plugin-api@1.8.0
- @backstage/plugin-techdocs-react@1.1.13
- @backstage/core-app-api@1.11.1
- @backstage/plugin-search-react@1.7.2
- @backstage/test-utils@1.4.5
- @backstage/theme@0.4.4
## 1.0.23-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.13.8-next.2
- @backstage/plugin-catalog@1.15.0-next.2
- @backstage/plugin-techdocs@1.9.0-next.2
- @backstage/integration-react@1.1.21-next.1
- @backstage/plugin-search-react@1.7.2-next.2
- @backstage/plugin-techdocs-react@1.1.13-next.2
## 1.0.23-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.15.0-next.1
- @backstage/plugin-search-react@1.7.2-next.1
- @backstage/integration-react@1.1.21-next.1
- @backstage/plugin-techdocs@1.8.1-next.1
- @backstage/core-components@0.13.8-next.1
- @backstage/core-app-api@1.11.1-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/test-utils@1.4.5-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/plugin-techdocs-react@1.1.13-next.1
## 1.0.23-next.0
### Patch Changes
- 6c2b872153: Add official support for React 18.
- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog@1.15.0-next.0
- @backstage/plugin-techdocs@1.8.1-next.0
- @backstage/integration-react@1.1.21-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/plugin-techdocs-react@1.1.13-next.0
- @backstage/core-app-api@1.11.1-next.0
- @backstage/plugin-search-react@1.7.2-next.0
- @backstage/test-utils@1.4.5-next.0
- @backstage/theme@0.4.4-next.0
## 1.0.22
### Patch Changes
- 9a1fce352e: Updated dependency `@testing-library/jest-dom` to `^6.0.0`.
- f95af4e540: Updated dependency `@testing-library/dom` to `^9.0.0`.
- Updated dependencies
- @backstage/plugin-catalog@1.14.0
- @backstage/test-utils@1.4.4
- @backstage/core-app-api@1.11.0
- @backstage/plugin-techdocs@1.8.0
- @backstage/core-plugin-api@1.7.0
- @backstage/core-components@0.13.6
- @backstage/integration-react@1.1.20
- @backstage/plugin-search-react@1.7.1
- @backstage/plugin-techdocs-react@1.1.12
- @backstage/theme@0.4.3
## 1.0.22-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.11.0-next.2
- @backstage/plugin-techdocs@1.7.1-next.2
- @backstage/integration-react@1.1.20-next.2
- @backstage/core-components@0.13.6-next.2
- @backstage/core-plugin-api@1.7.0-next.1
- @backstage/plugin-catalog@1.14.0-next.2
- @backstage/plugin-search-react@1.7.1-next.2
- @backstage/theme@0.4.3-next.0
- @backstage/test-utils@1.4.4-next.2
- @backstage/plugin-techdocs-react@1.1.12-next.2
## 1.0.22-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.14.0-next.1
- @backstage/plugin-techdocs@1.7.1-next.1
- @backstage/core-components@0.13.6-next.1
- @backstage/core-app-api@1.10.1-next.1
- @backstage/test-utils@1.4.4-next.1
- @backstage/plugin-search-react@1.7.1-next.1
- @backstage/integration-react@1.1.20-next.1
- @backstage/plugin-techdocs-react@1.1.12-next.1
- @backstage/core-plugin-api@1.7.0-next.0
- @backstage/theme@0.4.2
## 1.0.22-next.0
### Patch Changes
- Updated dependencies
- @backstage/test-utils@1.4.4-next.0
- @backstage/core-plugin-api@1.7.0-next.0
- @backstage/plugin-catalog@1.14.0-next.0
- @backstage/core-components@0.13.6-next.0
- @backstage/integration-react@1.1.20-next.0
- @backstage/plugin-techdocs@1.7.1-next.0
- @backstage/core-app-api@1.10.1-next.0
- @backstage/plugin-search-react@1.7.1-next.0
- @backstage/plugin-techdocs-react@1.1.12-next.0
- @backstage/theme@0.4.2
## 1.0.21
### Patch Changes
- 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
- 8cec7664e146: Removed `@types/node` dependency
- Updated dependencies
- @backstage/integration-react@1.1.19
- @backstage/plugin-catalog@1.13.0
- @backstage/plugin-techdocs@1.7.0
- @backstage/core-components@0.13.5
- @backstage/test-utils@1.4.3
- @backstage/core-app-api@1.10.0
- @backstage/core-plugin-api@1.6.0
- @backstage/plugin-search-react@1.7.0
- @backstage/plugin-techdocs-react@1.1.10
- @backstage/theme@0.4.2
## 1.0.21-next.3
### Patch Changes
- 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
- Updated dependencies
- @backstage/test-utils@1.4.3-next.3
- @backstage/core-app-api@1.10.0-next.3
- @backstage/core-components@0.13.5-next.3
- @backstage/core-plugin-api@1.6.0-next.3
- @backstage/integration-react@1.1.19-next.3
- @backstage/plugin-catalog@1.13.0-next.3
- @backstage/plugin-search-react@1.7.0-next.3
- @backstage/plugin-techdocs@1.7.0-next.3
- @backstage/plugin-techdocs-react@1.1.10-next.3
- @backstage/theme@0.4.2-next.0
## 1.0.21-next.2
### Patch Changes
- 8cec7664e146: Removed `@types/node` dependency
- Updated dependencies
- @backstage/plugin-techdocs@1.7.0-next.2
- @backstage/plugin-catalog@1.13.0-next.2
- @backstage/integration-react@1.1.19-next.2
- @backstage/core-components@0.13.5-next.2
- @backstage/core-plugin-api@1.6.0-next.2
- @backstage/core-app-api@1.10.0-next.2
- @backstage/test-utils@1.4.3-next.2
- @backstage/plugin-search-react@1.7.0-next.2
- @backstage/plugin-techdocs-react@1.1.10-next.2
- @backstage/theme@0.4.1
## 1.0.21-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.13.5-next.1
- @backstage/plugin-search-react@1.7.0-next.1
- @backstage/plugin-catalog@1.12.5-next.1
- @backstage/plugin-techdocs@1.6.9-next.1
- @backstage/integration-react@1.1.19-next.1
- @backstage/plugin-techdocs-react@1.1.10-next.1
- @backstage/core-app-api@1.10.0-next.1
- @backstage/core-plugin-api@1.6.0-next.1
- @backstage/test-utils@1.4.3-next.1
- @backstage/theme@0.4.1
## 1.0.20-next.0
### Patch Changes
- Updated dependencies
- @backstage/integration-react@1.1.18-next.0
- @backstage/plugin-catalog@1.12.4-next.0
- @backstage/plugin-techdocs@1.6.8-next.0
- @backstage/core-app-api@1.10.0-next.0
- @backstage/core-plugin-api@1.6.0-next.0
- @backstage/core-components@0.13.5-next.0
- @backstage/test-utils@1.4.3-next.0
- @backstage/theme@0.4.1
- @backstage/plugin-search-react@1.6.5-next.0
- @backstage/plugin-techdocs-react@1.1.10-next.0
## 1.0.17
### Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.9.1
- @backstage/integration-react@1.1.16
- @backstage/core-components@0.13.4
- @backstage/plugin-catalog@1.12.1
- @backstage/core-plugin-api@1.5.3
- @backstage/test-utils@1.4.2
- @backstage/plugin-search-react@1.6.4
- @backstage/plugin-techdocs@1.6.6
- @backstage/theme@0.4.1
- @backstage/plugin-techdocs-react@1.1.9
## 1.0.17-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.12.1-next.2
- @backstage/plugin-techdocs@1.6.6-next.2
- @backstage/integration-react@1.1.16-next.1
## 1.0.17-next.1
### Patch Changes
- Updated dependencies
- @backstage/integration-react@1.1.16-next.1
- @backstage/plugin-catalog@1.12.1-next.1
- @backstage/plugin-techdocs@1.6.6-next.1
- @backstage/core-app-api@1.9.1-next.0
- @backstage/core-components@0.13.4-next.0
- @backstage/core-plugin-api@1.5.3
- @backstage/test-utils@1.4.2-next.0
- @backstage/theme@0.4.1
- @backstage/plugin-search-react@1.6.4-next.0
- @backstage/plugin-techdocs-react@1.1.9-next.0
## 1.0.17-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.9.1-next.0
- @backstage/core-components@0.13.4-next.0
- @backstage/plugin-catalog@1.12.1-next.0
- @backstage/core-plugin-api@1.5.3
- @backstage/test-utils@1.4.2-next.0
- @backstage/plugin-search-react@1.6.4-next.0
- @backstage/plugin-techdocs@1.6.6-next.0
- @backstage/integration-react@1.1.16-next.0
- @backstage/theme@0.4.1
- @backstage/plugin-techdocs-react@1.1.9-next.0
## 1.0.16
### Patch Changes
- Updated dependencies
- @backstage/theme@0.4.1
- @backstage/plugin-catalog@1.12.0
- @backstage/core-components@0.13.3
- @backstage/core-app-api@1.9.0
- @backstage/test-utils@1.4.1
- @backstage/core-plugin-api@1.5.3
- @backstage/integration-react@1.1.15
- @backstage/plugin-search-react@1.6.3
- @backstage/plugin-techdocs@1.6.5
- @backstage/plugin-techdocs-react@1.1.8
## 1.0.16-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.12.0-next.2
- @backstage/theme@0.4.1-next.1
- @backstage/test-utils@1.4.1-next.2
- @backstage/core-plugin-api@1.5.3-next.1
- @backstage/core-components@0.13.3-next.2
- @backstage/core-app-api@1.8.2-next.1
- @backstage/integration-react@1.1.15-next.2
- @backstage/plugin-search-react@1.6.3-next.2
- @backstage/plugin-techdocs@1.6.5-next.2
- @backstage/plugin-techdocs-react@1.1.8-next.2
## 1.0.16-next.1
### Patch Changes
- Updated dependencies
- @backstage/theme@0.4.1-next.0
- @backstage/core-components@0.13.3-next.1
- @backstage/plugin-catalog@1.11.3-next.1
- @backstage/core-plugin-api@1.5.3-next.0
- @backstage/integration-react@1.1.15-next.1
- @backstage/test-utils@1.4.1-next.1
- @backstage/plugin-search-react@1.6.3-next.1
- @backstage/plugin-techdocs@1.6.5-next.1
- @backstage/plugin-techdocs-react@1.1.8-next.1
- @backstage/core-app-api@1.8.2-next.0
## 1.0.16-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.13.3-next.0
- @backstage/core-app-api@1.8.1
- @backstage/core-plugin-api@1.5.2
- @backstage/integration-react@1.1.15-next.0
- @backstage/test-utils@1.4.1-next.0
- @backstage/theme@0.4.0
- @backstage/plugin-catalog@1.11.3-next.0
- @backstage/plugin-search-react@1.6.3-next.0
- @backstage/plugin-techdocs@1.6.5-next.0
- @backstage/plugin-techdocs-react@1.1.8-next.0
## 1.0.15
### Patch Changes
- 1fd38bc4141a: Avoiding re-running tests on cleanup.
- Updated dependencies
- @backstage/core-app-api@1.8.1
- @backstage/core-plugin-api@1.5.2
- @backstage/plugin-catalog@1.11.2
- @backstage/plugin-search-react@1.6.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-techdocs@1.6.4
- @backstage/test-utils@1.4.0
- @backstage/plugin-techdocs-react@1.1.7
- @backstage/integration-react@1.1.14
## 1.0.15-next.3
### Patch Changes
- Updated dependencies
- @backstage/plugin-search-react@1.6.2-next.3
- @backstage/core-components@0.13.2-next.3
- @backstage/plugin-techdocs@1.6.4-next.3
- @backstage/plugin-catalog@1.11.2-next.3
- @backstage/core-app-api@1.8.1-next.0
- @backstage/core-plugin-api@1.5.2-next.0
- @backstage/integration-react@1.1.14-next.3
- @backstage/test-utils@1.4.0-next.2
- @backstage/theme@0.4.0-next.1
- @backstage/plugin-techdocs-react@1.1.7-next.3
## 1.0.14-next.2
### Patch Changes
- Updated dependencies
- @backstage/theme@0.4.0-next.1
- @backstage/core-components@0.13.2-next.2
- @backstage/plugin-catalog@1.11.1-next.2
- @backstage/integration-react@1.1.14-next.2
- @backstage/test-utils@1.4.0-next.2
- @backstage/plugin-search-react@1.6.1-next.2
- @backstage/plugin-techdocs@1.6.3-next.2
- @backstage/plugin-techdocs-react@1.1.7-next.2
- @backstage/core-app-api@1.8.1-next.0
- @backstage/core-plugin-api@1.5.2-next.0
## 1.0.14-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.11.1-next.1
- @backstage/plugin-search-react@1.6.1-next.1
- @backstage/plugin-techdocs@1.6.3-next.1
- @backstage/core-components@0.13.2-next.1
- @backstage/core-app-api@1.8.1-next.0
- @backstage/core-plugin-api@1.5.2-next.0
- @backstage/integration-react@1.1.14-next.1
- @backstage/plugin-techdocs-react@1.1.7-next.1
- @backstage/test-utils@1.4.0-next.1
- @backstage/theme@0.4.0-next.0
## 1.0.14-next.0
### Patch Changes
- 1fd38bc4141a: Avoiding re-running tests on cleanup.
- Updated dependencies
- @backstage/plugin-techdocs@1.6.3-next.0
- @backstage/test-utils@1.4.0-next.0
- @backstage/theme@0.4.0-next.0
- @backstage/plugin-techdocs-react@1.1.7-next.0
- @backstage/plugin-catalog@1.11.1-next.0
- @backstage/core-app-api@1.8.0
- @backstage/core-components@0.13.2-next.0
- @backstage/core-plugin-api@1.5.1
- @backstage/integration-react@1.1.14-next.0
- @backstage/plugin-search-react@1.6.1-next.0
## 1.0.13
### Patch Changes
- Updated dependencies
- @backstage/theme@0.3.0
- @backstage/plugin-techdocs@1.6.2
- @backstage/plugin-catalog@1.11.0
- @backstage/core-app-api@1.8.0
- @backstage/plugin-search-react@1.6.0
- @backstage/core-components@0.13.1
- @backstage/integration-react@1.1.13
- @backstage/test-utils@1.3.1
- @backstage/plugin-techdocs-react@1.1.6
- @backstage/core-plugin-api@1.5.1
## 1.0.13-next.2
### Patch Changes
- Updated dependencies
- @backstage/theme@0.3.0-next.0
- @backstage/core-components@0.13.1-next.1
- @backstage/plugin-search-react@1.6.0-next.2
- @backstage/integration-react@1.1.13-next.2
- @backstage/test-utils@1.3.1-next.2
- @backstage/plugin-catalog@1.11.0-next.2
- @backstage/plugin-techdocs@1.6.2-next.2
- @backstage/plugin-techdocs-react@1.1.6-next.1
- @backstage/core-app-api@1.8.0-next.1
- @backstage/core-plugin-api@1.5.1
## 1.0.13-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.8.0-next.1
- @backstage/core-components@0.13.1-next.0
- @backstage/core-plugin-api@1.5.1
- @backstage/test-utils@1.3.1-next.1
- @backstage/plugin-catalog@1.11.0-next.1
- @backstage/plugin-search-react@1.6.0-next.1
- @backstage/plugin-techdocs@1.6.2-next.1
- @backstage/integration-react@1.1.13-next.1
- @backstage/plugin-techdocs-react@1.1.6-next.0
## 1.0.13-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.6.2-next.0
- @backstage/plugin-catalog@1.11.0-next.0
- @backstage/plugin-search-react@1.6.0-next.0
- @backstage/core-app-api@1.7.1-next.0
- @backstage/integration-react@1.1.13-next.0
- @backstage/core-components@0.13.0
- @backstage/core-plugin-api@1.5.1
- @backstage/test-utils@1.3.1-next.0
- @backstage/theme@0.2.19
- @backstage/plugin-techdocs-react@1.1.5
## 1.0.12
### Patch Changes
- 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
- e0c6e8b9c3c: Update peer dependencies
- Updated dependencies
- @backstage/core-components@0.13.0
- @backstage/plugin-techdocs@1.6.1
- @backstage/plugin-catalog@1.10.0
- @backstage/core-app-api@1.7.0
- @backstage/test-utils@1.3.0
- @backstage/plugin-search-react@1.5.2
- @backstage/plugin-techdocs-react@1.1.5
- @backstage/integration-react@1.1.12
- @backstage/theme@0.2.19
- @backstage/core-plugin-api@1.5.1
## 1.0.12-next.3
### Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.7.0-next.3
- @backstage/plugin-techdocs@1.6.1-next.3
- @backstage/core-components@0.13.0-next.3
- @backstage/core-plugin-api@1.5.1-next.1
- @backstage/integration-react@1.1.12-next.3
- @backstage/test-utils@1.3.0-next.3
- @backstage/theme@0.2.19-next.0
- @backstage/plugin-catalog@1.10.0-next.3
- @backstage/plugin-search-react@1.5.2-next.3
- @backstage/plugin-techdocs-react@1.1.5-next.3
## 1.0.12-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.6-next.2
- @backstage/core-plugin-api@1.5.1-next.1
- @backstage/plugin-techdocs@1.6.1-next.2
- @backstage/core-app-api@1.7.0-next.2
- @backstage/integration-react@1.1.12-next.2
- @backstage/test-utils@1.3.0-next.2
- @backstage/theme@0.2.19-next.0
- @backstage/plugin-catalog@1.10.0-next.2
- @backstage/plugin-search-react@1.5.2-next.2
- @backstage/plugin-techdocs-react@1.1.5-next.2
## 1.0.12-next.1
### Patch Changes
- e0c6e8b9c3c: Update peer dependencies
- Updated dependencies
- @backstage/core-components@0.12.6-next.1
- @backstage/plugin-techdocs@1.6.1-next.1
- @backstage/core-app-api@1.7.0-next.1
- @backstage/integration-react@1.1.12-next.1
- @backstage/core-plugin-api@1.5.1-next.0
- @backstage/plugin-techdocs-react@1.1.5-next.1
- @backstage/plugin-search-react@1.5.2-next.1
- @backstage/test-utils@1.3.0-next.1
- @backstage/plugin-catalog@1.10.0-next.1
- @backstage/theme@0.2.19-next.0
## 1.0.12-next.0
### Patch Changes
- 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
- Updated dependencies
- @backstage/plugin-catalog@1.10.0-next.0
- @backstage/core-components@0.12.6-next.0
- @backstage/core-app-api@1.7.0-next.0
- @backstage/test-utils@1.3.0-next.0
- @backstage/plugin-search-react@1.5.2-next.0
- @backstage/plugin-techdocs@1.6.1-next.0
- @backstage/plugin-techdocs-react@1.1.5-next.0
- @backstage/integration-react@1.1.12-next.0
- @backstage/core-plugin-api@1.5.0
- @backstage/theme@0.2.18
## 1.0.11
### Patch Changes
- 2b00d8a225c: Fix bug/problem with test helper
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/plugin-catalog@1.9.0
- @backstage/core-components@0.12.5
- @backstage/plugin-techdocs-react@1.1.4
- @backstage/plugin-search-react@1.5.1
- @backstage/plugin-techdocs@1.6.0
- @backstage/core-plugin-api@1.5.0
- @backstage/test-utils@1.2.6
- @backstage/core-app-api@1.6.0
- @backstage/integration-react@1.1.11
- @backstage/theme@0.2.18
## 1.0.11-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.5-next.2
- @backstage/plugin-techdocs-react@1.1.4-next.2
- @backstage/plugin-search-react@1.5.1-next.2
- @backstage/plugin-techdocs@1.6.0-next.2
- @backstage/core-app-api@1.6.0-next.2
- @backstage/plugin-catalog@1.9.0-next.2
- @backstage/core-plugin-api@1.5.0-next.2
- @backstage/integration-react@1.1.11-next.2
- @backstage/test-utils@1.2.6-next.2
## 1.0.11-next.1
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/plugin-catalog@1.9.0-next.1
- @backstage/plugin-techdocs@1.6.0-next.1
- @backstage/core-components@0.12.5-next.1
- @backstage/plugin-techdocs-react@1.1.4-next.1
- @backstage/core-app-api@1.5.1-next.1
- @backstage/core-plugin-api@1.4.1-next.1
- @backstage/integration-react@1.1.11-next.1
- @backstage/test-utils@1.2.6-next.1
- @backstage/theme@0.2.18-next.0
- @backstage/plugin-search-react@1.5.1-next.1
## 1.0.11-next.0
### Patch Changes
- 2b00d8a225: Fix bug/problem with test helper
- Updated dependencies
- @backstage/plugin-techdocs@1.6.0-next.0
- @backstage/core-plugin-api@1.4.1-next.0
- @backstage/plugin-techdocs-react@1.1.4-next.0
- @backstage/test-utils@1.2.6-next.0
- @backstage/plugin-catalog@1.9.0-next.0
- @backstage/core-app-api@1.5.1-next.0
- @backstage/core-components@0.12.5-next.0
- @backstage/integration-react@1.1.11-next.0
- @backstage/theme@0.2.17
- @backstage/plugin-search-react@1.5.1-next.0
## 1.0.10
### Patch Changes
- d950d3e217: Depend on `@material-ui/core` version `^4.12.2` like all other in-repo packages
- Updated dependencies
- @backstage/plugin-catalog@1.8.0
- @backstage/plugin-techdocs@1.5.0
- @backstage/core-components@0.12.4
- @backstage/theme@0.2.17
- @backstage/core-app-api@1.5.0
- @backstage/core-plugin-api@1.4.0
- @backstage/plugin-search-react@1.5.0
- @backstage/integration-react@1.1.10
- @backstage/test-utils@1.2.5
- @backstage/plugin-techdocs-react@1.1.3
## 1.0.10-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.5.0-next.2
- @backstage/plugin-catalog@1.8.0-next.2
- @backstage/plugin-search-react@1.5.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-app-api@1.4.1-next.0
- @backstage/core-plugin-api@1.3.0
- @backstage/integration-react@1.1.10-next.1
- @backstage/test-utils@1.2.5-next.0
- @backstage/theme@0.2.16
- @backstage/plugin-techdocs-react@1.1.3-next.2
## 1.0.10-next.1
### Patch Changes
- d950d3e217: Depend on `@material-ui/core` version `^4.12.2` like all other in-repo packages
- Updated dependencies
- @backstage/plugin-techdocs@1.5.0-next.1
- @backstage/plugin-catalog@1.8.0-next.1
- @backstage/core-app-api@1.4.1-next.0
- @backstage/core-components@0.12.4-next.0
- @backstage/plugin-search-react@1.5.0-next.0
- @backstage/core-plugin-api@1.3.0
- @backstage/integration-react@1.1.10-next.0
- @backstage/test-utils@1.2.5-next.0
- @backstage/theme@0.2.16
- @backstage/plugin-techdocs-react@1.1.3-next.1
## 1.0.10-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.4.4-next.0
- @backstage/plugin-catalog@1.7.3-next.0
- @backstage/plugin-techdocs-react@1.1.3-next.0
- @backstage/integration-react@1.1.9
## 1.0.9
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.3
- @backstage/plugin-techdocs@1.4.3
- @backstage/plugin-catalog@1.7.2
- @backstage/plugin-search-react@1.4.0
- @backstage/core-plugin-api@1.3.0
- @backstage/core-app-api@1.4.0
- @backstage/plugin-techdocs-react@1.1.2
- @backstage/integration-react@1.1.9
- @backstage/test-utils@1.2.4
- @backstage/theme@0.2.16
## 1.0.9-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-search-react@1.4.0-next.2
- @backstage/core-plugin-api@1.3.0-next.1
- @backstage/core-app-api@1.4.0-next.1
- @backstage/plugin-techdocs-react@1.1.2-next.2
- @backstage/core-components@0.12.3-next.2
- @backstage/integration-react@1.1.9-next.2
- @backstage/test-utils@1.2.4-next.1
- @backstage/theme@0.2.16
- @backstage/plugin-catalog@1.7.2-next.2
- @backstage/plugin-techdocs@1.4.3-next.2
## 1.0.9-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.4.3-next.1
- @backstage/core-app-api@1.3.1-next.0
- @backstage/core-components@0.12.3-next.1
- @backstage/core-plugin-api@1.2.1-next.0
- @backstage/integration-react@1.1.9-next.1
- @backstage/test-utils@1.2.4-next.0
- @backstage/theme@0.2.16
- @backstage/plugin-catalog@1.7.2-next.1
- @backstage/plugin-search-react@1.3.2-next.1
- @backstage/plugin-techdocs-react@1.1.2-next.1
## 1.0.9-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.3-next.0
- @backstage/plugin-techdocs-react@1.1.2-next.0
- @backstage/plugin-techdocs@1.4.3-next.0
- @backstage/core-app-api@1.3.0
- @backstage/core-plugin-api@1.2.0
- @backstage/integration-react@1.1.9-next.0
- @backstage/test-utils@1.2.3
- @backstage/theme@0.2.16
- @backstage/plugin-catalog@1.7.2-next.0
- @backstage/plugin-search-react@1.3.2-next.0
## 1.0.8
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.2
- @backstage/integration-react@1.1.8
- @backstage/plugin-catalog@1.7.1
- @backstage/plugin-search-react@1.3.1
- @backstage/plugin-techdocs@1.4.2
- @backstage/plugin-techdocs-react@1.1.1
## 1.0.7
### Patch Changes
- 3280711113: Updated dependency `msw` to `^0.49.0`.
- Updated dependencies
- @backstage/plugin-techdocs-react@1.1.0
- @backstage/plugin-catalog@1.7.0
- @backstage/core-plugin-api@1.2.0
- @backstage/plugin-search-react@1.3.0
- @backstage/core-components@0.12.1
- @backstage/core-app-api@1.3.0
- @backstage/plugin-techdocs@1.4.1
- @backstage/test-utils@1.2.3
- @backstage/integration-react@1.1.7
- @backstage/theme@0.2.16
## 1.0.7-next.4
### Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.3.0-next.4
- @backstage/core-components@0.12.1-next.4
- @backstage/test-utils@1.2.3-next.4
- @backstage/plugin-catalog@1.7.0-next.4
- @backstage/plugin-search-react@1.3.0-next.4
- @backstage/plugin-techdocs@1.4.1-next.4
- @backstage/core-plugin-api@1.2.0-next.2
- @backstage/integration-react@1.1.7-next.4
- @backstage/theme@0.2.16
- @backstage/plugin-techdocs-react@1.0.7-next.4
## 1.0.7-next.3
### Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.2.1-next.3
- @backstage/core-components@0.12.1-next.3
- @backstage/core-plugin-api@1.2.0-next.2
- @backstage/integration-react@1.1.7-next.3
- @backstage/test-utils@1.2.3-next.3
- @backstage/theme@0.2.16
- @backstage/plugin-catalog@1.7.0-next.3
- @backstage/plugin-search-react@1.3.0-next.3
- @backstage/plugin-techdocs@1.4.1-next.3
- @backstage/plugin-techdocs-react@1.0.7-next.3
## 1.0.7-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.7.0-next.2
- @backstage/core-plugin-api@1.2.0-next.2
- @backstage/plugin-search-react@1.3.0-next.2
- @backstage/core-app-api@1.2.1-next.2
- @backstage/core-components@0.12.1-next.2
- @backstage/test-utils@1.2.3-next.2
- @backstage/integration-react@1.1.7-next.2
- @backstage/plugin-techdocs@1.4.1-next.2
- @backstage/plugin-techdocs-react@1.0.7-next.2
- @backstage/theme@0.2.16
## 1.0.7-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.2.1-next.1
- @backstage/core-components@0.12.1-next.1
- @backstage/plugin-catalog@1.6.2-next.1
- @backstage/plugin-techdocs@1.4.1-next.1
- @backstage/test-utils@1.2.3-next.1
- @backstage/plugin-search-react@1.2.2-next.1
- @backstage/core-plugin-api@1.1.1-next.1
- @backstage/integration-react@1.1.7-next.1
- @backstage/plugin-techdocs-react@1.0.7-next.1
- @backstage/theme@0.2.16
## 1.0.7-next.0
### Patch Changes
- 3280711113: Updated dependency `msw` to `^0.49.0`.
- Updated dependencies
- @backstage/plugin-techdocs-react@1.0.7-next.0
- @backstage/core-components@0.12.1-next.0
- @backstage/core-app-api@1.2.1-next.0
- @backstage/core-plugin-api@1.1.1-next.0
- @backstage/integration-react@1.1.7-next.0
- @backstage/test-utils@1.2.3-next.0
- @backstage/plugin-techdocs@1.4.1-next.0
- @backstage/plugin-catalog@1.6.2-next.0
- @backstage/theme@0.2.16
- @backstage/plugin-search-react@1.2.2-next.0
## 1.0.6
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.4.0
- @backstage/core-components@0.12.0
- @backstage/core-app-api@1.2.0
- @backstage/core-plugin-api@1.1.0
- @backstage/plugin-techdocs-react@1.0.6
- @backstage/plugin-catalog@1.6.1
- @backstage/integration-react@1.1.6
- @backstage/plugin-search-react@1.2.1
- @backstage/test-utils@1.2.2
- @backstage/theme@0.2.16
## 1.0.6-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.4.0-next.2
- @backstage/core-components@0.12.0-next.1
- @backstage/core-app-api@1.2.0-next.0
- @backstage/core-plugin-api@1.1.0-next.0
- @backstage/integration-react@1.1.6-next.1
- @backstage/test-utils@1.2.2-next.0
- @backstage/theme@0.2.16
- @backstage/plugin-catalog@1.6.1-next.1
- @backstage/plugin-search-react@1.2.1-next.1
- @backstage/plugin-techdocs-react@1.0.6-next.1
## 1.0.6-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.4.0-next.1
## 1.0.6-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.0-next.0
- @backstage/core-app-api@1.2.0-next.0
- @backstage/plugin-techdocs@1.4.0-next.0
- @backstage/core-plugin-api@1.1.0-next.0
- @backstage/plugin-catalog@1.6.1-next.0
- @backstage/integration-react@1.1.6-next.0
- @backstage/plugin-search-react@1.2.1-next.0
- @backstage/plugin-techdocs-react@1.0.6-next.0
- @backstage/test-utils@1.2.2-next.0
- @backstage/theme@0.2.16
## 1.0.5
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.6.0
- @backstage/core-components@0.11.2
- @backstage/core-app-api@1.1.1
- @backstage/test-utils@1.2.1
- @backstage/plugin-search-react@1.2.0
- @backstage/plugin-techdocs@1.3.3
- @backstage/plugin-techdocs-react@1.0.5
- @backstage/integration-react@1.1.5
- @backstage/core-plugin-api@1.0.7
- @backstage/theme@0.2.16
## 1.0.5-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.6.0-next.2
- @backstage/test-utils@1.2.1-next.2
- @backstage/core-app-api@1.1.1-next.2
- @backstage/core-components@0.11.2-next.2
- @backstage/core-plugin-api@1.0.7-next.2
- @backstage/integration-react@1.1.5-next.2
- @backstage/theme@0.2.16
- @backstage/plugin-search-react@1.2.0-next.2
- @backstage/plugin-techdocs@1.3.3-next.2
- @backstage/plugin-techdocs-react@1.0.5-next.2
## 1.0.5-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.6.0-next.1
- @backstage/core-app-api@1.1.1-next.1
- @backstage/plugin-search-react@1.2.0-next.1
- @backstage/plugin-techdocs@1.3.3-next.1
- @backstage/core-components@0.11.2-next.1
- @backstage/core-plugin-api@1.0.7-next.1
- @backstage/test-utils@1.2.1-next.1
- @backstage/integration-react@1.1.5-next.1
- @backstage/theme@0.2.16
- @backstage/plugin-techdocs-react@1.0.5-next.1
## 1.0.5-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.11.2-next.0
- @backstage/test-utils@1.2.1-next.0
- @backstage/plugin-catalog@1.5.2-next.0
- @backstage/plugin-techdocs@1.3.3-next.0
- @backstage/plugin-techdocs-react@1.0.5-next.0
- @backstage/integration-react@1.1.5-next.0
- @backstage/plugin-search-react@1.1.1-next.0
- @backstage/core-app-api@1.1.1-next.0
- @backstage/core-plugin-api@1.0.7-next.0
- @backstage/theme@0.2.16
## 1.0.4
### Patch Changes
- 817f3196f6: Updated React Router dependencies to be peer dependencies.
- 7d47def9c4: Removed dependency on `@types/jest`.
- 667d917488: Updated dependency `msw` to `^0.47.0`.
- 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
- bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
- Updated dependencies
- @backstage/core-app-api@1.1.0
- @backstage/core-components@0.11.1
- @backstage/core-plugin-api@1.0.6
- @backstage/test-utils@1.2.0
- @backstage/plugin-catalog@1.5.1
- @backstage/plugin-search-react@1.1.0
- @backstage/plugin-techdocs-react@1.0.4
- @backstage/plugin-techdocs@1.3.2
- @backstage/integration-react@1.1.4
## 1.0.4-next.3
### Patch Changes
- 7d47def9c4: Removed dependency on `@types/jest`.
- Updated dependencies
- @backstage/core-app-api@1.1.0-next.3
- @backstage/core-components@0.11.1-next.3
- @backstage/core-plugin-api@1.0.6-next.3
- @backstage/integration-react@1.1.4-next.2
- @backstage/test-utils@1.2.0-next.3
- @backstage/plugin-catalog@1.5.1-next.3
- @backstage/plugin-techdocs@1.3.2-next.3
- @backstage/plugin-techdocs-react@1.0.4-next.2
## 1.0.4-next.2
### Patch Changes
- 667d917488: Updated dependency `msw` to `^0.47.0`.
- 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
- Updated dependencies
- @backstage/core-app-api@1.1.0-next.2
- @backstage/plugin-techdocs@1.3.2-next.2
- @backstage/core-components@0.11.1-next.2
- @backstage/core-plugin-api@1.0.6-next.2
- @backstage/integration-react@1.1.4-next.1
- @backstage/test-utils@1.2.0-next.2
- @backstage/plugin-search-react@1.1.0-next.2
- @backstage/plugin-catalog@1.5.1-next.2
## 1.0.4-next.1
### Patch Changes
- 817f3196f6: Updated React Router dependencies to be peer dependencies.
- Updated dependencies
- @backstage/core-app-api@1.1.0-next.1
- @backstage/core-components@0.11.1-next.1
- @backstage/core-plugin-api@1.0.6-next.1
- @backstage/test-utils@1.2.0-next.1
- @backstage/plugin-catalog@1.5.1-next.1
- @backstage/plugin-search-react@1.0.2-next.1
- @backstage/plugin-techdocs-react@1.0.4-next.1
- @backstage/plugin-techdocs@1.3.2-next.1
## 1.0.4-next.0
### Patch Changes
- bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
- Updated dependencies
- @backstage/plugin-techdocs@1.3.2-next.0
- @backstage/core-app-api@1.0.6-next.0
- @backstage/core-plugin-api@1.0.6-next.0
- @backstage/core-components@0.11.1-next.0
- @backstage/integration-react@1.1.4-next.0
- @backstage/test-utils@1.1.4-next.0
- @backstage/plugin-catalog@1.5.1-next.0
- @backstage/plugin-search-react@1.0.2-next.0
- @backstage/plugin-techdocs-react@1.0.4-next.0
## 1.0.3
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.3.1
- @backstage/core-components@0.11.0
- @backstage/core-plugin-api@1.0.5
- @backstage/plugin-catalog@1.5.0
- @backstage/plugin-techdocs-react@1.0.3
- @backstage/core-app-api@1.0.5
- @backstage/integration-react@1.1.3
- @backstage/test-utils@1.1.3
- @backstage/plugin-search-react@1.0.1
## 1.0.3-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.3.1-next.2
- @backstage/core-components@0.11.0-next.2
- @backstage/integration-react@1.1.3-next.1
- @backstage/plugin-catalog@1.5.0-next.2
- @backstage/plugin-search-react@1.0.1-next.1
- @backstage/plugin-techdocs-react@1.0.3-next.2
## 1.0.3-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.0.5-next.0
- @backstage/plugin-catalog@1.5.0-next.0
- @backstage/plugin-techdocs@1.3.1-next.0
- @backstage/integration-react@1.1.3-next.0
- @backstage/core-app-api@1.0.5-next.0
- @backstage/core-components@0.10.1-next.0
- @backstage/test-utils@1.1.3-next.0
- @backstage/plugin-search-react@1.0.1-next.0
- @backstage/plugin-techdocs-react@1.0.3-next.0
## 1.0.2
### Patch Changes
- a70869e775: Updated dependency `msw` to `^0.43.0`.
- 8006d0f9bf: Updated dependency `msw` to `^0.44.0`.
- Updated dependencies
- @backstage/core-components@0.10.0
- @backstage/plugin-techdocs-react@1.0.2
- @backstage/plugin-search-react@1.0.0
- @backstage/plugin-catalog@1.4.0
- @backstage/core-app-api@1.0.4
- @backstage/core-plugin-api@1.0.4
- @backstage/integration-react@1.1.2
- @backstage/test-utils@1.1.2
- @backstage/plugin-techdocs@1.3.0
- @backstage/theme@0.2.16
## 1.0.2-next.3
### Patch Changes
- a70869e775: Updated dependency `msw` to `^0.43.0`.
- Updated dependencies
- @backstage/core-app-api@1.0.4-next.1
- @backstage/core-plugin-api@1.0.4-next.0
- @backstage/core-components@0.10.0-next.3
- @backstage/integration-react@1.1.2-next.3
- @backstage/test-utils@1.1.2-next.2
- @backstage/plugin-techdocs@1.2.1-next.3
- @backstage/plugin-catalog@1.4.0-next.3
- @backstage/plugin-search-react@0.2.2-next.3
- @backstage/plugin-techdocs-react@1.0.2-next.2
## 1.0.2-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.10.0-next.2
- @backstage/plugin-search-react@0.2.2-next.2
- @backstage/theme@0.2.16-next.1
- @backstage/plugin-techdocs@1.2.1-next.2
- @backstage/plugin-catalog@1.4.0-next.2
- @backstage/integration-react@1.1.2-next.2
- @backstage/plugin-techdocs-react@1.0.2-next.1
## 1.0.2-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.9.6-next.1
- @backstage/plugin-catalog@1.3.1-next.1
- @backstage/theme@0.2.16-next.0
- @backstage/plugin-techdocs@1.2.1-next.1
- @backstage/integration-react@1.1.2-next.1
- @backstage/test-utils@1.1.2-next.1
- @backstage/plugin-search-react@0.2.2-next.1
## 1.0.2-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.9.6-next.0
- @backstage/plugin-techdocs-react@1.0.2-next.0
- @backstage/plugin-catalog@1.3.1-next.0
- @backstage/core-app-api@1.0.4-next.0
- @backstage/plugin-techdocs@1.2.1-next.0
- @backstage/integration-react@1.1.2-next.0
- @backstage/plugin-search-react@0.2.2-next.0
- @backstage/test-utils@1.1.2-next.0
## 1.0.1
### Patch Changes
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
- d047d81295: Update default mock
- Updated dependencies
- @backstage/plugin-catalog@1.3.0
- @backstage/plugin-techdocs@1.2.0
- @backstage/plugin-search-react@0.2.1
- @backstage/core-components@0.9.5
- @backstage/core-app-api@1.0.3
- @backstage/core-plugin-api@1.0.3
- @backstage/integration-react@1.1.1
- @backstage/test-utils@1.1.1
- @backstage/plugin-techdocs-react@1.0.1
## 1.0.1-next.1
### Patch Changes
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
- Updated dependencies
- @backstage/core-components@0.9.5-next.1
- @backstage/core-app-api@1.0.3-next.0
- @backstage/core-plugin-api@1.0.3-next.0
- @backstage/integration-react@1.1.1-next.1
- @backstage/test-utils@1.1.1-next.0
- @backstage/plugin-techdocs@1.1.2-next.1
- @backstage/plugin-catalog@1.2.1-next.1
- @backstage/plugin-search-react@0.2.1-next.0
- @backstage/plugin-techdocs-react@1.0.1-next.1
## 1.0.1-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.2.1-next.0
- @backstage/core-components@0.9.5-next.0
- @backstage/plugin-techdocs@1.1.2-next.0
- @backstage/plugin-techdocs-react@1.0.1-next.0
- @backstage/integration-react@1.1.1-next.0
## 1.0.0
### Major Changes
- 0ad901569f: The TechDocs Addon framework is now generally available.
### Minor Changes
- 52fddad92d: Introducing a package with utilities to help test TechDocs Addons.
### Patch Changes
- f84e0e2818: Fixed a bug preventing testing of TechDocs Addons whose dom contained `
` tags.
- 7c398c6473: The `TechDocsAddonTester` class may now be extended if custom test configuration is needed.
- 614bd96e2a: Fixed a type bug preventing `buildAddonsInTechDocs().withApis()` from being called with multiple partial API implementations.
- Updated dependencies
- @backstage/core-components@0.9.4
- @backstage/test-utils@1.1.0
- @backstage/plugin-techdocs@1.1.1
- @backstage/core-plugin-api@1.0.2
- @backstage/plugin-catalog@1.2.0
- @backstage/integration-react@1.1.0
- @backstage/plugin-techdocs-react@1.0.0
- @backstage/plugin-search-react@0.2.0
- @backstage/core-app-api@1.0.2
## 0.1.0-next.1
### Patch Changes
- f84e0e2818: Fixed a bug preventing testing of TechDocs Addons whose dom contained `
` tags.
- 7c398c6473: The `TechDocsAddonTester` class may now be extended if custom test configuration is needed.
- Updated dependencies
- @backstage/core-components@0.9.4-next.1
- @backstage/plugin-techdocs@1.1.1-next.2
- @backstage/plugin-techdocs-react@0.1.1-next.2
- @backstage/plugin-catalog@1.2.0-next.2
- @backstage/plugin-search-react@0.2.0-next.2
- @backstage/core-app-api@1.0.2-next.1
- @backstage/core-plugin-api@1.0.2-next.1
- @backstage/integration-react@1.1.0-next.2
- @backstage/test-utils@1.1.0-next.2
## 0.1.0-next.0
### Minor Changes
- 52fddad92d: Introducing a package with utilities to help test TechDocs Addons.
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.9.4-next.0
- @backstage/test-utils@1.1.0-next.1
- @backstage/core-plugin-api@1.0.2-next.0
- @backstage/plugin-catalog@1.2.0-next.1
- @backstage/plugin-search-react@0.2.0-next.1
- @backstage/plugin-techdocs-react@0.1.1-next.1
- @backstage/plugin-techdocs@1.1.1-next.1
- @backstage/integration-react@1.1.0-next.1
- @backstage/core-app-api@1.0.2-next.0