@backstage/plugin-techdocs 0.0.0-nightly-20240611021715 → 0.0.0-nightly-20240612021718

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,6 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20240611021715
3
+ ## 0.0.0-nightly-20240612021718
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,23 +8,46 @@
8
8
  - cbebad1: Internal updates to allow reusing Backstage's `fetchApi` implementation for event source requests. This allows you to for example, override the `Authorization` header.
9
9
  - 96cd13e: `TechDocsIndexPage` now accepts an optional `ownerPickerMode` for toggling the behavior of the `EntityOwnerPicker`, exposing a new mode `<TechDocsIndexPage ownerPickerMode="all" />` particularly suitable for larger catalogs. In this new mode, `EntityOwnerPicker` will display all the users and groups present in the catalog.
10
10
  - e40bd9a: Fixed bug in CopyToClipboardButton component where positioning of the "Copy to clipboard" button in techdocs code snippets was broken in some cases
11
+ - d44a20a: Added additional plugin metadata to `package.json`.
11
12
  - 1256d88: Fix weird opening behaviour of the <TechDocsSearch /> component.
12
13
  - Updated dependencies
13
- - @backstage/core-components@0.0.0-nightly-20240611021715
14
- - @backstage/core-compat-api@0.0.0-nightly-20240611021715
15
- - @backstage/core-plugin-api@0.0.0-nightly-20240611021715
16
- - @backstage/theme@0.0.0-nightly-20240611021715
17
- - @backstage/integration@0.0.0-nightly-20240611021715
18
- - @backstage/plugin-catalog-react@0.0.0-nightly-20240611021715
19
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240611021715
20
- - @backstage/integration-react@0.0.0-nightly-20240611021715
21
- - @backstage/plugin-auth-react@0.0.0-nightly-20240611021715
22
- - @backstage/plugin-search-react@0.0.0-nightly-20240611021715
23
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20240611021715
14
+ - @backstage/core-components@0.0.0-nightly-20240612021718
15
+ - @backstage/core-compat-api@0.0.0-nightly-20240612021718
16
+ - @backstage/core-plugin-api@0.0.0-nightly-20240612021718
17
+ - @backstage/theme@0.0.0-nightly-20240612021718
18
+ - @backstage/integration@0.0.0-nightly-20240612021718
19
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20240612021718
20
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20240612021718
21
+ - @backstage/plugin-search-common@0.0.0-nightly-20240612021718
22
+ - @backstage/plugin-search-react@0.0.0-nightly-20240612021718
23
+ - @backstage/plugin-auth-react@0.0.0-nightly-20240612021718
24
+ - @backstage/integration-react@0.0.0-nightly-20240612021718
25
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240612021718
24
26
  - @backstage/catalog-model@1.5.0
25
27
  - @backstage/config@1.2.0
26
28
  - @backstage/errors@1.2.4
27
- - @backstage/plugin-search-common@1.2.11
29
+
30
+ ## 1.10.6-next.2
31
+
32
+ ### Patch Changes
33
+
34
+ - d44a20a: Added additional plugin metadata to `package.json`.
35
+ - Updated dependencies
36
+ - @backstage/core-components@0.14.8-next.2
37
+ - @backstage/integration@1.12.0-next.1
38
+ - @backstage/plugin-techdocs-react@1.2.5-next.2
39
+ - @backstage/plugin-catalog-react@1.12.1-next.2
40
+ - @backstage/plugin-search-common@1.2.12-next.0
41
+ - @backstage/plugin-search-react@1.7.12-next.2
42
+ - @backstage/plugin-auth-react@0.1.3-next.2
43
+ - @backstage/integration-react@1.1.28-next.1
44
+ - @backstage/frontend-plugin-api@0.6.6-next.2
45
+ - @backstage/core-compat-api@0.2.6-next.2
46
+ - @backstage/catalog-model@1.5.0
47
+ - @backstage/config@1.2.0
48
+ - @backstage/core-plugin-api@1.9.3-next.0
49
+ - @backstage/errors@1.2.4
50
+ - @backstage/theme@0.5.6-next.0
28
51
 
29
52
  ## 1.10.6-next.1
30
53
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20240611021715",
3
+ "version": "0.0.0-nightly-20240612021718",
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,9 +1,16 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20240611021715",
3
+ "version": "0.0.0-nightly-20240612021718",
4
4
  "description": "The Backstage plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
- "role": "frontend-plugin"
6
+ "role": "frontend-plugin",
7
+ "pluginId": "techdocs",
8
+ "pluginPackages": [
9
+ "@backstage/plugin-techdocs",
10
+ "@backstage/plugin-techdocs-backend",
11
+ "@backstage/plugin-techdocs-node",
12
+ "@backstage/plugin-techdocs-react"
13
+ ]
7
14
  },
8
15
  "publishConfig": {
9
16
  "access": "public"
@@ -52,19 +59,19 @@
52
59
  "dependencies": {
53
60
  "@backstage/catalog-model": "^1.5.0",
54
61
  "@backstage/config": "^1.2.0",
55
- "@backstage/core-compat-api": "^0.0.0-nightly-20240611021715",
56
- "@backstage/core-components": "^0.0.0-nightly-20240611021715",
57
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240611021715",
62
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240612021718",
63
+ "@backstage/core-components": "^0.0.0-nightly-20240612021718",
64
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240612021718",
58
65
  "@backstage/errors": "^1.2.4",
59
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240611021715",
60
- "@backstage/integration": "^0.0.0-nightly-20240611021715",
61
- "@backstage/integration-react": "^0.0.0-nightly-20240611021715",
62
- "@backstage/plugin-auth-react": "^0.0.0-nightly-20240611021715",
63
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240611021715",
64
- "@backstage/plugin-search-common": "^1.2.11",
65
- "@backstage/plugin-search-react": "^0.0.0-nightly-20240611021715",
66
- "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240611021715",
67
- "@backstage/theme": "^0.0.0-nightly-20240611021715",
66
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240612021718",
67
+ "@backstage/integration": "^0.0.0-nightly-20240612021718",
68
+ "@backstage/integration-react": "^0.0.0-nightly-20240612021718",
69
+ "@backstage/plugin-auth-react": "^0.0.0-nightly-20240612021718",
70
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240612021718",
71
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20240612021718",
72
+ "@backstage/plugin-search-react": "^0.0.0-nightly-20240612021718",
73
+ "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240612021718",
74
+ "@backstage/theme": "^0.0.0-nightly-20240612021718",
68
75
  "@material-ui/core": "^4.12.2",
69
76
  "@material-ui/icons": "^4.9.1",
70
77
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -79,11 +86,11 @@
79
86
  "react-use": "^17.2.4"
80
87
  },
81
88
  "devDependencies": {
82
- "@backstage/cli": "^0.0.0-nightly-20240611021715",
83
- "@backstage/core-app-api": "^0.0.0-nightly-20240611021715",
84
- "@backstage/dev-utils": "^0.0.0-nightly-20240611021715",
85
- "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20240611021715",
86
- "@backstage/test-utils": "^0.0.0-nightly-20240611021715",
89
+ "@backstage/cli": "^0.0.0-nightly-20240612021718",
90
+ "@backstage/core-app-api": "^0.0.0-nightly-20240612021718",
91
+ "@backstage/dev-utils": "^0.0.0-nightly-20240612021718",
92
+ "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20240612021718",
93
+ "@backstage/test-utils": "^0.0.0-nightly-20240612021718",
87
94
  "@testing-library/dom": "^10.0.0",
88
95
  "@testing-library/jest-dom": "^6.0.0",
89
96
  "@testing-library/react": "^15.0.0",