@backstage/plugin-search 1.3.1 → 1.3.2-next.3

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 +59 -3
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,12 +1,68 @@
1
1
  # @backstage/plugin-search
2
2
 
3
- ## 1.3.1
3
+ ## 1.3.2-next.3
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - d7bc81fd0f99: Fix SearchBar styles & update StoryBook stories for custom styles for `notchedOutline` class.
8
7
  - Updated dependencies
9
- - @backstage/plugin-search-react@1.6.1
8
+ - @backstage/plugin-search-react@1.6.2-next.3
9
+ - @backstage/core-components@0.13.2-next.3
10
+ - @backstage/catalog-model@1.4.0-next.1
11
+ - @backstage/config@1.0.7
12
+ - @backstage/core-plugin-api@1.5.2-next.0
13
+ - @backstage/errors@1.2.0-next.0
14
+ - @backstage/theme@0.4.0-next.1
15
+ - @backstage/types@1.0.2
16
+ - @backstage/version-bridge@1.0.4
17
+ - @backstage/plugin-catalog-react@1.7.0-next.3
18
+ - @backstage/plugin-search-common@1.2.4-next.0
19
+
20
+ ## 1.3.1-next.2
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+ - @backstage/theme@0.4.0-next.1
26
+ - @backstage/plugin-catalog-react@1.7.0-next.2
27
+ - @backstage/core-components@0.13.2-next.2
28
+ - @backstage/plugin-search-react@1.6.1-next.2
29
+ - @backstage/config@1.0.7
30
+ - @backstage/core-plugin-api@1.5.2-next.0
31
+
32
+ ## 1.3.1-next.1
33
+
34
+ ### Patch Changes
35
+
36
+ - 2f660eb573cc: Fix SearchBar styles & update StoryBook stories for custom styles for `notchedOutline` class.
37
+ - Updated dependencies
38
+ - @backstage/errors@1.2.0-next.0
39
+ - @backstage/plugin-search-react@1.6.1-next.1
40
+ - @backstage/core-components@0.13.2-next.1
41
+ - @backstage/plugin-catalog-react@1.7.0-next.1
42
+ - @backstage/catalog-model@1.4.0-next.0
43
+ - @backstage/core-plugin-api@1.5.2-next.0
44
+ - @backstage/config@1.0.7
45
+ - @backstage/theme@0.4.0-next.0
46
+ - @backstage/types@1.0.2
47
+ - @backstage/version-bridge@1.0.4
48
+ - @backstage/plugin-search-common@1.2.4-next.0
49
+
50
+ ## 1.3.1-next.0
51
+
52
+ ### Patch Changes
53
+
54
+ - Updated dependencies
55
+ - @backstage/plugin-catalog-react@1.7.0-next.0
56
+ - @backstage/theme@0.4.0-next.0
57
+ - @backstage/config@1.0.7
58
+ - @backstage/core-components@0.13.2-next.0
59
+ - @backstage/core-plugin-api@1.5.1
60
+ - @backstage/plugin-search-react@1.6.1-next.0
61
+ - @backstage/catalog-model@1.3.0
62
+ - @backstage/errors@1.1.5
63
+ - @backstage/types@1.0.2
64
+ - @backstage/version-bridge@1.0.4
65
+ - @backstage/plugin-search-common@1.2.3
10
66
 
11
67
  ## 1.3.0
12
68
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search",
3
3
  "description": "The Backstage plugin that provides your backstage app with search",
4
- "version": "1.3.1",
4
+ "version": "1.3.2-next.3",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -32,15 +32,15 @@
32
32
  "clean": "backstage-cli package clean"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/catalog-model": "^1.3.0",
35
+ "@backstage/catalog-model": "^1.4.0-next.1",
36
36
  "@backstage/config": "^1.0.7",
37
- "@backstage/core-components": "^0.13.1",
38
- "@backstage/core-plugin-api": "^1.5.1",
39
- "@backstage/errors": "^1.1.5",
40
- "@backstage/plugin-catalog-react": "^1.6.0",
41
- "@backstage/plugin-search-common": "^1.2.3",
42
- "@backstage/plugin-search-react": "^1.6.1",
43
- "@backstage/theme": "^0.3.0",
37
+ "@backstage/core-components": "^0.13.2-next.3",
38
+ "@backstage/core-plugin-api": "^1.5.2-next.0",
39
+ "@backstage/errors": "^1.2.0-next.0",
40
+ "@backstage/plugin-catalog-react": "^1.7.0-next.3",
41
+ "@backstage/plugin-search-common": "^1.2.4-next.0",
42
+ "@backstage/plugin-search-react": "^1.6.2-next.3",
43
+ "@backstage/theme": "^0.4.0-next.1",
44
44
  "@backstage/types": "^1.0.2",
45
45
  "@backstage/version-bridge": "^1.0.4",
46
46
  "@material-ui/core": "^4.12.2",
@@ -56,10 +56,10 @@
56
56
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/cli": "^0.22.7",
60
- "@backstage/core-app-api": "^1.8.0",
61
- "@backstage/dev-utils": "^1.0.15",
62
- "@backstage/test-utils": "^1.3.1",
59
+ "@backstage/cli": "^0.22.8-next.2",
60
+ "@backstage/core-app-api": "^1.8.1-next.0",
61
+ "@backstage/dev-utils": "^1.0.16-next.3",
62
+ "@backstage/test-utils": "^1.4.0-next.2",
63
63
  "@testing-library/dom": "^8.0.0",
64
64
  "@testing-library/jest-dom": "^5.10.1",
65
65
  "@testing-library/react": "^12.1.3",