@backstage/plugin-search 1.4.2-next.2 → 1.4.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @backstage/plugin-search
2
2
 
3
+ ## 1.4.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-react@1.9.1
9
+
10
+ ## 1.4.2
11
+
12
+ ### Patch Changes
13
+
14
+ - 68fc9dc60e: Updated alpha exports according to routing changes in `@backstage/frontend-plugin-api`.
15
+ - 6c2b872153: Add official support for React 18.
16
+ - 62b5922916: Internal theme type updates
17
+ - fa11120050: Fixed incorrect plugin ID in `/alpha` export.
18
+ - 71c97e7d73: Minor internal code cleanup.
19
+ - Updated dependencies
20
+ - @backstage/plugin-catalog-react@1.9.0
21
+ - @backstage/core-components@0.13.8
22
+ - @backstage/frontend-plugin-api@0.3.0
23
+ - @backstage/core-plugin-api@1.8.0
24
+ - @backstage/version-bridge@1.0.7
25
+ - @backstage/plugin-search-react@1.7.2
26
+ - @backstage/theme@0.4.4
27
+ - @backstage/catalog-model@1.4.3
28
+ - @backstage/config@1.1.1
29
+ - @backstage/errors@1.2.3
30
+ - @backstage/types@1.1.1
31
+ - @backstage/plugin-search-common@1.2.8
32
+
3
33
  ## 1.4.2-next.2
4
34
 
5
35
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search",
3
- "version": "1.4.2-next.2",
3
+ "version": "1.4.3",
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.2",
4
+ "version": "1.4.3",
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.2",
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.2",
53
- "@backstage/plugin-catalog-react": "^1.9.0-next.2",
54
- "@backstage/plugin-search-common": "^1.2.7",
55
- "@backstage/plugin-search-react": "^1.7.2-next.2",
56
- "@backstage/theme": "^0.4.4-next.0",
52
+ "@backstage/frontend-plugin-api": "^0.3.0",
53
+ "@backstage/plugin-catalog-react": "^1.9.1",
54
+ "@backstage/plugin-search-common": "^1.2.8",
55
+ "@backstage/plugin-search-react": "^1.7.3",
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.2",
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.24",
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",