@backstage/plugin-techdocs 0.0.0-nightly-20240820021901 → 0.0.0-nightly-20240821021909

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,6 +1,17 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20240820021901
3
+ ## 0.0.0-nightly-20240821021909
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240821021909
9
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20240821021909
10
+ - @backstage/plugin-search-react@0.0.0-nightly-20240821021909
11
+ - @backstage/core-compat-api@0.0.0-nightly-20240821021909
12
+ - @backstage/integration-react@1.1.30
13
+
14
+ ## 1.10.8
4
15
 
5
16
  ### Patch Changes
6
17
 
@@ -13,22 +24,22 @@
13
24
  - bdc5471: Fixed issue where header styles were incorrectly generated when themes used CSS variables to define font size.
14
25
  - 6349099: Added config input type to the extensions
15
26
  - Updated dependencies
16
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240820021901
17
- - @backstage/plugin-catalog-react@0.0.0-nightly-20240820021901
18
- - @backstage/plugin-search-react@0.0.0-nightly-20240820021901
19
- - @backstage/core-components@0.0.0-nightly-20240820021901
20
- - @backstage/core-compat-api@0.0.0-nightly-20240820021901
21
- - @backstage/plugin-search-common@0.0.0-nightly-20240820021901
22
- - @backstage/integration@0.0.0-nightly-20240820021901
23
- - @backstage/plugin-techdocs-common@0.0.0-nightly-20240820021901
24
- - @backstage/plugin-auth-react@0.0.0-nightly-20240820021901
25
- - @backstage/catalog-model@0.0.0-nightly-20240820021901
27
+ - @backstage/frontend-plugin-api@0.7.0
28
+ - @backstage/plugin-catalog-react@1.12.3
29
+ - @backstage/plugin-search-react@1.7.14
30
+ - @backstage/core-components@0.14.10
31
+ - @backstage/core-compat-api@0.2.8
32
+ - @backstage/plugin-search-common@1.2.14
33
+ - @backstage/integration@1.14.0
34
+ - @backstage/plugin-techdocs-common@0.1.0
35
+ - @backstage/plugin-auth-react@0.1.5
36
+ - @backstage/catalog-model@1.6.0
26
37
  - @backstage/config@1.2.0
27
38
  - @backstage/core-plugin-api@1.9.3
28
39
  - @backstage/errors@1.2.4
29
- - @backstage/integration-react@0.0.0-nightly-20240820021901
40
+ - @backstage/integration-react@1.1.30
30
41
  - @backstage/theme@0.5.6
31
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20240820021901
42
+ - @backstage/plugin-techdocs-react@1.2.7
32
43
 
33
44
  ## 1.10.8-next.3
34
45
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs__alpha",
3
- "version": "0.0.0-nightly-20240820021901",
3
+ "version": "0.0.0-nightly-20240821021909",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20240820021901",
3
+ "version": "0.0.0-nightly-20240821021909",
4
4
  "description": "The Backstage plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -58,21 +58,21 @@
58
58
  "test": "backstage-cli package test"
59
59
  },
60
60
  "dependencies": {
61
- "@backstage/catalog-model": "^0.0.0-nightly-20240820021901",
61
+ "@backstage/catalog-model": "^1.6.0",
62
62
  "@backstage/config": "^1.2.0",
63
- "@backstage/core-compat-api": "^0.0.0-nightly-20240820021901",
64
- "@backstage/core-components": "^0.0.0-nightly-20240820021901",
63
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240821021909",
64
+ "@backstage/core-components": "^0.14.10",
65
65
  "@backstage/core-plugin-api": "^1.9.3",
66
66
  "@backstage/errors": "^1.2.4",
67
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240820021901",
68
- "@backstage/integration": "^0.0.0-nightly-20240820021901",
69
- "@backstage/integration-react": "^0.0.0-nightly-20240820021901",
70
- "@backstage/plugin-auth-react": "^0.0.0-nightly-20240820021901",
71
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240820021901",
72
- "@backstage/plugin-search-common": "^0.0.0-nightly-20240820021901",
73
- "@backstage/plugin-search-react": "^0.0.0-nightly-20240820021901",
74
- "@backstage/plugin-techdocs-common": "^0.0.0-nightly-20240820021901",
75
- "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240820021901",
67
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240821021909",
68
+ "@backstage/integration": "^1.14.0",
69
+ "@backstage/integration-react": "^1.1.30",
70
+ "@backstage/plugin-auth-react": "^0.1.5",
71
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240821021909",
72
+ "@backstage/plugin-search-common": "^1.2.14",
73
+ "@backstage/plugin-search-react": "^0.0.0-nightly-20240821021909",
74
+ "@backstage/plugin-techdocs-common": "^0.1.0",
75
+ "@backstage/plugin-techdocs-react": "^1.2.7",
76
76
  "@backstage/theme": "^0.5.6",
77
77
  "@material-ui/core": "^4.12.2",
78
78
  "@material-ui/icons": "^4.9.1",
@@ -88,11 +88,11 @@
88
88
  "react-use": "^17.2.4"
89
89
  },
90
90
  "devDependencies": {
91
- "@backstage/cli": "^0.0.0-nightly-20240820021901",
92
- "@backstage/core-app-api": "^0.0.0-nightly-20240820021901",
93
- "@backstage/dev-utils": "^0.0.0-nightly-20240820021901",
94
- "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20240820021901",
95
- "@backstage/test-utils": "^0.0.0-nightly-20240820021901",
91
+ "@backstage/cli": "^0.27.0",
92
+ "@backstage/core-app-api": "^1.14.2",
93
+ "@backstage/dev-utils": "^0.0.0-nightly-20240821021909",
94
+ "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.13",
95
+ "@backstage/test-utils": "^1.5.10",
96
96
  "@testing-library/dom": "^10.0.0",
97
97
  "@testing-library/jest-dom": "^6.0.0",
98
98
  "@testing-library/react": "^15.0.0",