@backstage/plugin-techdocs 0.0.0-nightly-20231203021624 → 0.0.0-nightly-20231204021618

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,22 +1,22 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20231203021624
3
+ ## 0.0.0-nightly-20231204021618
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 03d0b6d: The `convertLegacyRouteRef` utility used by the alpha exports is now imported from `@backstage/core-compat-api`.
8
8
  - 36c94b8: Refactor of the alpha exports due to API change in how extension IDs are constructed.
9
9
  - Updated dependencies
10
- - @backstage/core-compat-api@0.0.0-nightly-20231203021624
11
- - @backstage/core-plugin-api@0.0.0-nightly-20231203021624
12
- - @backstage/frontend-plugin-api@0.0.0-nightly-20231203021624
13
- - @backstage/plugin-catalog-react@0.0.0-nightly-20231203021624
14
- - @backstage/core-components@0.0.0-nightly-20231203021624
15
- - @backstage/plugin-search-react@0.0.0-nightly-20231203021624
16
- - @backstage/integration@0.0.0-nightly-20231203021624
17
- - @backstage/theme@0.0.0-nightly-20231203021624
18
- - @backstage/integration-react@0.0.0-nightly-20231203021624
19
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20231203021624
10
+ - @backstage/core-compat-api@0.0.0-nightly-20231204021618
11
+ - @backstage/core-plugin-api@0.0.0-nightly-20231204021618
12
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20231204021618
13
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20231204021618
14
+ - @backstage/core-components@0.0.0-nightly-20231204021618
15
+ - @backstage/plugin-search-react@0.0.0-nightly-20231204021618
16
+ - @backstage/integration@0.0.0-nightly-20231204021618
17
+ - @backstage/theme@0.0.0-nightly-20231204021618
18
+ - @backstage/integration-react@0.0.0-nightly-20231204021618
19
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20231204021618
20
20
  - @backstage/catalog-model@1.4.3
21
21
  - @backstage/config@1.1.1
22
22
  - @backstage/errors@1.2.3
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20231203021624",
3
+ "version": "0.0.0-nightly-20231204021618",
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,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
3
  "description": "The Backstage plugin that renders technical documentation for your components",
4
- "version": "0.0.0-nightly-20231203021624",
4
+ "version": "0.0.0-nightly-20231204021618",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -47,18 +47,18 @@
47
47
  "dependencies": {
48
48
  "@backstage/catalog-model": "^1.4.3",
49
49
  "@backstage/config": "^1.1.1",
50
- "@backstage/core-compat-api": "^0.0.0-nightly-20231203021624",
51
- "@backstage/core-components": "^0.0.0-nightly-20231203021624",
52
- "@backstage/core-plugin-api": "^0.0.0-nightly-20231203021624",
50
+ "@backstage/core-compat-api": "^0.0.0-nightly-20231204021618",
51
+ "@backstage/core-components": "^0.0.0-nightly-20231204021618",
52
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20231204021618",
53
53
  "@backstage/errors": "^1.2.3",
54
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20231203021624",
55
- "@backstage/integration": "^0.0.0-nightly-20231203021624",
56
- "@backstage/integration-react": "^0.0.0-nightly-20231203021624",
57
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20231203021624",
54
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20231204021618",
55
+ "@backstage/integration": "^0.0.0-nightly-20231204021618",
56
+ "@backstage/integration-react": "^0.0.0-nightly-20231204021618",
57
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20231204021618",
58
58
  "@backstage/plugin-search-common": "^1.2.8",
59
- "@backstage/plugin-search-react": "^0.0.0-nightly-20231203021624",
60
- "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20231203021624",
61
- "@backstage/theme": "^0.0.0-nightly-20231203021624",
59
+ "@backstage/plugin-search-react": "^0.0.0-nightly-20231204021618",
60
+ "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20231204021618",
61
+ "@backstage/theme": "^0.0.0-nightly-20231204021618",
62
62
  "@material-ui/core": "^4.12.2",
63
63
  "@material-ui/icons": "^4.9.1",
64
64
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -78,11 +78,11 @@
78
78
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
79
79
  },
80
80
  "devDependencies": {
81
- "@backstage/cli": "^0.0.0-nightly-20231203021624",
82
- "@backstage/core-app-api": "^0.0.0-nightly-20231203021624",
83
- "@backstage/dev-utils": "^0.0.0-nightly-20231203021624",
84
- "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20231203021624",
85
- "@backstage/test-utils": "^0.0.0-nightly-20231203021624",
81
+ "@backstage/cli": "^0.0.0-nightly-20231204021618",
82
+ "@backstage/core-app-api": "^0.0.0-nightly-20231204021618",
83
+ "@backstage/dev-utils": "^0.0.0-nightly-20231204021618",
84
+ "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20231204021618",
85
+ "@backstage/test-utils": "^0.0.0-nightly-20231204021618",
86
86
  "@testing-library/dom": "^9.0.0",
87
87
  "@testing-library/jest-dom": "^6.0.0",
88
88
  "@testing-library/react": "^14.0.0",