@backstage/plugin-techdocs 0.0.0-nightly-20240130021056 → 0.0.0-nightly-20240131021027

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-20240130021056
3
+ ## 0.0.0-nightly-20240131021027
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -10,17 +10,41 @@
10
10
 
11
11
  - 912ca7b: Use `convertLegacyRouteRefs` to define routes in `/alpha` export plugin.
12
12
  - Updated dependencies
13
- - @backstage/core-compat-api@0.0.0-nightly-20240130021056
14
- - @backstage/plugin-catalog-react@0.0.0-nightly-20240130021056
15
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240130021056
16
- - @backstage/core-components@0.0.0-nightly-20240130021056
17
- - @backstage/catalog-model@0.0.0-nightly-20240130021056
18
- - @backstage/integration@0.0.0-nightly-20240130021056
19
- - @backstage/plugin-search-react@0.0.0-nightly-20240130021056
20
- - @backstage/integration-react@0.0.0-nightly-20240130021056
21
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20240130021056
13
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240131021027
14
+ - @backstage/core-compat-api@0.0.0-nightly-20240131021027
15
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20240131021027
16
+ - @backstage/core-components@0.0.0-nightly-20240131021027
17
+ - @backstage/catalog-model@0.0.0-nightly-20240131021027
18
+ - @backstage/core-plugin-api@0.0.0-nightly-20240131021027
19
+ - @backstage/integration@0.0.0-nightly-20240131021027
20
+ - @backstage/plugin-search-react@0.0.0-nightly-20240131021027
21
+ - @backstage/integration-react@0.0.0-nightly-20240131021027
22
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20240131021027
23
+ - @backstage/config@1.1.1
24
+ - @backstage/errors@1.2.3
25
+ - @backstage/theme@0.5.0
26
+ - @backstage/plugin-search-common@1.2.10
27
+
28
+ ## 1.10.0-next.1
29
+
30
+ ### Minor Changes
31
+
32
+ - af4d147: Updated the styling for <code> tags to avoid word break.
33
+
34
+ ### Patch Changes
35
+
36
+ - Updated dependencies
37
+ - @backstage/frontend-plugin-api@0.6.0-next.1
38
+ - @backstage/core-compat-api@0.2.0-next.1
39
+ - @backstage/core-components@0.14.0-next.0
40
+ - @backstage/catalog-model@1.4.4-next.0
41
+ - @backstage/core-plugin-api@1.8.3-next.0
42
+ - @backstage/integration@1.9.0-next.0
43
+ - @backstage/plugin-catalog-react@1.9.4-next.1
44
+ - @backstage/plugin-search-react@1.7.6-next.1
45
+ - @backstage/integration-react@1.1.24-next.0
46
+ - @backstage/plugin-techdocs-react@1.1.16-next.0
22
47
  - @backstage/config@1.1.1
23
- - @backstage/core-plugin-api@1.8.2
24
48
  - @backstage/errors@1.2.3
25
49
  - @backstage/theme@0.5.0
26
50
  - @backstage/plugin-search-common@1.2.10
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20240130021056",
3
+ "version": "0.0.0-nightly-20240131021027",
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-20240130021056",
4
+ "version": "0.0.0-nightly-20240131021027",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -45,19 +45,19 @@
45
45
  "clean": "backstage-cli package clean"
46
46
  },
47
47
  "dependencies": {
48
- "@backstage/catalog-model": "^0.0.0-nightly-20240130021056",
48
+ "@backstage/catalog-model": "^0.0.0-nightly-20240131021027",
49
49
  "@backstage/config": "^1.1.1",
50
- "@backstage/core-compat-api": "^0.0.0-nightly-20240130021056",
51
- "@backstage/core-components": "^0.0.0-nightly-20240130021056",
52
- "@backstage/core-plugin-api": "^1.8.2",
50
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240131021027",
51
+ "@backstage/core-components": "^0.0.0-nightly-20240131021027",
52
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240131021027",
53
53
  "@backstage/errors": "^1.2.3",
54
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240130021056",
55
- "@backstage/integration": "^0.0.0-nightly-20240130021056",
56
- "@backstage/integration-react": "^0.0.0-nightly-20240130021056",
57
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240130021056",
54
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240131021027",
55
+ "@backstage/integration": "^0.0.0-nightly-20240131021027",
56
+ "@backstage/integration-react": "^0.0.0-nightly-20240131021027",
57
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240131021027",
58
58
  "@backstage/plugin-search-common": "^1.2.10",
59
- "@backstage/plugin-search-react": "^0.0.0-nightly-20240130021056",
60
- "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240130021056",
59
+ "@backstage/plugin-search-react": "^0.0.0-nightly-20240131021027",
60
+ "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240131021027",
61
61
  "@backstage/theme": "^0.5.0",
62
62
  "@material-ui/core": "^4.12.2",
63
63
  "@material-ui/icons": "^4.9.1",
@@ -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-20240130021056",
82
- "@backstage/core-app-api": "^0.0.0-nightly-20240130021056",
83
- "@backstage/dev-utils": "^0.0.0-nightly-20240130021056",
84
- "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20240130021056",
85
- "@backstage/test-utils": "^0.0.0-nightly-20240130021056",
81
+ "@backstage/cli": "^0.0.0-nightly-20240131021027",
82
+ "@backstage/core-app-api": "^0.0.0-nightly-20240131021027",
83
+ "@backstage/dev-utils": "^0.0.0-nightly-20240131021027",
84
+ "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20240131021027",
85
+ "@backstage/test-utils": "^0.0.0-nightly-20240131021027",
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",