@backstage/plugin-techdocs 1.16.1-next.0 → 1.16.1-next.1

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,5 +1,14 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
+ ## 1.16.1-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 592361e: The `techdocs` config is now marked as optional.
8
+ - Updated dependencies
9
+ - @backstage/core-components@0.18.4-next.1
10
+ - @backstage/plugin-catalog-react@1.21.4-next.1
11
+
3
12
  ## 1.16.1-next.0
4
13
 
5
14
  ### Patch Changes
package/config.d.ts CHANGED
@@ -19,7 +19,7 @@ export interface Config {
19
19
  * Configuration options for the techdocs plugin
20
20
  * @see http://backstage.io/docs/features/techdocs/configuration
21
21
  */
22
- techdocs: {
22
+ techdocs?: {
23
23
  /**
24
24
  * Documentation building process depends on the builder attr
25
25
  * @visibility frontend
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-techdocs";
2
- var version = "1.16.1-next.0";
2
+ var version = "1.16.1-next.1";
3
3
  var description = "The Backstage plugin that renders technical documentation for your components";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "1.16.1-next.0",
3
+ "version": "1.16.1-next.1",
4
4
  "description": "The Backstage plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -74,14 +74,14 @@
74
74
  "@backstage/catalog-client": "1.12.1",
75
75
  "@backstage/catalog-model": "1.7.6",
76
76
  "@backstage/config": "1.3.6",
77
- "@backstage/core-components": "0.18.4-next.0",
77
+ "@backstage/core-components": "0.18.4-next.1",
78
78
  "@backstage/core-plugin-api": "1.12.1-next.0",
79
79
  "@backstage/errors": "1.2.7",
80
80
  "@backstage/frontend-plugin-api": "0.13.2-next.0",
81
81
  "@backstage/integration": "1.18.3-next.0",
82
82
  "@backstage/integration-react": "1.2.13-next.0",
83
83
  "@backstage/plugin-auth-react": "0.1.22-next.0",
84
- "@backstage/plugin-catalog-react": "1.21.4-next.0",
84
+ "@backstage/plugin-catalog-react": "1.21.4-next.1",
85
85
  "@backstage/plugin-search-common": "1.2.21",
86
86
  "@backstage/plugin-search-react": "1.10.1-next.0",
87
87
  "@backstage/plugin-techdocs-common": "0.1.1",
@@ -99,11 +99,11 @@
99
99
  "react-use": "^17.2.4"
100
100
  },
101
101
  "devDependencies": {
102
- "@backstage/cli": "0.34.6-next.0",
102
+ "@backstage/cli": "0.34.6-next.1",
103
103
  "@backstage/core-app-api": "1.19.3-next.0",
104
- "@backstage/dev-utils": "1.1.18-next.0",
104
+ "@backstage/dev-utils": "1.1.18-next.1",
105
105
  "@backstage/plugin-catalog": "1.32.1-next.0",
106
- "@backstage/plugin-techdocs-module-addons-contrib": "1.1.31-next.0",
106
+ "@backstage/plugin-techdocs-module-addons-contrib": "1.1.31-next.1",
107
107
  "@backstage/test-utils": "1.7.14-next.0",
108
108
  "@testing-library/dom": "^10.0.0",
109
109
  "@testing-library/jest-dom": "^6.0.0",