@backstage/plugin-techdocs 0.0.0-nightly-20240423021331 → 0.0.0-nightly-20240424021224

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,26 +1,48 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20240423021331
3
+ ## 0.0.0-nightly-20240424021224
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - d2cc139: Update path in Readme for Plugin Techdocs to show the correct setup information.
8
8
  - Updated dependencies
9
- - @backstage/core-compat-api@0.0.0-nightly-20240423021331
10
- - @backstage/catalog-model@0.0.0-nightly-20240423021331
11
- - @backstage/theme@0.0.0-nightly-20240423021331
12
- - @backstage/plugin-catalog-react@0.0.0-nightly-20240423021331
13
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20240423021331
9
+ - @backstage/core-compat-api@0.0.0-nightly-20240424021224
10
+ - @backstage/catalog-model@0.0.0-nightly-20240424021224
11
+ - @backstage/plugin-auth-react@0.0.0-nightly-20240424021224
12
+ - @backstage/theme@0.0.0-nightly-20240424021224
13
+ - @backstage/core-components@0.0.0-nightly-20240424021224
14
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20240424021224
15
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20240424021224
14
16
  - @backstage/config@1.2.0
15
- - @backstage/core-components@0.0.0-nightly-20240423021331
16
17
  - @backstage/core-plugin-api@1.9.2
17
18
  - @backstage/errors@1.2.4
18
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240423021331
19
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240424021224
19
20
  - @backstage/integration@1.10.0
20
21
  - @backstage/integration-react@1.1.26
21
- - @backstage/plugin-auth-react@0.0.0-nightly-20240423021331
22
22
  - @backstage/plugin-search-common@1.2.11
23
- - @backstage/plugin-search-react@0.0.0-nightly-20240423021331
23
+ - @backstage/plugin-search-react@0.0.0-nightly-20240424021224
24
+
25
+ ## 1.10.5-next.0
26
+
27
+ ### Patch Changes
28
+
29
+ - d2cc139: Update path in Readme for Plugin Techdocs to show the correct setup information.
30
+ - Updated dependencies
31
+ - @backstage/core-compat-api@0.2.5-next.0
32
+ - @backstage/catalog-model@1.5.0-next.0
33
+ - @backstage/plugin-auth-react@0.1.1-next.0
34
+ - @backstage/theme@0.5.4-next.0
35
+ - @backstage/core-components@0.14.5-next.0
36
+ - @backstage/plugin-catalog-react@1.11.4-next.0
37
+ - @backstage/plugin-techdocs-react@1.2.4-next.0
38
+ - @backstage/config@1.2.0
39
+ - @backstage/core-plugin-api@1.9.2
40
+ - @backstage/errors@1.2.4
41
+ - @backstage/frontend-plugin-api@0.6.5-next.0
42
+ - @backstage/integration@1.10.0
43
+ - @backstage/integration-react@1.1.26
44
+ - @backstage/plugin-search-common@1.2.11
45
+ - @backstage/plugin-search-react@1.7.11-next.0
24
46
 
25
47
  ## 1.10.4
26
48
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20240423021331",
3
+ "version": "0.0.0-nightly-20240424021224",
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-20240423021331",
3
+ "version": "0.0.0-nightly-20240424021224",
4
4
  "description": "The Backstage plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin"
@@ -50,21 +50,21 @@
50
50
  "test": "backstage-cli package test"
51
51
  },
52
52
  "dependencies": {
53
- "@backstage/catalog-model": "^0.0.0-nightly-20240423021331",
53
+ "@backstage/catalog-model": "^0.0.0-nightly-20240424021224",
54
54
  "@backstage/config": "^1.2.0",
55
- "@backstage/core-compat-api": "^0.0.0-nightly-20240423021331",
56
- "@backstage/core-components": "^0.0.0-nightly-20240423021331",
55
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240424021224",
56
+ "@backstage/core-components": "^0.0.0-nightly-20240424021224",
57
57
  "@backstage/core-plugin-api": "^1.9.2",
58
58
  "@backstage/errors": "^1.2.4",
59
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240423021331",
59
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240424021224",
60
60
  "@backstage/integration": "^1.10.0",
61
61
  "@backstage/integration-react": "^1.1.26",
62
- "@backstage/plugin-auth-react": "^0.0.0-nightly-20240423021331",
63
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240423021331",
62
+ "@backstage/plugin-auth-react": "^0.0.0-nightly-20240424021224",
63
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240424021224",
64
64
  "@backstage/plugin-search-common": "^1.2.11",
65
- "@backstage/plugin-search-react": "^0.0.0-nightly-20240423021331",
66
- "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240423021331",
67
- "@backstage/theme": "^0.0.0-nightly-20240423021331",
65
+ "@backstage/plugin-search-react": "^0.0.0-nightly-20240424021224",
66
+ "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240424021224",
67
+ "@backstage/theme": "^0.0.0-nightly-20240424021224",
68
68
  "@material-ui/core": "^4.12.2",
69
69
  "@material-ui/icons": "^4.9.1",
70
70
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -79,11 +79,11 @@
79
79
  "react-use": "^17.2.4"
80
80
  },
81
81
  "devDependencies": {
82
- "@backstage/cli": "^0.0.0-nightly-20240423021331",
82
+ "@backstage/cli": "^0.0.0-nightly-20240424021224",
83
83
  "@backstage/core-app-api": "^1.12.4",
84
- "@backstage/dev-utils": "^0.0.0-nightly-20240423021331",
85
- "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20240423021331",
86
- "@backstage/test-utils": "^0.0.0-nightly-20240423021331",
84
+ "@backstage/dev-utils": "^0.0.0-nightly-20240424021224",
85
+ "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20240424021224",
86
+ "@backstage/test-utils": "^0.0.0-nightly-20240424021224",
87
87
  "@testing-library/dom": "^10.0.0",
88
88
  "@testing-library/jest-dom": "^6.0.0",
89
89
  "@testing-library/react": "^15.0.0",