@backstage/catalog-client 1.3.0-next.2 → 1.3.1-next.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 +20 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @backstage/catalog-client
2
2
 
3
+ ## 1.3.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/catalog-model@1.1.6-next.0
9
+
10
+ ## 1.3.0
11
+
12
+ ### Minor Changes
13
+
14
+ - f75bf76330: Implemented support for the `order` directive on `getEntities`
15
+
16
+ ### Patch Changes
17
+
18
+ - e23f13a573: Enable the `by-refs` endpoint to receive `fields` through the POST body as well as through query parameters.
19
+ - Updated dependencies
20
+ - @backstage/catalog-model@1.1.5
21
+ - @backstage/errors@1.1.4
22
+
3
23
  ## 1.3.0-next.2
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/catalog-client",
3
3
  "description": "An isomorphic client for the catalog backend",
4
- "version": "1.3.0-next.2",
4
+ "version": "1.3.1-next.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -32,12 +32,12 @@
32
32
  "clean": "backstage-cli package clean"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/catalog-model": "^1.1.5-next.1",
35
+ "@backstage/catalog-model": "^1.1.6-next.0",
36
36
  "@backstage/errors": "^1.1.4",
37
37
  "cross-fetch": "^3.1.5"
38
38
  },
39
39
  "devDependencies": {
40
- "@backstage/cli": "^0.22.1-next.2",
40
+ "@backstage/cli": "^0.22.1",
41
41
  "msw": "^0.49.0"
42
42
  },
43
43
  "files": [