@backstage/plugin-search 1.0.2-next.3 → 1.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @backstage/plugin-search
2
2
 
3
+ ## 1.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 817f3196f6: Updated React Router dependencies to be peer dependencies.
8
+ - 7d47def9c4: Removed dependency on `@types/jest`.
9
+ - 667d917488: Updated dependency `msw` to `^0.47.0`.
10
+ - 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
11
+ - bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
12
+ - 18f60427f2: Use the new `inheritParentContextIfAvailable` search context property in `SearchModal` instead of manually checking if a parent context exists, this conditional statement was previously duplicated in more than one component like in `SearchBar` as well and is now only done in ` SearchContextProvider`.
13
+ - Updated dependencies
14
+ - @backstage/core-components@0.11.1
15
+ - @backstage/core-plugin-api@1.0.6
16
+ - @backstage/plugin-catalog-react@1.1.4
17
+ - @backstage/plugin-search-react@1.1.0
18
+ - @backstage/catalog-model@1.1.1
19
+ - @backstage/config@1.0.2
20
+ - @backstage/errors@1.1.1
21
+ - @backstage/plugin-search-common@1.0.1
22
+
3
23
  ## 1.0.2-next.3
4
24
 
5
25
  ### Patch Changes
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.0.2-next.3",
4
+ "version": "1.0.2",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -32,14 +32,14 @@
32
32
  "clean": "backstage-cli package clean"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/catalog-model": "^1.1.1-next.0",
36
- "@backstage/config": "^1.0.2-next.0",
37
- "@backstage/core-components": "^0.11.1-next.3",
38
- "@backstage/core-plugin-api": "^1.0.6-next.3",
39
- "@backstage/errors": "^1.1.1-next.0",
40
- "@backstage/plugin-catalog-react": "^1.1.4-next.2",
41
- "@backstage/plugin-search-common": "^1.0.1-next.0",
42
- "@backstage/plugin-search-react": "^1.1.0-next.2",
35
+ "@backstage/catalog-model": "^1.1.1",
36
+ "@backstage/config": "^1.0.2",
37
+ "@backstage/core-components": "^0.11.1",
38
+ "@backstage/core-plugin-api": "^1.0.6",
39
+ "@backstage/errors": "^1.1.1",
40
+ "@backstage/plugin-catalog-react": "^1.1.4",
41
+ "@backstage/plugin-search-common": "^1.0.1",
42
+ "@backstage/plugin-search-react": "^1.1.0",
43
43
  "@backstage/theme": "^0.2.16",
44
44
  "@backstage/types": "^1.0.0",
45
45
  "@backstage/version-bridge": "^1.0.1",
@@ -56,10 +56,10 @@
56
56
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/cli": "^0.19.0-next.3",
60
- "@backstage/core-app-api": "^1.1.0-next.3",
61
- "@backstage/dev-utils": "^1.0.6-next.2",
62
- "@backstage/test-utils": "^1.2.0-next.3",
59
+ "@backstage/cli": "^0.19.0",
60
+ "@backstage/core-app-api": "^1.1.0",
61
+ "@backstage/dev-utils": "^1.0.6",
62
+ "@backstage/test-utils": "^1.2.0",
63
63
  "@testing-library/jest-dom": "^5.10.1",
64
64
  "@testing-library/react": "^12.1.3",
65
65
  "@testing-library/react-hooks": "^8.0.0",
@@ -71,5 +71,5 @@
71
71
  "files": [
72
72
  "dist"
73
73
  ],
74
- "gitHead": "2f458448f850dc68a711e2f31d14a91f96cf175d"
74
+ "gitHead": "25b94e63455f1fb170506f9e84e3f430f4b79406"
75
75
  }