@backstage/plugin-techdocs 1.12.1-next.1 → 1.12.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/package.json +22 -22
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
+ ## 1.12.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 3710b35: Allow passing down `withSearch` prop to `EntityTechdocsContent` component since it was `true` by default, now user can use the `EntityTechdocsContent` component _without_ showing the search field on top of the content.
8
+ - Updated dependencies
9
+ - @backstage/plugin-catalog-react@1.15.1
10
+ - @backstage/frontend-plugin-api@0.9.4
11
+ - @backstage/core-plugin-api@1.10.3
12
+ - @backstage/core-components@0.16.3
13
+ - @backstage/integration@1.16.1
14
+ - @backstage/catalog-model@1.7.3
15
+ - @backstage/config@1.3.2
16
+ - @backstage/core-compat-api@0.3.5
17
+ - @backstage/errors@1.2.7
18
+ - @backstage/integration-react@1.2.3
19
+ - @backstage/theme@0.6.3
20
+ - @backstage/plugin-auth-react@0.1.11
21
+ - @backstage/plugin-search-common@1.2.17
22
+ - @backstage/plugin-search-react@1.8.5
23
+ - @backstage/plugin-techdocs-common@0.1.0
24
+ - @backstage/plugin-techdocs-react@1.2.13
25
+
3
26
  ## 1.12.1-next.1
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "1.12.1-next.1",
3
+ "version": "1.12.1",
4
4
  "description": "The Backstage plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -68,22 +68,22 @@
68
68
  "test": "backstage-cli package test"
69
69
  },
70
70
  "dependencies": {
71
- "@backstage/catalog-model": "1.7.3-next.0",
72
- "@backstage/config": "1.3.2-next.0",
73
- "@backstage/core-compat-api": "0.3.5-next.0",
74
- "@backstage/core-components": "0.16.3-next.0",
75
- "@backstage/core-plugin-api": "1.10.3-next.0",
76
- "@backstage/errors": "1.2.7-next.0",
77
- "@backstage/frontend-plugin-api": "0.9.4-next.0",
78
- "@backstage/integration": "1.16.1-next.0",
79
- "@backstage/integration-react": "1.2.3-next.0",
80
- "@backstage/plugin-auth-react": "0.1.11-next.0",
81
- "@backstage/plugin-catalog-react": "1.15.1-next.1",
82
- "@backstage/plugin-search-common": "1.2.17-next.0",
83
- "@backstage/plugin-search-react": "1.8.5-next.0",
84
- "@backstage/plugin-techdocs-common": "0.1.0",
85
- "@backstage/plugin-techdocs-react": "1.2.13-next.0",
86
- "@backstage/theme": "0.6.3",
71
+ "@backstage/catalog-model": "^1.7.3",
72
+ "@backstage/config": "^1.3.2",
73
+ "@backstage/core-compat-api": "^0.3.5",
74
+ "@backstage/core-components": "^0.16.3",
75
+ "@backstage/core-plugin-api": "^1.10.3",
76
+ "@backstage/errors": "^1.2.7",
77
+ "@backstage/frontend-plugin-api": "^0.9.4",
78
+ "@backstage/integration": "^1.16.1",
79
+ "@backstage/integration-react": "^1.2.3",
80
+ "@backstage/plugin-auth-react": "^0.1.11",
81
+ "@backstage/plugin-catalog-react": "^1.15.1",
82
+ "@backstage/plugin-search-common": "^1.2.17",
83
+ "@backstage/plugin-search-react": "^1.8.5",
84
+ "@backstage/plugin-techdocs-common": "^0.1.0",
85
+ "@backstage/plugin-techdocs-react": "^1.2.13",
86
+ "@backstage/theme": "^0.6.3",
87
87
  "@material-ui/core": "^4.12.2",
88
88
  "@material-ui/icons": "^4.9.1",
89
89
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -97,11 +97,11 @@
97
97
  "react-use": "^17.2.4"
98
98
  },
99
99
  "devDependencies": {
100
- "@backstage/cli": "0.29.5-next.1",
101
- "@backstage/core-app-api": "1.15.4-next.0",
102
- "@backstage/dev-utils": "1.1.6-next.1",
103
- "@backstage/plugin-techdocs-module-addons-contrib": "1.1.20-next.1",
104
- "@backstage/test-utils": "1.7.4-next.0",
100
+ "@backstage/cli": "^0.29.5",
101
+ "@backstage/core-app-api": "^1.15.4",
102
+ "@backstage/dev-utils": "^1.1.6",
103
+ "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.20",
104
+ "@backstage/test-utils": "^1.7.4",
105
105
  "@testing-library/dom": "^10.0.0",
106
106
  "@testing-library/jest-dom": "^6.0.0",
107
107
  "@testing-library/react": "^16.0.0",