@backstage/catalog-client 1.4.6 → 1.5.0-next.1

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @backstage/catalog-client
2
2
 
3
+ ## 1.5.0-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 82fa88b: Fixes a bug where some query parameters were double URL encoded.
8
+ - Updated dependencies
9
+ - @backstage/catalog-model@1.4.3
10
+ - @backstage/errors@1.2.3
11
+
12
+ ## 1.5.0-next.0
13
+
14
+ ### Minor Changes
15
+
16
+ - 38340678c3: The internals of `CatalogClient` are now auto-generated using the `backstage-repo-tools schema openapi generate-client` command.
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/catalog-model@1.4.3
22
+ - @backstage/errors@1.2.3
23
+
3
24
  ## 1.4.6
4
25
 
5
26
  ### Patch Changes