@backstage/plugin-techdocs 0.0.0-nightly-20260201031455 → 0.0.0-nightly-20260203031143

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,27 +1,27 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20260201031455
3
+ ## 0.0.0-nightly-20260203031143
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 9e29545: Improve sidebars (nav/TOC) layout and scrolling
8
8
  - 22dce2b: TechDocs addons in the new frontend system now use a Utility API pattern instead of multiple attachment points. The `AddonBlueprint` now uses this new approach, and while addons created with older versions still work, they will produce a deprecation warning and will stop working in a future release.
9
9
  - Updated dependencies
10
- - @backstage/plugin-catalog-react@0.0.0-nightly-20260201031455
11
- - @backstage/core-components@0.0.0-nightly-20260201031455
12
- - @backstage/plugin-search-common@0.0.0-nightly-20260201031455
13
- - @backstage/integration@0.0.0-nightly-20260201031455
14
- - @backstage/frontend-plugin-api@0.0.0-nightly-20260201031455
15
- - @backstage/core-plugin-api@0.0.0-nightly-20260201031455
16
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20260201031455
17
- - @backstage/plugin-search-react@0.0.0-nightly-20260201031455
10
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20260203031143
11
+ - @backstage/core-components@0.0.0-nightly-20260203031143
12
+ - @backstage/plugin-search-common@0.0.0-nightly-20260203031143
13
+ - @backstage/integration@0.0.0-nightly-20260203031143
14
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20260203031143
15
+ - @backstage/core-plugin-api@0.0.0-nightly-20260203031143
16
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20260203031143
17
+ - @backstage/plugin-search-react@0.0.0-nightly-20260203031143
18
18
  - @backstage/catalog-client@1.12.1
19
19
  - @backstage/catalog-model@1.7.6
20
20
  - @backstage/config@1.3.6
21
21
  - @backstage/errors@1.2.7
22
- - @backstage/integration-react@0.0.0-nightly-20260201031455
22
+ - @backstage/integration-react@0.0.0-nightly-20260203031143
23
23
  - @backstage/theme@0.7.1
24
- - @backstage/plugin-auth-react@0.0.0-nightly-20260201031455
24
+ - @backstage/plugin-auth-react@0.0.0-nightly-20260203031143
25
25
  - @backstage/plugin-techdocs-common@0.1.1
26
26
 
27
27
  ## 1.16.3-next.0
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-techdocs";
2
- var version = "0.0.0-nightly-20260201031455";
2
+ var version = "0.0.0-nightly-20260203031143";
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-20260201031455",
3
+ "version": "0.0.0-nightly-20260203031143",
4
4
  "description": "The Backstage plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -74,18 +74,18 @@
74
74
  "@backstage/catalog-client": "1.12.1",
75
75
  "@backstage/catalog-model": "1.7.6",
76
76
  "@backstage/config": "1.3.6",
77
- "@backstage/core-components": "0.0.0-nightly-20260201031455",
78
- "@backstage/core-plugin-api": "0.0.0-nightly-20260201031455",
77
+ "@backstage/core-components": "0.0.0-nightly-20260203031143",
78
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260203031143",
79
79
  "@backstage/errors": "1.2.7",
80
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20260201031455",
81
- "@backstage/integration": "0.0.0-nightly-20260201031455",
82
- "@backstage/integration-react": "0.0.0-nightly-20260201031455",
83
- "@backstage/plugin-auth-react": "0.0.0-nightly-20260201031455",
84
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20260201031455",
85
- "@backstage/plugin-search-common": "0.0.0-nightly-20260201031455",
86
- "@backstage/plugin-search-react": "0.0.0-nightly-20260201031455",
80
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20260203031143",
81
+ "@backstage/integration": "0.0.0-nightly-20260203031143",
82
+ "@backstage/integration-react": "0.0.0-nightly-20260203031143",
83
+ "@backstage/plugin-auth-react": "0.0.0-nightly-20260203031143",
84
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20260203031143",
85
+ "@backstage/plugin-search-common": "0.0.0-nightly-20260203031143",
86
+ "@backstage/plugin-search-react": "0.0.0-nightly-20260203031143",
87
87
  "@backstage/plugin-techdocs-common": "0.1.1",
88
- "@backstage/plugin-techdocs-react": "0.0.0-nightly-20260201031455",
88
+ "@backstage/plugin-techdocs-react": "0.0.0-nightly-20260203031143",
89
89
  "@backstage/theme": "0.7.1",
90
90
  "@material-ui/core": "^4.12.2",
91
91
  "@material-ui/icons": "^4.9.1",
@@ -99,12 +99,12 @@
99
99
  "react-use": "^17.2.4"
100
100
  },
101
101
  "devDependencies": {
102
- "@backstage/cli": "0.0.0-nightly-20260201031455",
103
- "@backstage/core-app-api": "0.0.0-nightly-20260201031455",
104
- "@backstage/dev-utils": "0.0.0-nightly-20260201031455",
105
- "@backstage/plugin-catalog": "0.0.0-nightly-20260201031455",
106
- "@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20260201031455",
107
- "@backstage/test-utils": "0.0.0-nightly-20260201031455",
102
+ "@backstage/cli": "0.0.0-nightly-20260203031143",
103
+ "@backstage/core-app-api": "0.0.0-nightly-20260203031143",
104
+ "@backstage/dev-utils": "0.0.0-nightly-20260203031143",
105
+ "@backstage/plugin-catalog": "0.0.0-nightly-20260203031143",
106
+ "@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20260203031143",
107
+ "@backstage/test-utils": "0.0.0-nightly-20260203031143",
108
108
  "@testing-library/dom": "^10.0.0",
109
109
  "@testing-library/jest-dom": "^6.0.0",
110
110
  "@testing-library/react": "^16.0.0",