@scalar/api-reference 1.17.2 → 1.17.4

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,33 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.17.4
4
+
5
+ ### Patch Changes
6
+
7
+ - b9523b7: fix: allow application/problem+json return type
8
+ - Updated dependencies [b9523b7]
9
+ - @scalar/api-client@0.12.6
10
+
11
+ ## 1.17.3
12
+
13
+ ### Patch Changes
14
+
15
+ - 1669b27: chore: update dependencies
16
+ - d96253a: fix: http basic auth empty credentials should not be encoded
17
+ - 1669b27: refactor: migrate from use-toasts to vue-sonner
18
+ - 9d43b0a: fix: urls with dynamic protocol are prefixed with the window location origin
19
+ - a64c389: fix: onSpecUpdate is not called
20
+ - 7ea052b: chore: remove some languages from CodeMirror
21
+ - Updated dependencies [1669b27]
22
+ - Updated dependencies [7ea052b]
23
+ - @scalar/swagger-editor@0.10.8
24
+ - @scalar/swagger-parser@0.5.18
25
+ - @scalar/use-tooltip@0.5.11
26
+ - @scalar/api-client@0.12.5
27
+ - @scalar/components@0.2.5
28
+ - @scalar/use-modal@0.2.8
29
+ - @scalar/themes@0.5.8
30
+
3
31
  ## 1.17.2
4
32
 
5
33
  ### Patch Changes