@backstage/plugin-search 1.4.0 → 1.4.1-next.0

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,22 @@
1
1
  # @backstage/plugin-search
2
2
 
3
+ ## 1.4.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-react@1.8.5-next.0
9
+ - @backstage/core-plugin-api@1.7.0-next.0
10
+ - @backstage/core-components@0.13.6-next.0
11
+ - @backstage/config@1.1.0
12
+ - @backstage/plugin-search-react@1.7.1-next.0
13
+ - @backstage/catalog-model@1.4.2
14
+ - @backstage/errors@1.2.2
15
+ - @backstage/theme@0.4.2
16
+ - @backstage/types@1.1.1
17
+ - @backstage/version-bridge@1.0.5
18
+ - @backstage/plugin-search-common@1.2.6
19
+
3
20
  ## 1.4.0
4
21
 
5
22
  ### Minor Changes
package/dist/index.d.ts CHANGED
@@ -212,7 +212,7 @@ type SidebarSearchModalProps = {
212
212
  */
213
213
  declare const searchPlugin: _backstage_core_plugin_api.BackstagePlugin<{
214
214
  root: _backstage_core_plugin_api.RouteRef<undefined>;
215
- }, {}, {}>;
215
+ }, {}>;
216
216
  /**
217
217
  * @public
218
218
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search",
3
3
  "description": "The Backstage plugin that provides your backstage app with search",
4
- "version": "1.4.0",
4
+ "version": "1.4.1-next.0",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -35,12 +35,12 @@
35
35
  "dependencies": {
36
36
  "@backstage/catalog-model": "^1.4.2",
37
37
  "@backstage/config": "^1.1.0",
38
- "@backstage/core-components": "^0.13.5",
39
- "@backstage/core-plugin-api": "^1.6.0",
38
+ "@backstage/core-components": "^0.13.6-next.0",
39
+ "@backstage/core-plugin-api": "^1.7.0-next.0",
40
40
  "@backstage/errors": "^1.2.2",
41
- "@backstage/plugin-catalog-react": "^1.8.4",
41
+ "@backstage/plugin-catalog-react": "^1.8.5-next.0",
42
42
  "@backstage/plugin-search-common": "^1.2.6",
43
- "@backstage/plugin-search-react": "^1.7.0",
43
+ "@backstage/plugin-search-react": "^1.7.1-next.0",
44
44
  "@backstage/theme": "^0.4.2",
45
45
  "@backstage/types": "^1.1.1",
46
46
  "@backstage/version-bridge": "^1.0.5",
@@ -57,10 +57,10 @@
57
57
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@backstage/cli": "^0.22.13",
61
- "@backstage/core-app-api": "^1.10.0",
62
- "@backstage/dev-utils": "^1.0.21",
63
- "@backstage/test-utils": "^1.4.3",
60
+ "@backstage/cli": "^0.23.0-next.0",
61
+ "@backstage/core-app-api": "^1.10.1-next.0",
62
+ "@backstage/dev-utils": "^1.0.22-next.0",
63
+ "@backstage/test-utils": "^1.4.4-next.0",
64
64
  "@testing-library/dom": "^8.0.0",
65
65
  "@testing-library/jest-dom": "^5.10.1",
66
66
  "@testing-library/react": "^12.1.3",