@scalar/api-reference-react 0.9.1 → 0.9.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,30 @@
1
1
  # @scalar/api-reference-react
2
2
 
3
+ ## 0.9.3
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/api-reference@1.48.2**
10
+ - [#8381](https://github.com/scalar/scalar/pull/8381): feat: add mcp config support
11
+ - [#8375](https://github.com/scalar/scalar/pull/8375): feat(api-reference): export lazy bus queue helper
12
+ - [#8370](https://github.com/scalar/scalar/pull/8370): fix: hide the authentication panel when test requests are disabled
13
+
14
+ - **@scalar/types@0.7.1**
15
+ - [#8381](https://github.com/scalar/scalar/pull/8381): feat: add mcp config support
16
+
17
+ ## 0.9.2
18
+
19
+ ### Patch Changes
20
+
21
+ #### Updated Dependencies
22
+
23
+ - **@scalar/api-reference@1.48.1**
24
+ - [#8288](https://github.com/scalar/scalar/pull/8288): fix: add consistent border to schema composition components
25
+ - [#8348](https://github.com/scalar/scalar/pull/8348): fix(api-reference): bump dev tools z index for themes
26
+ - [#8366](https://github.com/scalar/scalar/pull/8366): fix(components): clean up search components and add snapshots
27
+
3
28
  ## 0.9.1
4
29
 
5
30
  ### Patch Changes