@backstage/plugin-search 1.4.2-next.1 → 1.4.2

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 CHANGED
@@ -1,5 +1,38 @@
1
1
  # @backstage/plugin-search
2
2
 
3
+ ## 1.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 68fc9dc60e: Updated alpha exports according to routing changes in `@backstage/frontend-plugin-api`.
8
+ - 6c2b872153: Add official support for React 18.
9
+ - 62b5922916: Internal theme type updates
10
+ - fa11120050: Fixed incorrect plugin ID in `/alpha` export.
11
+ - 71c97e7d73: Minor internal code cleanup.
12
+ - Updated dependencies
13
+ - @backstage/plugin-catalog-react@1.9.0
14
+ - @backstage/core-components@0.13.8
15
+ - @backstage/frontend-plugin-api@0.3.0
16
+ - @backstage/core-plugin-api@1.8.0
17
+ - @backstage/version-bridge@1.0.7
18
+ - @backstage/plugin-search-react@1.7.2
19
+ - @backstage/theme@0.4.4
20
+ - @backstage/catalog-model@1.4.3
21
+ - @backstage/config@1.1.1
22
+ - @backstage/errors@1.2.3
23
+ - @backstage/types@1.1.1
24
+ - @backstage/plugin-search-common@1.2.8
25
+
26
+ ## 1.4.2-next.2
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies
31
+ - @backstage/core-components@0.13.8-next.2
32
+ - @backstage/frontend-plugin-api@0.3.0-next.2
33
+ - @backstage/plugin-catalog-react@1.9.0-next.2
34
+ - @backstage/plugin-search-react@1.7.2-next.2
35
+
3
36
  ## 1.4.2-next.1
4
37
 
5
38
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search",
3
- "version": "1.4.2-next.1",
3
+ "version": "1.4.2",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
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.4.2-next.1",
4
+ "version": "1.4.2",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -46,16 +46,16 @@
46
46
  "dependencies": {
47
47
  "@backstage/catalog-model": "^1.4.3",
48
48
  "@backstage/config": "^1.1.1",
49
- "@backstage/core-components": "^0.13.8-next.1",
50
- "@backstage/core-plugin-api": "^1.8.0-next.0",
49
+ "@backstage/core-components": "^0.13.8",
50
+ "@backstage/core-plugin-api": "^1.8.0",
51
51
  "@backstage/errors": "^1.2.3",
52
- "@backstage/frontend-plugin-api": "^0.3.0-next.1",
53
- "@backstage/plugin-catalog-react": "^1.9.0-next.1",
54
- "@backstage/plugin-search-common": "^1.2.7",
55
- "@backstage/plugin-search-react": "^1.7.2-next.1",
56
- "@backstage/theme": "^0.4.4-next.0",
52
+ "@backstage/frontend-plugin-api": "^0.3.0",
53
+ "@backstage/plugin-catalog-react": "^1.9.0",
54
+ "@backstage/plugin-search-common": "^1.2.8",
55
+ "@backstage/plugin-search-react": "^1.7.2",
56
+ "@backstage/theme": "^0.4.4",
57
57
  "@backstage/types": "^1.1.1",
58
- "@backstage/version-bridge": "^1.0.7-next.0",
58
+ "@backstage/version-bridge": "^1.0.7",
59
59
  "@material-ui/core": "^4.12.2",
60
60
  "@material-ui/icons": "^4.9.1",
61
61
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -69,10 +69,10 @@
69
69
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
70
70
  },
71
71
  "devDependencies": {
72
- "@backstage/cli": "^0.24.0-next.1",
73
- "@backstage/core-app-api": "^1.11.1-next.0",
74
- "@backstage/dev-utils": "^1.0.23-next.1",
75
- "@backstage/test-utils": "^1.4.5-next.0",
72
+ "@backstage/cli": "^0.24.0",
73
+ "@backstage/core-app-api": "^1.11.1",
74
+ "@backstage/dev-utils": "^1.0.23",
75
+ "@backstage/test-utils": "^1.4.5",
76
76
  "@testing-library/dom": "^9.0.0",
77
77
  "@testing-library/jest-dom": "^6.0.0",
78
78
  "@testing-library/react": "^14.0.0",