@scalar/api-reference-react 0.8.64 → 0.8.67

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,37 @@
1
1
  # @scalar/api-reference-react
2
2
 
3
+ ## 0.8.67
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/api-reference@1.46.1**
10
+ - [#8294](https://github.com/scalar/scalar/pull/8294): default createAnySecurityScheme to false and fix index clamp issue
11
+
12
+ - **@scalar/types@0.6.9**
13
+
14
+ ## 0.8.66
15
+
16
+ ### Patch Changes
17
+
18
+ #### Updated Dependencies
19
+
20
+ - **@scalar/api-reference@1.46.0**
21
+ - [#8290](https://github.com/scalar/scalar/pull/8290): chore: update deps
22
+ - [#8283](https://github.com/scalar/scalar/pull/8283): fix: scrollToLazy can not find id when the browser is busy
23
+
24
+ ## 0.8.65
25
+
26
+ ### Patch Changes
27
+
28
+ #### Updated Dependencies
29
+
30
+ - **@scalar/api-reference@1.45.0**
31
+ - [#8255](https://github.com/scalar/scalar/pull/8255): fix: correctly handle circular references when deep resolving references
32
+ - [#8279](https://github.com/scalar/scalar/pull/8279): fix(api-references): css collision on ask ai input
33
+ - [#8234](https://github.com/scalar/scalar/pull/8234): support operation level authentication and servers
34
+
3
35
  ## 0.8.64
4
36
 
5
37
  ### Patch Changes