@backstage/plugin-search-react 1.6.1-next.2 → 1.6.1
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.
- package/CHANGELOG.md +2 -30
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,38 +1,10 @@
|
|
|
1
1
|
# @backstage/plugin-search-react
|
|
2
2
|
|
|
3
|
-
## 1.6.1
|
|
3
|
+
## 1.6.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
- @backstage/theme@0.4.0-next.1
|
|
9
|
-
- @backstage/core-components@0.13.2-next.2
|
|
10
|
-
- @backstage/core-plugin-api@1.5.2-next.0
|
|
11
|
-
|
|
12
|
-
## 1.6.1-next.1
|
|
13
|
-
|
|
14
|
-
### Patch Changes
|
|
15
|
-
|
|
16
|
-
- 2f660eb573cc: Fix SearchBar styles & update StoryBook stories for custom styles for `notchedOutline` class.
|
|
17
|
-
- Updated dependencies
|
|
18
|
-
- @backstage/core-components@0.13.2-next.1
|
|
19
|
-
- @backstage/core-plugin-api@1.5.2-next.0
|
|
20
|
-
- @backstage/theme@0.4.0-next.0
|
|
21
|
-
- @backstage/types@1.0.2
|
|
22
|
-
- @backstage/version-bridge@1.0.4
|
|
23
|
-
- @backstage/plugin-search-common@1.2.4-next.0
|
|
24
|
-
|
|
25
|
-
## 1.6.1-next.0
|
|
26
|
-
|
|
27
|
-
### Patch Changes
|
|
28
|
-
|
|
29
|
-
- Updated dependencies
|
|
30
|
-
- @backstage/theme@0.4.0-next.0
|
|
31
|
-
- @backstage/core-components@0.13.2-next.0
|
|
32
|
-
- @backstage/core-plugin-api@1.5.1
|
|
33
|
-
- @backstage/types@1.0.2
|
|
34
|
-
- @backstage/version-bridge@1.0.4
|
|
35
|
-
- @backstage/plugin-search-common@1.2.3
|
|
7
|
+
- d7bc81fd0f99: Fix SearchBar styles & update StoryBook stories for custom styles for `notchedOutline` class.
|
|
36
8
|
|
|
37
9
|
## 1.6.0
|
|
38
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-search-react",
|
|
3
|
-
"version": "1.6.1
|
|
3
|
+
"version": "1.6.1",
|
|
4
4
|
"main": "dist/index.esm.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"start": "backstage-cli package start"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@backstage/core-components": "^0.13.
|
|
35
|
-
"@backstage/core-plugin-api": "^1.5.
|
|
36
|
-
"@backstage/plugin-search-common": "^1.2.
|
|
37
|
-
"@backstage/theme": "^0.
|
|
34
|
+
"@backstage/core-components": "^0.13.1",
|
|
35
|
+
"@backstage/core-plugin-api": "^1.5.1",
|
|
36
|
+
"@backstage/plugin-search-common": "^1.2.3",
|
|
37
|
+
"@backstage/theme": "^0.3.0",
|
|
38
38
|
"@backstage/types": "^1.0.2",
|
|
39
39
|
"@backstage/version-bridge": "^1.0.4",
|
|
40
40
|
"@material-ui/core": "^4.12.2",
|
|
@@ -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.
|
|
55
|
-
"@backstage/core-app-api": "^1.8.
|
|
56
|
-
"@backstage/test-utils": "^1.
|
|
54
|
+
"@backstage/cli": "^0.22.7",
|
|
55
|
+
"@backstage/core-app-api": "^1.8.0",
|
|
56
|
+
"@backstage/test-utils": "^1.3.1",
|
|
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",
|