@backstage/plugin-techdocs 0.0.0-nightly-20240512021617 → 0.0.0-nightly-20240513021609

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,23 +1,23 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20240512021617
3
+ ## 0.0.0-nightly-20240513021609
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
  - 5863cf7: The `techdocs.builder` config is now optional and it will default to `local`.
9
9
  - Updated dependencies
10
- - @backstage/core-compat-api@0.0.0-nightly-20240512021617
11
- - @backstage/catalog-model@0.0.0-nightly-20240512021617
12
- - @backstage/core-components@0.0.0-nightly-20240512021617
13
- - @backstage/plugin-auth-react@0.0.0-nightly-20240512021617
14
- - @backstage/plugin-catalog-react@0.0.0-nightly-20240512021617
15
- - @backstage/theme@0.0.0-nightly-20240512021617
16
- - @backstage/integration@0.0.0-nightly-20240512021617
17
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240512021617
18
- - @backstage/integration-react@0.0.0-nightly-20240512021617
19
- - @backstage/plugin-search-react@0.0.0-nightly-20240512021617
20
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20240512021617
10
+ - @backstage/core-compat-api@0.0.0-nightly-20240513021609
11
+ - @backstage/catalog-model@0.0.0-nightly-20240513021609
12
+ - @backstage/core-components@0.0.0-nightly-20240513021609
13
+ - @backstage/plugin-auth-react@0.0.0-nightly-20240513021609
14
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20240513021609
15
+ - @backstage/theme@0.0.0-nightly-20240513021609
16
+ - @backstage/integration@0.0.0-nightly-20240513021609
17
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240513021609
18
+ - @backstage/integration-react@0.0.0-nightly-20240513021609
19
+ - @backstage/plugin-search-react@0.0.0-nightly-20240513021609
20
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20240513021609
21
21
 
22
22
  ## 1.10.5-next.2
23
23
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20240512021617",
3
+ "version": "0.0.0-nightly-20240513021609",
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-20240512021617",
3
+ "version": "0.0.0-nightly-20240513021609",
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-20240512021617",
53
+ "@backstage/catalog-model": "^0.0.0-nightly-20240513021609",
54
54
  "@backstage/config": "^1.2.0",
55
- "@backstage/core-compat-api": "^0.0.0-nightly-20240512021617",
56
- "@backstage/core-components": "^0.0.0-nightly-20240512021617",
55
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240513021609",
56
+ "@backstage/core-components": "^0.0.0-nightly-20240513021609",
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-20240512021617",
60
- "@backstage/integration": "^0.0.0-nightly-20240512021617",
61
- "@backstage/integration-react": "^0.0.0-nightly-20240512021617",
62
- "@backstage/plugin-auth-react": "^0.0.0-nightly-20240512021617",
63
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240512021617",
59
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240513021609",
60
+ "@backstage/integration": "^0.0.0-nightly-20240513021609",
61
+ "@backstage/integration-react": "^0.0.0-nightly-20240513021609",
62
+ "@backstage/plugin-auth-react": "^0.0.0-nightly-20240513021609",
63
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240513021609",
64
64
  "@backstage/plugin-search-common": "^1.2.11",
65
- "@backstage/plugin-search-react": "^0.0.0-nightly-20240512021617",
66
- "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240512021617",
67
- "@backstage/theme": "^0.0.0-nightly-20240512021617",
65
+ "@backstage/plugin-search-react": "^0.0.0-nightly-20240513021609",
66
+ "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240513021609",
67
+ "@backstage/theme": "^0.0.0-nightly-20240513021609",
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-20240512021617",
83
- "@backstage/core-app-api": "^0.0.0-nightly-20240512021617",
84
- "@backstage/dev-utils": "^0.0.0-nightly-20240512021617",
85
- "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20240512021617",
86
- "@backstage/test-utils": "^0.0.0-nightly-20240512021617",
82
+ "@backstage/cli": "^0.0.0-nightly-20240513021609",
83
+ "@backstage/core-app-api": "^0.0.0-nightly-20240513021609",
84
+ "@backstage/dev-utils": "^0.0.0-nightly-20240513021609",
85
+ "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20240513021609",
86
+ "@backstage/test-utils": "^0.0.0-nightly-20240513021609",
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",