@backstage/plugin-techdocs 0.0.0-nightly-20260124024840 → 0.0.0-nightly-20260125025906

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,12 +1,12 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20260124024840
3
+ ## 0.0.0-nightly-20260125025906
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 9e29545: Improve sidebars (nav/TOC) layout and scrolling
8
8
  - Updated dependencies
9
- - @backstage/plugin-catalog-react@0.0.0-nightly-20260124024840
9
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20260125025906
10
10
  - @backstage/frontend-plugin-api@0.13.3
11
11
  - @backstage/plugin-search-react@1.10.2
12
12
  - @backstage/catalog-client@1.12.1
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-techdocs";
2
- var version = "0.0.0-nightly-20260124024840";
2
+ var version = "0.0.0-nightly-20260125025906";
3
3
  var description = "The Backstage plugin that renders technical documentation for your components";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20260124024840",
3
+ "version": "0.0.0-nightly-20260125025906",
4
4
  "description": "The Backstage plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -81,7 +81,7 @@
81
81
  "@backstage/integration": "1.19.2",
82
82
  "@backstage/integration-react": "1.2.14",
83
83
  "@backstage/plugin-auth-react": "0.1.23",
84
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20260124024840",
84
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20260125025906",
85
85
  "@backstage/plugin-search-common": "1.2.21",
86
86
  "@backstage/plugin-search-react": "1.10.2",
87
87
  "@backstage/plugin-techdocs-common": "0.1.1",
@@ -99,10 +99,10 @@
99
99
  "react-use": "^17.2.4"
100
100
  },
101
101
  "devDependencies": {
102
- "@backstage/cli": "0.0.0-nightly-20260124024840",
102
+ "@backstage/cli": "0.0.0-nightly-20260125025906",
103
103
  "@backstage/core-app-api": "1.19.3",
104
- "@backstage/dev-utils": "0.0.0-nightly-20260124024840",
105
- "@backstage/plugin-catalog": "0.0.0-nightly-20260124024840",
104
+ "@backstage/dev-utils": "0.0.0-nightly-20260125025906",
105
+ "@backstage/plugin-catalog": "0.0.0-nightly-20260125025906",
106
106
  "@backstage/plugin-techdocs-module-addons-contrib": "1.1.32",
107
107
  "@backstage/test-utils": "1.7.14",
108
108
  "@testing-library/dom": "^10.0.0",