@backstage/catalog-client 1.5.0-next.1 → 1.5.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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @backstage/catalog-client
2
2
 
3
+ ## 1.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 3834067: The internals of `CatalogClient` are now auto-generated using the `backstage-repo-tools schema openapi generate-client` command.
8
+
9
+ ### Patch Changes
10
+
11
+ - 82fa88b: Fixes a bug where some query parameters were double URL encoded.
12
+ - Updated dependencies
13
+ - @backstage/catalog-model@1.4.3
14
+ - @backstage/errors@1.2.3
15
+
3
16
  ## 1.5.0-next.1
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.5.0-next.1",
4
+ "version": "1.5.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -39,7 +39,7 @@
39
39
  "uri-template": "^2.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@backstage/cli": "^0.25.0-next.2",
42
+ "@backstage/cli": "^0.25.0",
43
43
  "msw": "^1.0.0"
44
44
  },
45
45
  "files": [