@backstage/plugin-techdocs 0.0.0-nightly-20240322021005 → 0.0.0-nightly-20240323021043

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,19 +1,41 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20240322021005
3
+ ## 0.0.0-nightly-20240323021043
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - e8f026a: Use ESM exports of react-use library
8
8
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20240322021005
10
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20240322021005
11
- - @backstage/plugin-catalog-react@0.0.0-nightly-20240322021005
12
- - @backstage/plugin-search-react@0.0.0-nightly-20240322021005
13
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240322021005
9
+ - @backstage/core-components@0.0.0-nightly-20240323021043
10
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20240323021043
11
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20240323021043
12
+ - @backstage/plugin-search-react@0.0.0-nightly-20240323021043
13
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240323021043
14
14
  - @backstage/integration-react@1.1.25
15
- - @backstage/plugin-auth-react@0.0.0-nightly-20240322021005
16
- - @backstage/core-compat-api@0.0.0-nightly-20240322021005
15
+ - @backstage/plugin-auth-react@0.0.0-nightly-20240323021043
16
+ - @backstage/core-compat-api@0.0.0-nightly-20240323021043
17
+ - @backstage/core-plugin-api@1.9.1
18
+ - @backstage/catalog-model@1.4.5
19
+ - @backstage/config@1.2.0
20
+ - @backstage/errors@1.2.4
21
+ - @backstage/integration@1.9.1
22
+ - @backstage/theme@0.5.2
23
+ - @backstage/plugin-search-common@1.2.11
24
+
25
+ ## 1.10.2
26
+
27
+ ### Patch Changes
28
+
29
+ - e8f026a: Use ESM exports of react-use library
30
+ - Updated dependencies
31
+ - @backstage/core-components@0.14.2
32
+ - @backstage/plugin-techdocs-react@1.2.1
33
+ - @backstage/plugin-catalog-react@1.11.1
34
+ - @backstage/plugin-search-react@1.7.8
35
+ - @backstage/frontend-plugin-api@0.6.2
36
+ - @backstage/integration-react@1.1.25
37
+ - @backstage/plugin-auth-react@0.0.2
38
+ - @backstage/core-compat-api@0.2.2
17
39
  - @backstage/core-plugin-api@1.9.1
18
40
  - @backstage/catalog-model@1.4.5
19
41
  - @backstage/config@1.2.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20240322021005",
3
+ "version": "0.0.0-nightly-20240323021043",
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-20240322021005",
3
+ "version": "0.0.0-nightly-20240323021043",
4
4
  "description": "The Backstage plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin"
@@ -52,18 +52,18 @@
52
52
  "dependencies": {
53
53
  "@backstage/catalog-model": "^1.4.5",
54
54
  "@backstage/config": "^1.2.0",
55
- "@backstage/core-compat-api": "^0.0.0-nightly-20240322021005",
56
- "@backstage/core-components": "^0.0.0-nightly-20240322021005",
55
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240323021043",
56
+ "@backstage/core-components": "^0.0.0-nightly-20240323021043",
57
57
  "@backstage/core-plugin-api": "^1.9.1",
58
58
  "@backstage/errors": "^1.2.4",
59
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240322021005",
59
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240323021043",
60
60
  "@backstage/integration": "^1.9.1",
61
61
  "@backstage/integration-react": "^1.1.25",
62
- "@backstage/plugin-auth-react": "^0.0.0-nightly-20240322021005",
63
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240322021005",
62
+ "@backstage/plugin-auth-react": "^0.0.0-nightly-20240323021043",
63
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240323021043",
64
64
  "@backstage/plugin-search-common": "^1.2.11",
65
- "@backstage/plugin-search-react": "^0.0.0-nightly-20240322021005",
66
- "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240322021005",
65
+ "@backstage/plugin-search-react": "^0.0.0-nightly-20240323021043",
66
+ "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240323021043",
67
67
  "@backstage/theme": "^0.5.2",
68
68
  "@material-ui/core": "^4.12.2",
69
69
  "@material-ui/icons": "^4.9.1",
@@ -79,11 +79,11 @@
79
79
  "react-use": "^17.2.4"
80
80
  },
81
81
  "devDependencies": {
82
- "@backstage/cli": "^0.0.0-nightly-20240322021005",
83
- "@backstage/core-app-api": "^0.0.0-nightly-20240322021005",
84
- "@backstage/dev-utils": "^0.0.0-nightly-20240322021005",
85
- "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20240322021005",
86
- "@backstage/test-utils": "^0.0.0-nightly-20240322021005",
82
+ "@backstage/cli": "^0.0.0-nightly-20240323021043",
83
+ "@backstage/core-app-api": "^0.0.0-nightly-20240323021043",
84
+ "@backstage/dev-utils": "^0.0.0-nightly-20240323021043",
85
+ "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20240323021043",
86
+ "@backstage/test-utils": "^0.0.0-nightly-20240323021043",
87
87
  "@testing-library/dom": "^9.0.0",
88
88
  "@testing-library/jest-dom": "^6.0.0",
89
89
  "@testing-library/react": "^14.0.0",