@scalar/api-reference-react 0.8.53 → 0.8.55

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,25 @@
1
1
  # @scalar/api-reference-react
2
2
 
3
+ ## 0.8.55
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/api-reference@1.44.18**
10
+ - [#8109](https://github.com/scalar/scalar/pull/8109): feat: keep the sidebar scrolled near the top
11
+ - [#8134](https://github.com/scalar/scalar/pull/8134): fix(components): change caret position to right
12
+ - [#8121](https://github.com/scalar/scalar/pull/8121): chore: moved client plugin types to oas-utils so they can be shared
13
+
14
+ ## 0.8.54
15
+
16
+ ### Patch Changes
17
+
18
+ #### Updated Dependencies
19
+
20
+ - **@scalar/api-reference@1.44.17**
21
+ - [#8094](https://github.com/scalar/scalar/pull/8094): feat: open client to the correct example name
22
+
3
23
  ## 0.8.53
4
24
 
5
25
  ### Patch Changes