@backstage/plugin-search-react 1.3.0-next.4 → 1.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @backstage/plugin-search-react
2
2
 
3
+ ## 1.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 29ebc43a0b: The `value` of a search analytics event is now set as the total number of search results (when available)
8
+
9
+ ### Patch Changes
10
+
11
+ - 2e701b3796: Internal refactor to use `react-router-dom` rather than `react-router`.
12
+ - a19cffbeed: Update search links to only have header as linkable text
13
+ - Updated dependencies
14
+ - @backstage/core-plugin-api@1.2.0
15
+ - @backstage/core-components@0.12.1
16
+ - @backstage/version-bridge@1.0.3
17
+ - @backstage/types@1.0.2
18
+ - @backstage/plugin-search-common@1.2.0
19
+ - @backstage/theme@0.2.16
20
+
3
21
  ## 1.3.0-next.4
4
22
 
5
23
  ### 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.0",
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.1",
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",