@backstage/plugin-search-react 1.10.0-next.1 → 1.10.1-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 +28 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @backstage/plugin-search-react
2
2
 
3
+ ## 1.10.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.13.2-next.0
9
+ - @backstage/core-plugin-api@1.12.1-next.0
10
+ - @backstage/theme@0.7.1-next.0
11
+ - @backstage/core-components@0.18.4-next.0
12
+ - @backstage/types@1.2.2
13
+ - @backstage/version-bridge@1.0.11
14
+ - @backstage/plugin-search-common@1.2.21
15
+
16
+ ## 1.10.0
17
+
18
+ ### Minor Changes
19
+
20
+ - a521911: Add support for customizable icons in `SearchResultListItemBlueprint` and related components
21
+
22
+ ### Patch Changes
23
+
24
+ - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility.
25
+ - Updated dependencies
26
+ - @backstage/frontend-plugin-api@0.13.0
27
+ - @backstage/core-components@0.18.3
28
+ - @backstage/core-plugin-api@1.12.0
29
+ - @backstage/plugin-search-common@1.2.21
30
+
3
31
  ## 1.10.0-next.1
4
32
 
5
33
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-react",
3
- "version": "1.10.0-next.1",
3
+ "version": "1.10.1-next.0",
4
4
  "backstage": {
5
5
  "role": "web-library",
6
6
  "pluginId": "search",
@@ -64,11 +64,11 @@
64
64
  "test": "backstage-cli package test"
65
65
  },
66
66
  "dependencies": {
67
- "@backstage/core-components": "0.18.3-next.1",
68
- "@backstage/core-plugin-api": "1.11.2-next.1",
69
- "@backstage/frontend-plugin-api": "0.12.2-next.1",
70
- "@backstage/plugin-search-common": "1.2.21-next.0",
71
- "@backstage/theme": "0.7.0",
67
+ "@backstage/core-components": "0.18.4-next.0",
68
+ "@backstage/core-plugin-api": "1.12.1-next.0",
69
+ "@backstage/frontend-plugin-api": "0.13.2-next.0",
70
+ "@backstage/plugin-search-common": "1.2.21",
71
+ "@backstage/theme": "0.7.1-next.0",
72
72
  "@backstage/types": "1.2.2",
73
73
  "@backstage/version-bridge": "1.0.11",
74
74
  "@material-ui/core": "^4.12.2",
@@ -80,11 +80,11 @@
80
80
  "uuid": "^11.0.2"
81
81
  },
82
82
  "devDependencies": {
83
- "@backstage/cli": "0.34.5-next.1",
84
- "@backstage/core-app-api": "1.19.2-next.1",
85
- "@backstage/frontend-app-api": "0.13.2-next.0",
86
- "@backstage/frontend-test-utils": "0.4.1-next.0",
87
- "@backstage/test-utils": "1.7.13-next.0",
83
+ "@backstage/cli": "0.34.6-next.0",
84
+ "@backstage/core-app-api": "1.19.3-next.0",
85
+ "@backstage/frontend-app-api": "0.13.3-next.0",
86
+ "@backstage/frontend-test-utils": "0.4.2-next.0",
87
+ "@backstage/test-utils": "1.7.14-next.0",
88
88
  "@testing-library/dom": "^10.0.0",
89
89
  "@testing-library/jest-dom": "^6.0.0",
90
90
  "@testing-library/react": "^16.0.0",