@backstage/plugin-search 1.4.21-next.2 → 1.4.22-next.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 +25 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @backstage/plugin-search
2
2
 
3
+ ## 1.4.22-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-react@1.15.1-next.0
9
+ - @backstage/core-compat-api@0.3.4
10
+
11
+ ## 1.4.21
12
+
13
+ ### Patch Changes
14
+
15
+ - d311c84: Use Select from core-components and update Lifecycle filter to use Select instead checkboxes.
16
+ - Updated dependencies
17
+ - @backstage/plugin-catalog-react@1.15.0
18
+ - @backstage/plugin-search-react@1.8.4
19
+ - @backstage/core-compat-api@0.3.4
20
+ - @backstage/frontend-plugin-api@0.9.3
21
+ - @backstage/core-components@0.16.2
22
+ - @backstage/errors@1.2.6
23
+ - @backstage/core-plugin-api@1.10.2
24
+ - @backstage/types@1.2.0
25
+ - @backstage/version-bridge@1.0.10
26
+ - @backstage/plugin-search-common@1.2.16
27
+
3
28
  ## 1.4.21-next.2
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search",
3
- "version": "1.4.21-next.2",
3
+ "version": "1.4.22-next.0",
4
4
  "description": "The Backstage plugin that provides your backstage app with search",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -67,14 +67,14 @@
67
67
  "test": "backstage-cli package test"
68
68
  },
69
69
  "dependencies": {
70
- "@backstage/core-compat-api": "0.3.4-next.2",
71
- "@backstage/core-components": "0.16.2-next.2",
72
- "@backstage/core-plugin-api": "1.10.2-next.0",
73
- "@backstage/errors": "1.2.6-next.0",
74
- "@backstage/frontend-plugin-api": "0.9.3-next.2",
75
- "@backstage/plugin-catalog-react": "1.14.3-next.2",
76
- "@backstage/plugin-search-common": "1.2.16-next.0",
77
- "@backstage/plugin-search-react": "1.8.4-next.2",
70
+ "@backstage/core-compat-api": "0.3.4",
71
+ "@backstage/core-components": "0.16.2",
72
+ "@backstage/core-plugin-api": "1.10.2",
73
+ "@backstage/errors": "1.2.6",
74
+ "@backstage/frontend-plugin-api": "0.9.3",
75
+ "@backstage/plugin-catalog-react": "1.15.1-next.0",
76
+ "@backstage/plugin-search-common": "1.2.16",
77
+ "@backstage/plugin-search-react": "1.8.4",
78
78
  "@backstage/types": "1.2.0",
79
79
  "@backstage/version-bridge": "1.0.10",
80
80
  "@material-ui/core": "^4.12.2",
@@ -83,10 +83,10 @@
83
83
  "react-use": "^17.2.4"
84
84
  },
85
85
  "devDependencies": {
86
- "@backstage/cli": "0.29.3-next.2",
87
- "@backstage/core-app-api": "1.15.3-next.1",
88
- "@backstage/dev-utils": "1.1.5-next.2",
89
- "@backstage/test-utils": "1.7.3-next.1",
86
+ "@backstage/cli": "0.29.5-next.0",
87
+ "@backstage/core-app-api": "1.15.3",
88
+ "@backstage/dev-utils": "1.1.6-next.0",
89
+ "@backstage/test-utils": "1.7.3",
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",