@backstage/plugin-search 1.4.19-next.3 → 1.4.20

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 +33 -0
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @backstage/plugin-search
2
2
 
3
+ ## 1.4.20
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.9.2
9
+ - @backstage/core-compat-api@0.3.3
10
+ - @backstage/core-components@0.16.1
11
+ - @backstage/core-plugin-api@1.10.1
12
+ - @backstage/errors@1.2.5
13
+ - @backstage/types@1.2.0
14
+ - @backstage/version-bridge@1.0.10
15
+ - @backstage/plugin-catalog-react@1.14.2
16
+ - @backstage/plugin-search-common@1.2.15
17
+ - @backstage/plugin-search-react@1.8.3
18
+
19
+ ## 1.4.19
20
+
21
+ ### Patch Changes
22
+
23
+ - a4ccc82: Removes the card UI from the search results type filter for a cleaner UI consistent with other filters
24
+ - Updated dependencies
25
+ - @backstage/types@1.2.0
26
+ - @backstage/plugin-catalog-react@1.14.1
27
+ - @backstage/core-components@0.16.0
28
+ - @backstage/core-compat-api@0.3.2
29
+ - @backstage/core-plugin-api@1.10.1
30
+ - @backstage/errors@1.2.5
31
+ - @backstage/frontend-plugin-api@0.9.1
32
+ - @backstage/version-bridge@1.0.10
33
+ - @backstage/plugin-search-common@1.2.15
34
+ - @backstage/plugin-search-react@1.8.2
35
+
3
36
  ## 1.4.19-next.3
4
37
 
5
38
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search",
3
- "version": "1.4.19-next.3",
3
+ "version": "1.4.20",
4
4
  "description": "The Backstage plugin that provides your backstage app with search",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -67,26 +67,26 @@
67
67
  "test": "backstage-cli package test"
68
68
  },
69
69
  "dependencies": {
70
- "@backstage/core-compat-api": "0.3.2-next.2",
71
- "@backstage/core-components": "0.16.0-next.2",
72
- "@backstage/core-plugin-api": "1.10.0",
73
- "@backstage/errors": "1.2.4",
74
- "@backstage/frontend-plugin-api": "0.9.1-next.2",
75
- "@backstage/plugin-catalog-react": "1.14.1-next.3",
76
- "@backstage/plugin-search-common": "1.2.14",
77
- "@backstage/plugin-search-react": "1.8.2-next.2",
78
- "@backstage/types": "1.1.1",
79
- "@backstage/version-bridge": "1.0.10",
70
+ "@backstage/core-compat-api": "^0.3.3",
71
+ "@backstage/core-components": "^0.16.1",
72
+ "@backstage/core-plugin-api": "^1.10.1",
73
+ "@backstage/errors": "^1.2.5",
74
+ "@backstage/frontend-plugin-api": "^0.9.2",
75
+ "@backstage/plugin-catalog-react": "^1.14.2",
76
+ "@backstage/plugin-search-common": "^1.2.15",
77
+ "@backstage/plugin-search-react": "^1.8.3",
78
+ "@backstage/types": "^1.2.0",
79
+ "@backstage/version-bridge": "^1.0.10",
80
80
  "@material-ui/core": "^4.12.2",
81
81
  "@material-ui/icons": "^4.9.1",
82
82
  "qs": "^6.9.4",
83
83
  "react-use": "^17.2.4"
84
84
  },
85
85
  "devDependencies": {
86
- "@backstage/cli": "0.29.0-next.3",
87
- "@backstage/core-app-api": "1.15.1",
88
- "@backstage/dev-utils": "1.1.3-next.3",
89
- "@backstage/test-utils": "1.7.1-next.0",
86
+ "@backstage/cli": "^0.29.2",
87
+ "@backstage/core-app-api": "^1.15.2",
88
+ "@backstage/dev-utils": "^1.1.4",
89
+ "@backstage/test-utils": "^1.7.2",
90
90
  "@testing-library/dom": "^10.0.0",
91
91
  "@testing-library/jest-dom": "^6.0.0",
92
92
  "@testing-library/react": "^16.0.0",