@scalar/api-reference 1.48.5 → 1.48.7

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,56 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.48.7
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/workspace-store@0.40.0**
10
+ - [#8426](https://github.com/scalar/scalar/pull/8426): feat: interact with the original and intermediate documents
11
+
12
+ - **@scalar/api-client@2.37.0**
13
+ - [#8426](https://github.com/scalar/scalar/pull/8426): feat: sync with source flow with conflict resolution
14
+
15
+ - **@scalar/agent-chat@0.9.7**
16
+
17
+ - **@scalar/oas-utils@0.10.6**
18
+
19
+ - **@scalar/sidebar@0.8.7**
20
+
21
+ - **@scalar/components@0.20.7**
22
+
23
+ ## 1.48.6
24
+
25
+ ### Patch Changes
26
+
27
+ - [#8414](https://github.com/scalar/scalar/pull/8414): fix(api-reference): limit height of example response descriptions
28
+
29
+ #### Updated Dependencies
30
+
31
+ - **@scalar/api-client@2.36.2**
32
+ - [#8414](https://github.com/scalar/scalar/pull/8414): fix(api-client): pass example picker attributes to button component
33
+
34
+ - **@scalar/components@0.20.6**
35
+ - [#8327](https://github.com/scalar/scalar/pull/8327): fix: markdown tables with specified width attributes in td/th break the layout
36
+
37
+ - **@scalar/helpers@0.4.1**
38
+ - [#8420](https://github.com/scalar/scalar/pull/8420): fix TypeScript access to navigator.userAgentData in isMacOS without ts-expect-error
39
+
40
+ - **@scalar/agent-chat@0.9.6**
41
+
42
+ - **@scalar/sidebar@0.8.6**
43
+
44
+ - **@scalar/oas-utils@0.10.5**
45
+
46
+ - **@scalar/openapi-parser@0.25.3**
47
+
48
+ - **@scalar/types@0.7.3**
49
+
50
+ - **@scalar/workspace-store@0.39.2**
51
+
52
+ - **@scalar/snippetz@0.7.4**
53
+
3
54
  ## 1.48.5
4
55
 
5
56
  ### Patch Changes