@backstage/catalog-client 1.3.0-next.2 → 1.3.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 +13 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @backstage/catalog-client
2
2
 
3
+ ## 1.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - f75bf76330: Implemented support for the `order` directive on `getEntities`
8
+
9
+ ### Patch Changes
10
+
11
+ - e23f13a573: Enable the `by-refs` endpoint to receive `fields` through the POST body as well as through query parameters.
12
+ - Updated dependencies
13
+ - @backstage/catalog-model@1.1.5
14
+ - @backstage/errors@1.1.4
15
+
3
16
  ## 1.3.0-next.2
4
17
 
5
18
  ### 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.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.5",
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": [