@scalar/api-reference-react 0.8.64 → 0.8.66

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