@backstage/plugin-techdocs-react 0.0.0-nightly-20241115023545 → 0.0.0-nightly-20241116023418

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/plugin-techdocs-react
2
2
 
3
- ## 0.0.0-nightly-20241115023545
3
+ ## 0.0.0-nightly-20241116023418
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 4a2f73a: Fix an issue that caused the current documentation page to be re-rendered when navigating to
8
8
  another one.
9
9
  - Updated dependencies
10
- - @backstage/core-components@0.0.0-nightly-20241115023545
10
+ - @backstage/core-components@0.0.0-nightly-20241116023418
11
11
  - @backstage/catalog-model@1.7.0
12
12
  - @backstage/config@1.2.0
13
13
  - @backstage/core-plugin-api@1.10.0
@@ -1,6 +1,6 @@
1
1
  import React, { useCallback } from 'react';
2
2
  import { useOutlet } from 'react-router-dom';
3
- import { attachComponentData, createReactExtension, useElementFilter } from '@backstage/core-plugin-api';
3
+ import { attachComponentData, useElementFilter, createReactExtension } from '@backstage/core-plugin-api';
4
4
 
5
5
  const TECHDOCS_ADDONS_KEY = "techdocs.addons.addon.v1";
6
6
  const TECHDOCS_ADDONS_WRAPPER_KEY = "techdocs.addons.wrapper.v1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-react",
3
- "version": "0.0.0-nightly-20241115023545",
3
+ "version": "0.0.0-nightly-20241116023418",
4
4
  "description": "Shared frontend utilities for TechDocs and Addons",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -47,7 +47,7 @@
47
47
  "dependencies": {
48
48
  "@backstage/catalog-model": "1.7.0",
49
49
  "@backstage/config": "1.2.0",
50
- "@backstage/core-components": "0.0.0-nightly-20241115023545",
50
+ "@backstage/core-components": "0.0.0-nightly-20241116023418",
51
51
  "@backstage/core-plugin-api": "1.10.0",
52
52
  "@backstage/version-bridge": "1.0.10",
53
53
  "@material-ui/core": "^4.12.2",
@@ -58,9 +58,9 @@
58
58
  "react-use": "^17.2.4"
59
59
  },
60
60
  "devDependencies": {
61
- "@backstage/cli": "0.0.0-nightly-20241115023545",
62
- "@backstage/test-utils": "0.0.0-nightly-20241115023545",
63
- "@backstage/theme": "0.0.0-nightly-20241115023545",
61
+ "@backstage/cli": "0.0.0-nightly-20241116023418",
62
+ "@backstage/test-utils": "0.0.0-nightly-20241116023418",
63
+ "@backstage/theme": "0.0.0-nightly-20241116023418",
64
64
  "@testing-library/jest-dom": "^6.0.0",
65
65
  "@testing-library/react": "^16.0.0",
66
66
  "@types/react": "^18.0.0",