@scalar/api-reference 1.46.2 → 1.46.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,42 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.46.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#8298](https://github.com/scalar/scalar/pull/8298): feat(api-reference): show explicit no-content response tabs for defined response keys
8
+ - [#8313](https://github.com/scalar/scalar/pull/8313): chore: resolve schemas on demand
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/oas-utils@0.8.3**
19
+ - [#8314](https://github.com/scalar/scalar/pull/8314): chore: limit concurrent operations while migrating workspaces
20
+
21
+ - **@scalar/helpers@0.2.18**
22
+ - [#8314](https://github.com/scalar/scalar/pull/8314): chore: limit concurrent operations while migrating workspaces
23
+
24
+ - **@scalar/api-client@2.31.3**
25
+ - [#8313](https://github.com/scalar/scalar/pull/8313): fix: correctly cache schema examples
26
+ - [#8254](https://github.com/scalar/scalar/pull/8254): fix: resolve OAuth2 URLs against interpolated server URL
27
+
28
+ - **@scalar/agent-chat@0.7.3**
29
+
30
+ - **@scalar/openapi-parser@0.24.17**
31
+
32
+ - **@scalar/sidebar@0.7.46**
33
+
34
+ - **@scalar/workspace-store@0.35.3**
35
+
36
+ - **@scalar/types@0.6.10**
37
+
38
+ - **@scalar/snippetz@0.6.19**
39
+
3
40
  ## 1.46.2
4
41
 
5
42
  ### Patch Changes