@backstage/plugin-search-react 1.6.2-next.3 → 1.6.3-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 +26 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @backstage/plugin-search-react
2
2
 
3
+ ## 1.6.3-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.13.3-next.0
9
+ - @backstage/core-plugin-api@1.5.2
10
+ - @backstage/theme@0.4.0
11
+ - @backstage/types@1.1.0
12
+ - @backstage/version-bridge@1.0.4
13
+ - @backstage/plugin-search-common@1.2.5-next.0
14
+
15
+ ## 1.6.2
16
+
17
+ ### Patch Changes
18
+
19
+ - 0134c1aa4f36: Fix accessibility issue in `SearchCheckbox` component, making it possible to use the field via keyboard.
20
+ - 2f660eb573cc: Fix SearchBar styles & update StoryBook stories for custom styles for `notchedOutline` class.
21
+ - Updated dependencies
22
+ - @backstage/core-plugin-api@1.5.2
23
+ - @backstage/core-components@0.13.2
24
+ - @backstage/types@1.1.0
25
+ - @backstage/theme@0.4.0
26
+ - @backstage/version-bridge@1.0.4
27
+ - @backstage/plugin-search-common@1.2.4
28
+
3
29
  ## 1.6.2-next.3
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-react",
3
- "version": "1.6.2-next.3",
3
+ "version": "1.6.3-next.0",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -31,11 +31,11 @@
31
31
  "start": "backstage-cli package start"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/core-components": "^0.13.2-next.3",
35
- "@backstage/core-plugin-api": "^1.5.2-next.0",
36
- "@backstage/plugin-search-common": "^1.2.4-next.0",
37
- "@backstage/theme": "^0.4.0-next.1",
38
- "@backstage/types": "^1.0.2",
34
+ "@backstage/core-components": "^0.13.3-next.0",
35
+ "@backstage/core-plugin-api": "^1.5.2",
36
+ "@backstage/plugin-search-common": "^1.2.5-next.0",
37
+ "@backstage/theme": "^0.4.0",
38
+ "@backstage/types": "^1.1.0",
39
39
  "@backstage/version-bridge": "^1.0.4",
40
40
  "@material-ui/core": "^4.12.2",
41
41
  "@material-ui/icons": "^4.9.1",
@@ -51,9 +51,9 @@
51
51
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@backstage/cli": "^0.22.8-next.2",
55
- "@backstage/core-app-api": "^1.8.1-next.0",
56
- "@backstage/test-utils": "^1.4.0-next.2",
54
+ "@backstage/cli": "^0.22.9-next.0",
55
+ "@backstage/core-app-api": "^1.8.1",
56
+ "@backstage/test-utils": "^1.4.1-next.0",
57
57
  "@testing-library/dom": "^8.0.0",
58
58
  "@testing-library/jest-dom": "^5.10.1",
59
59
  "@testing-library/react": "^12.1.3",