@scalar/api-client 2.31.1 → 2.31.3

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,64 @@
1
1
  # @scalar/api-client
2
2
 
3
+ ## 2.31.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#8313](https://github.com/scalar/scalar/pull/8313): fix: correctly cache schema examples
8
+ - [#8254](https://github.com/scalar/scalar/pull/8254): fix: resolve OAuth2 URLs against interpolated server URL
9
+
10
+ #### Updated Dependencies
11
+
12
+ - **@scalar/openapi-types@0.5.4**
13
+ - [#8275](https://github.com/scalar/scalar/pull/8275): fix(openapi-types): make the `$ref` property in the `ReferenceObject` type required
14
+
15
+ - **@scalar/components@0.19.15**
16
+ - [#8319](https://github.com/scalar/scalar/pull/8319): fix(components): fix adjust sidebar section line height
17
+
18
+ - **@scalar/json-magic@0.11.7**
19
+ - [#8314](https://github.com/scalar/scalar/pull/8314): chore: limit concurrent operations while migrating workspaces
20
+
21
+ - **@scalar/oas-utils@0.8.3**
22
+ - [#8314](https://github.com/scalar/scalar/pull/8314): chore: limit concurrent operations while migrating workspaces
23
+
24
+ - **@scalar/helpers@0.2.18**
25
+ - [#8314](https://github.com/scalar/scalar/pull/8314): chore: limit concurrent operations while migrating workspaces
26
+
27
+ - **@scalar/openapi-parser@0.24.17**
28
+
29
+ - **@scalar/postman-to-openapi@0.4.10**
30
+
31
+ - **@scalar/sidebar@0.7.46**
32
+
33
+ - **@scalar/use-codemirror@0.13.50**
34
+
35
+ - **@scalar/workspace-store@0.35.3**
36
+
37
+ - **@scalar/import@0.4.55**
38
+
39
+ - **@scalar/object-utils@1.2.32**
40
+
41
+ - **@scalar/types@0.6.10**
42
+
43
+ - **@scalar/snippetz@0.6.19**
44
+
45
+ ## 2.31.2
46
+
47
+ ### Patch Changes
48
+
49
+ #### Updated Dependencies
50
+
51
+ - **@scalar/themes@0.14.3**
52
+ - [#8315](https://github.com/scalar/scalar/pull/8315): feat(theme): standardize tailwind line height behavior
53
+
54
+ - **@scalar/components@0.19.14**
55
+
56
+ - **@scalar/oas-utils@0.8.2**
57
+
58
+ - **@scalar/sidebar@0.7.45**
59
+
60
+ - **@scalar/use-codemirror@0.13.49**
61
+
3
62
  ## 2.31.1
4
63
 
5
64
  ### Patch Changes