@scalar/api-reference-react 0.8.54 → 0.8.57

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.57
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/api-reference@1.44.20**
10
+ - [#8159](https://github.com/scalar/scalar/pull/8159): fix: do not mutate document after ingress
11
+ - [#8178](https://github.com/scalar/scalar/pull/8178): chore: package bump due to ci failure
12
+
13
+ - **@scalar/types@0.6.3**
14
+
15
+ ## 0.8.56
16
+
17
+ ### Patch Changes
18
+
19
+ #### Updated Dependencies
20
+
21
+ - **@scalar/api-reference@1.44.19**
22
+ - [#8155](https://github.com/scalar/scalar/pull/8155): fix(api-reference): bugs with cards rendering
23
+
24
+ ## 0.8.55
25
+
26
+ ### Patch Changes
27
+
28
+ #### Updated Dependencies
29
+
30
+ - **@scalar/api-reference@1.44.18**
31
+ - [#8109](https://github.com/scalar/scalar/pull/8109): feat: keep the sidebar scrolled near the top
32
+ - [#8134](https://github.com/scalar/scalar/pull/8134): fix(components): change caret position to right
33
+ - [#8121](https://github.com/scalar/scalar/pull/8121): chore: moved client plugin types to oas-utils so they can be shared
34
+
3
35
  ## 0.8.54
4
36
 
5
37
  ### Patch Changes