@backstage/plugin-search 1.3.3-next.2 → 1.3.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 +18 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @backstage/plugin-search
2
2
 
3
+ ## 1.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - c3381408d633: Fixed bug in "View Full Results" link of Search Modal that did not navigate to the full results page.
8
+ - Updated dependencies
9
+ - @backstage/theme@0.4.1
10
+ - @backstage/errors@1.2.1
11
+ - @backstage/plugin-catalog-react@1.8.0
12
+ - @backstage/core-components@0.13.3
13
+ - @backstage/core-plugin-api@1.5.3
14
+ - @backstage/catalog-model@1.4.1
15
+ - @backstage/config@1.0.8
16
+ - @backstage/types@1.1.0
17
+ - @backstage/version-bridge@1.0.4
18
+ - @backstage/plugin-search-common@1.2.5
19
+ - @backstage/plugin-search-react@1.6.3
20
+
3
21
  ## 1.3.3-next.2
4
22
 
5
23
  ### Patch 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.3.3-next.2",
4
+ "version": "1.3.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.4.1-next.0",
35
+ "@backstage/catalog-model": "^1.4.1",
36
36
  "@backstage/config": "^1.0.8",
37
- "@backstage/core-components": "^0.13.3-next.2",
38
- "@backstage/core-plugin-api": "^1.5.3-next.1",
39
- "@backstage/errors": "^1.2.1-next.0",
40
- "@backstage/plugin-catalog-react": "^1.8.0-next.2",
41
- "@backstage/plugin-search-common": "^1.2.5-next.0",
42
- "@backstage/plugin-search-react": "^1.6.3-next.2",
43
- "@backstage/theme": "^0.4.1-next.1",
37
+ "@backstage/core-components": "^0.13.3",
38
+ "@backstage/core-plugin-api": "^1.5.3",
39
+ "@backstage/errors": "^1.2.1",
40
+ "@backstage/plugin-catalog-react": "^1.8.0",
41
+ "@backstage/plugin-search-common": "^1.2.5",
42
+ "@backstage/plugin-search-react": "^1.6.3",
43
+ "@backstage/theme": "^0.4.1",
44
44
  "@backstage/types": "^1.1.0",
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.9-next.1",
60
- "@backstage/core-app-api": "^1.8.2-next.1",
61
- "@backstage/dev-utils": "^1.0.17-next.2",
62
- "@backstage/test-utils": "^1.4.1-next.2",
59
+ "@backstage/cli": "^0.22.9",
60
+ "@backstage/core-app-api": "^1.9.0",
61
+ "@backstage/dev-utils": "^1.0.17",
62
+ "@backstage/test-utils": "^1.4.1",
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",