@backstage/plugin-techdocs 0.0.0-nightly-20241112023028 → 0.0.0-nightly-20241114023301

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +32 -9
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20241112023028
3
+ ## 0.0.0-nightly-20241114023301
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -13,23 +13,46 @@
13
13
  - 4a2f73a: Fix an issue that caused the current documentation page to be re-rendered when navigating to
14
14
  another one.
15
15
  - Updated dependencies
16
- - @backstage/theme@0.0.0-nightly-20241112023028
17
- - @backstage/core-components@0.0.0-nightly-20241112023028
18
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20241112023028
16
+ - @backstage/theme@0.0.0-nightly-20241114023301
17
+ - @backstage/core-components@0.0.0-nightly-20241114023301
18
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20241114023301
19
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20241114023301
19
20
  - @backstage/catalog-model@1.7.0
20
21
  - @backstage/config@1.2.0
21
- - @backstage/core-compat-api@0.0.0-nightly-20241112023028
22
+ - @backstage/core-compat-api@0.0.0-nightly-20241114023301
22
23
  - @backstage/core-plugin-api@1.10.0
23
24
  - @backstage/errors@1.2.4
24
- - @backstage/frontend-plugin-api@0.0.0-nightly-20241112023028
25
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20241114023301
25
26
  - @backstage/integration@1.15.1
26
27
  - @backstage/integration-react@1.2.0
27
- - @backstage/plugin-auth-react@0.0.0-nightly-20241112023028
28
- - @backstage/plugin-catalog-react@0.0.0-nightly-20241112023028
28
+ - @backstage/plugin-auth-react@0.0.0-nightly-20241114023301
29
29
  - @backstage/plugin-search-common@1.2.14
30
- - @backstage/plugin-search-react@0.0.0-nightly-20241112023028
30
+ - @backstage/plugin-search-react@0.0.0-nightly-20241114023301
31
31
  - @backstage/plugin-techdocs-common@0.1.0
32
32
 
33
+ ## 1.11.1-next.3
34
+
35
+ ### Patch Changes
36
+
37
+ - e937ae7: Fix an issue with index page of documentation site being re-rendered.
38
+ - Updated dependencies
39
+ - @backstage/core-components@0.16.0-next.2
40
+ - @backstage/plugin-catalog-react@1.14.1-next.3
41
+ - @backstage/core-compat-api@0.3.2-next.2
42
+ - @backstage/catalog-model@1.7.0
43
+ - @backstage/config@1.2.0
44
+ - @backstage/core-plugin-api@1.10.0
45
+ - @backstage/errors@1.2.4
46
+ - @backstage/frontend-plugin-api@0.9.1-next.2
47
+ - @backstage/integration@1.15.1
48
+ - @backstage/integration-react@1.2.0
49
+ - @backstage/theme@0.6.1-next.0
50
+ - @backstage/plugin-auth-react@0.1.8-next.2
51
+ - @backstage/plugin-search-common@1.2.14
52
+ - @backstage/plugin-search-react@1.8.2-next.2
53
+ - @backstage/plugin-techdocs-common@0.1.0
54
+ - @backstage/plugin-techdocs-react@1.2.10-next.2
55
+
33
56
  ## 1.11.1-next.2
34
57
 
35
58
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20241112023028",
3
+ "version": "0.0.0-nightly-20241114023301",
4
4
  "description": "The Backstage plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -70,20 +70,20 @@
70
70
  "dependencies": {
71
71
  "@backstage/catalog-model": "1.7.0",
72
72
  "@backstage/config": "1.2.0",
73
- "@backstage/core-compat-api": "0.0.0-nightly-20241112023028",
74
- "@backstage/core-components": "0.0.0-nightly-20241112023028",
73
+ "@backstage/core-compat-api": "0.0.0-nightly-20241114023301",
74
+ "@backstage/core-components": "0.0.0-nightly-20241114023301",
75
75
  "@backstage/core-plugin-api": "1.10.0",
76
76
  "@backstage/errors": "1.2.4",
77
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20241112023028",
77
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20241114023301",
78
78
  "@backstage/integration": "1.15.1",
79
79
  "@backstage/integration-react": "1.2.0",
80
- "@backstage/plugin-auth-react": "0.0.0-nightly-20241112023028",
81
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20241112023028",
80
+ "@backstage/plugin-auth-react": "0.0.0-nightly-20241114023301",
81
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20241114023301",
82
82
  "@backstage/plugin-search-common": "1.2.14",
83
- "@backstage/plugin-search-react": "0.0.0-nightly-20241112023028",
83
+ "@backstage/plugin-search-react": "0.0.0-nightly-20241114023301",
84
84
  "@backstage/plugin-techdocs-common": "0.1.0",
85
- "@backstage/plugin-techdocs-react": "0.0.0-nightly-20241112023028",
86
- "@backstage/theme": "0.0.0-nightly-20241112023028",
85
+ "@backstage/plugin-techdocs-react": "0.0.0-nightly-20241114023301",
86
+ "@backstage/theme": "0.0.0-nightly-20241114023301",
87
87
  "@material-ui/core": "^4.12.2",
88
88
  "@material-ui/icons": "^4.9.1",
89
89
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -97,11 +97,11 @@
97
97
  "react-use": "^17.2.4"
98
98
  },
99
99
  "devDependencies": {
100
- "@backstage/cli": "0.0.0-nightly-20241112023028",
100
+ "@backstage/cli": "0.0.0-nightly-20241114023301",
101
101
  "@backstage/core-app-api": "1.15.1",
102
- "@backstage/dev-utils": "0.0.0-nightly-20241112023028",
103
- "@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20241112023028",
104
- "@backstage/test-utils": "0.0.0-nightly-20241112023028",
102
+ "@backstage/dev-utils": "0.0.0-nightly-20241114023301",
103
+ "@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20241114023301",
104
+ "@backstage/test-utils": "0.0.0-nightly-20241114023301",
105
105
  "@testing-library/dom": "^10.0.0",
106
106
  "@testing-library/jest-dom": "^6.0.0",
107
107
  "@testing-library/react": "^16.0.0",