@backstage/plugin-search 1.2.0-next.2 → 1.2.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 +40 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # @backstage/plugin-search
2
2
 
3
+ ## 1.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - d6b73b0380d: Search modal auto closes on location change
8
+
9
+ ### Patch Changes
10
+
11
+ - 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
12
+ - e0c6e8b9c3c: Update peer dependencies
13
+ - Updated dependencies
14
+ - @backstage/core-components@0.13.0
15
+ - @backstage/plugin-catalog-react@1.5.0
16
+ - @backstage/plugin-search-react@1.5.2
17
+ - @backstage/theme@0.2.19
18
+ - @backstage/core-plugin-api@1.5.1
19
+ - @backstage/catalog-model@1.3.0
20
+ - @backstage/version-bridge@1.0.4
21
+ - @backstage/config@1.0.7
22
+ - @backstage/errors@1.1.5
23
+ - @backstage/types@1.0.2
24
+ - @backstage/plugin-search-common@1.2.3
25
+
26
+ ## 1.2.0-next.3
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies
31
+ - @backstage/plugin-catalog-react@1.5.0-next.3
32
+ - @backstage/catalog-model@1.3.0-next.0
33
+ - @backstage/core-components@0.13.0-next.3
34
+ - @backstage/config@1.0.7
35
+ - @backstage/core-plugin-api@1.5.1-next.1
36
+ - @backstage/errors@1.1.5
37
+ - @backstage/theme@0.2.19-next.0
38
+ - @backstage/types@1.0.2
39
+ - @backstage/version-bridge@1.0.4-next.0
40
+ - @backstage/plugin-search-common@1.2.3-next.0
41
+ - @backstage/plugin-search-react@1.5.2-next.3
42
+
3
43
  ## 1.2.0-next.2
4
44
 
5
45
  ### Minor Changes
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.2.0-next.2",
4
+ "version": "1.2.0",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -32,17 +32,17 @@
32
32
  "clean": "backstage-cli package clean"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/catalog-model": "^1.2.1",
35
+ "@backstage/catalog-model": "^1.3.0",
36
36
  "@backstage/config": "^1.0.7",
37
- "@backstage/core-components": "^0.12.6-next.2",
38
- "@backstage/core-plugin-api": "^1.5.1-next.1",
37
+ "@backstage/core-components": "^0.13.0",
38
+ "@backstage/core-plugin-api": "^1.5.1",
39
39
  "@backstage/errors": "^1.1.5",
40
- "@backstage/plugin-catalog-react": "^1.4.1-next.2",
41
- "@backstage/plugin-search-common": "^1.2.3-next.0",
42
- "@backstage/plugin-search-react": "^1.5.2-next.2",
43
- "@backstage/theme": "^0.2.19-next.0",
40
+ "@backstage/plugin-catalog-react": "^1.5.0",
41
+ "@backstage/plugin-search-common": "^1.2.3",
42
+ "@backstage/plugin-search-react": "^1.5.2",
43
+ "@backstage/theme": "^0.2.19",
44
44
  "@backstage/types": "^1.0.2",
45
- "@backstage/version-bridge": "^1.0.4-next.0",
45
+ "@backstage/version-bridge": "^1.0.4",
46
46
  "@material-ui/core": "^4.12.2",
47
47
  "@material-ui/icons": "^4.9.1",
48
48
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -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.6-next.2",
60
- "@backstage/core-app-api": "^1.7.0-next.2",
61
- "@backstage/dev-utils": "^1.0.14-next.2",
62
- "@backstage/test-utils": "^1.3.0-next.2",
59
+ "@backstage/cli": "^0.22.6",
60
+ "@backstage/core-app-api": "^1.7.0",
61
+ "@backstage/dev-utils": "^1.0.14",
62
+ "@backstage/test-utils": "^1.3.0",
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",