@backstage/plugin-search-react 1.5.2-next.2 → 1.5.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 +27 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @backstage/plugin-search-react
2
2
 
3
+ ## 1.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - b2e182cdfa4: Fixes a UI bug in search result item which rendered the item text with incorrect font size and color
8
+ - 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
9
+ - e0c6e8b9c3c: Update peer dependencies
10
+ - Updated dependencies
11
+ - @backstage/core-components@0.13.0
12
+ - @backstage/theme@0.2.19
13
+ - @backstage/core-plugin-api@1.5.1
14
+ - @backstage/version-bridge@1.0.4
15
+ - @backstage/types@1.0.2
16
+ - @backstage/plugin-search-common@1.2.3
17
+
18
+ ## 1.5.2-next.3
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/core-components@0.13.0-next.3
24
+ - @backstage/core-plugin-api@1.5.1-next.1
25
+ - @backstage/theme@0.2.19-next.0
26
+ - @backstage/types@1.0.2
27
+ - @backstage/version-bridge@1.0.4-next.0
28
+ - @backstage/plugin-search-common@1.2.3-next.0
29
+
3
30
  ## 1.5.2-next.2
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-react",
3
- "version": "1.5.2-next.2",
3
+ "version": "1.5.2",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -31,12 +31,12 @@
31
31
  "start": "backstage-cli package start"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/core-components": "^0.12.6-next.2",
35
- "@backstage/core-plugin-api": "^1.5.1-next.1",
36
- "@backstage/plugin-search-common": "^1.2.3-next.0",
37
- "@backstage/theme": "^0.2.19-next.0",
34
+ "@backstage/core-components": "^0.13.0",
35
+ "@backstage/core-plugin-api": "^1.5.1",
36
+ "@backstage/plugin-search-common": "^1.2.3",
37
+ "@backstage/theme": "^0.2.19",
38
38
  "@backstage/types": "^1.0.2",
39
- "@backstage/version-bridge": "^1.0.4-next.0",
39
+ "@backstage/version-bridge": "^1.0.4",
40
40
  "@material-ui/core": "^4.12.2",
41
41
  "@material-ui/icons": "^4.9.1",
42
42
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -51,9 +51,9 @@
51
51
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@backstage/cli": "^0.22.6-next.2",
55
- "@backstage/core-app-api": "^1.7.0-next.2",
56
- "@backstage/test-utils": "^1.3.0-next.2",
54
+ "@backstage/cli": "^0.22.6",
55
+ "@backstage/core-app-api": "^1.7.0",
56
+ "@backstage/test-utils": "^1.3.0",
57
57
  "@testing-library/dom": "^8.0.0",
58
58
  "@testing-library/jest-dom": "^5.10.1",
59
59
  "@testing-library/react": "^12.1.3",