@backstage/plugin-search 1.6.2-next.0 → 1.6.2-next.2

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,31 @@
1
1
  # @backstage/plugin-search
2
2
 
3
+ ## 1.6.2-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.15.0-next.1
9
+ - @backstage/core-plugin-api@1.12.4-next.1
10
+ - @backstage/plugin-catalog-react@2.1.0-next.2
11
+ - @backstage/core-components@0.18.8-next.1
12
+ - @backstage/plugin-search-react@1.10.5-next.1
13
+
14
+ ## 1.6.2-next.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/plugin-catalog-react@2.1.0-next.1
20
+ - @backstage/core-components@0.18.8-next.0
21
+ - @backstage/core-plugin-api@1.12.4-next.0
22
+ - @backstage/errors@1.2.7
23
+ - @backstage/frontend-plugin-api@0.14.2-next.0
24
+ - @backstage/types@1.2.2
25
+ - @backstage/version-bridge@1.0.12
26
+ - @backstage/plugin-search-common@1.2.22
27
+ - @backstage/plugin-search-react@1.10.5-next.0
28
+
3
29
  ## 1.6.2-next.0
4
30
 
5
31
  ### Patch Changes
package/dist/alpha.d.ts CHANGED
@@ -86,7 +86,6 @@ declare const searchPage: _backstage_frontend_plugin_api.OverridableExtensionDef
86
86
  kind: "page";
87
87
  name: undefined;
88
88
  params: {
89
- defaultPath?: [Error: `Use the 'path' param instead`];
90
89
  path: string;
91
90
  title?: string;
92
91
  icon?: _backstage_frontend_plugin_api.IconElement;
@@ -202,7 +201,6 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
202
201
  kind: "page";
203
202
  name: undefined;
204
203
  params: {
205
- defaultPath?: [Error: `Use the 'path' param instead`];
206
204
  path: string;
207
205
  title?: string;
208
206
  icon?: _backstage_frontend_plugin_api.IconElement;
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-search";
2
- var version = "1.6.2-next.0";
2
+ var version = "1.6.2-next.2";
3
3
  var description = "The Backstage plugin that provides your backstage app with search";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search",
3
- "version": "1.6.2-next.0",
3
+ "version": "1.6.2-next.2",
4
4
  "description": "The Backstage plugin that provides your backstage app with search",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -70,13 +70,13 @@
70
70
  "test": "backstage-cli package test"
71
71
  },
72
72
  "dependencies": {
73
- "@backstage/core-components": "0.18.8-next.0",
74
- "@backstage/core-plugin-api": "1.12.4-next.0",
73
+ "@backstage/core-components": "0.18.8-next.1",
74
+ "@backstage/core-plugin-api": "1.12.4-next.1",
75
75
  "@backstage/errors": "1.2.7",
76
- "@backstage/frontend-plugin-api": "0.14.2-next.0",
77
- "@backstage/plugin-catalog-react": "2.0.1-next.0",
76
+ "@backstage/frontend-plugin-api": "0.15.0-next.1",
77
+ "@backstage/plugin-catalog-react": "2.1.0-next.2",
78
78
  "@backstage/plugin-search-common": "1.2.22",
79
- "@backstage/plugin-search-react": "1.10.5-next.0",
79
+ "@backstage/plugin-search-react": "1.10.5-next.1",
80
80
  "@backstage/types": "1.2.2",
81
81
  "@backstage/version-bridge": "1.0.12",
82
82
  "@material-ui/core": "^4.12.2",
@@ -85,9 +85,9 @@
85
85
  "react-use": "^17.2.4"
86
86
  },
87
87
  "devDependencies": {
88
- "@backstage/cli": "0.35.5-next.0",
89
- "@backstage/core-app-api": "1.19.6-next.0",
90
- "@backstage/dev-utils": "1.1.21-next.0",
88
+ "@backstage/cli": "0.36.0-next.2",
89
+ "@backstage/core-app-api": "1.19.6-next.1",
90
+ "@backstage/dev-utils": "1.1.21-next.1",
91
91
  "@backstage/test-utils": "1.7.16-next.0",
92
92
  "@testing-library/dom": "^10.0.0",
93
93
  "@testing-library/jest-dom": "^6.0.0",