@backstage/plugin-search-backend-module-explore 0.3.6 → 0.3.7

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 +24 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,10 +1,32 @@
1
1
  # @backstage/plugin-search-backend-module-explore
2
2
 
3
- ## 0.3.6
3
+ ## 0.3.7
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 17af594: Deprecate and mark explore collator as moved
7
+ - 9a93520: Deprecate and mark explore collator as moved
8
+ - Updated dependencies
9
+ - @backstage/backend-plugin-api@1.4.3
10
+ - @backstage/plugin-search-backend-node@1.3.15
11
+
12
+ ## 0.3.7-next.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @backstage/backend-plugin-api@1.4.3-next.0
18
+ - @backstage/plugin-search-backend-node@1.3.15-next.0
19
+
20
+ ## 0.3.6-next.0
21
+
22
+ ### Patch Changes
23
+
24
+ - 9a93520: Deprecate and mark explore collator as moved
25
+ - Updated dependencies
26
+ - @backstage/backend-plugin-api@1.4.2
27
+ - @backstage/config@1.3.3
28
+ - @backstage/plugin-search-backend-node@1.3.14
29
+ - @backstage/plugin-search-common@1.2.19
8
30
 
9
31
  ## 0.3.5
10
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-explore",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "description": "A module for the search backend that exports explore modules",
5
5
  "backstage": {
6
6
  "moved": "@backstage-community/plugin-search-backend-module-explore",
@@ -64,14 +64,14 @@
64
64
  },
65
65
  "dependencies": {
66
66
  "@backstage-community/plugin-explore-common": "^0.5.0",
67
- "@backstage/backend-plugin-api": "^1.4.2",
67
+ "@backstage/backend-plugin-api": "^1.4.3",
68
68
  "@backstage/config": "^1.3.3",
69
- "@backstage/plugin-search-backend-node": "^1.3.14",
69
+ "@backstage/plugin-search-backend-node": "^1.3.15",
70
70
  "@backstage/plugin-search-common": "^1.2.19"
71
71
  },
72
72
  "devDependencies": {
73
- "@backstage/backend-test-utils": "^1.8.0",
74
- "@backstage/cli": "^0.34.1",
73
+ "@backstage/backend-test-utils": "^1.9.0",
74
+ "@backstage/cli": "^0.34.2",
75
75
  "msw": "^1.2.1"
76
76
  },
77
77
  "configSchema": "config.d.ts"