@backstage/plugin-search-common 1.1.0-next.2 → 1.1.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 +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @backstage/plugin-search-common
2
2
 
3
+ ## 1.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - a799972bb1: There is a new property called `pageLimit` on the `SearchQuery` interface that specifies how many results should be returned per page.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @backstage/plugin-permission-common@0.7.0
13
+ - @backstage/types@1.0.0
14
+
3
15
  ## 1.1.0-next.2
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-common",
3
3
  "description": "Common functionalities for Search, to be shared between various search-enabled plugins",
4
- "version": "1.1.0-next.2",
4
+ "version": "1.1.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "publishConfig": {
@@ -38,11 +38,11 @@
38
38
  "url": "https://github.com/backstage/backstage/issues"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/plugin-permission-common": "^0.7.0-next.2",
41
+ "@backstage/plugin-permission-common": "^0.7.0",
42
42
  "@backstage/types": "^1.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/cli": "^0.20.0-next.2"
45
+ "@backstage/cli": "^0.20.0"
46
46
  },
47
47
  "jest": {
48
48
  "roots": [