@backstage/plugin-search-react 1.3.0-next.4 → 1.3.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 +25 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @backstage/plugin-search-react
2
2
 
3
+ ## 1.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.12.2
9
+
10
+ ## 1.3.0
11
+
12
+ ### Minor Changes
13
+
14
+ - 29ebc43a0b: The `value` of a search analytics event is now set as the total number of search results (when available)
15
+
16
+ ### Patch Changes
17
+
18
+ - 2e701b3796: Internal refactor to use `react-router-dom` rather than `react-router`.
19
+ - a19cffbeed: Update search links to only have header as linkable text
20
+ - Updated dependencies
21
+ - @backstage/core-plugin-api@1.2.0
22
+ - @backstage/core-components@0.12.1
23
+ - @backstage/version-bridge@1.0.3
24
+ - @backstage/types@1.0.2
25
+ - @backstage/plugin-search-common@1.2.0
26
+ - @backstage/theme@0.2.16
27
+
3
28
  ## 1.3.0-next.4
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-react",
3
- "version": "1.3.0-next.4",
3
+ "version": "1.3.1",
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.1-next.4",
35
- "@backstage/core-plugin-api": "^1.2.0-next.2",
36
- "@backstage/plugin-search-common": "^1.2.0-next.3",
34
+ "@backstage/core-components": "^0.12.2",
35
+ "@backstage/core-plugin-api": "^1.2.0",
36
+ "@backstage/plugin-search-common": "^1.2.0",
37
37
  "@backstage/theme": "^0.2.16",
38
- "@backstage/types": "^1.0.2-next.1",
39
- "@backstage/version-bridge": "^1.0.3-next.0",
38
+ "@backstage/types": "^1.0.2",
39
+ "@backstage/version-bridge": "^1.0.3",
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.57",
@@ -50,9 +50,9 @@
50
50
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/cli": "^0.22.0-next.4",
54
- "@backstage/core-app-api": "^1.3.0-next.4",
55
- "@backstage/test-utils": "^1.2.3-next.4",
53
+ "@backstage/cli": "^0.22.0",
54
+ "@backstage/core-app-api": "^1.3.0",
55
+ "@backstage/test-utils": "^1.2.3",
56
56
  "@testing-library/jest-dom": "^5.10.1",
57
57
  "@testing-library/react": "^12.1.3",
58
58
  "@testing-library/react-hooks": "^8.0.0",