@scalar/api-reference-react 0.9.5 → 0.9.7

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,27 @@
1
1
  # @scalar/api-reference-react
2
2
 
3
+ ## 0.9.7
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/api-reference@1.48.6**
10
+ - [#8414](https://github.com/scalar/scalar/pull/8414): fix(api-reference): limit height of example response descriptions
11
+
12
+ - **@scalar/types@0.7.3**
13
+
14
+ ## 0.9.6
15
+
16
+ ### Patch Changes
17
+
18
+ #### Updated Dependencies
19
+
20
+ - **@scalar/api-reference@1.48.5**
21
+ - [#8406](https://github.com/scalar/scalar/pull/8406): feat: x-order
22
+ - [#8097](https://github.com/scalar/scalar/pull/8097): fix: lazy load compositions
23
+ - [#8380](https://github.com/scalar/scalar/pull/8380): feat(api-reference): render `<a>` HTML tag for `documentDownloadType: direct`
24
+
3
25
  ## 0.9.5
4
26
 
5
27
  ### Patch Changes