@scalar/api-reference 1.48.6 → 1.48.8

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,54 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.48.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#8425](https://github.com/scalar/scalar/pull/8425): fix auth default OAuth scope fallback
8
+ - [#8416](https://github.com/scalar/scalar/pull/8416): fix: direct css import breaks build in react, vitepress and others
9
+ - [#8417](https://github.com/scalar/scalar/pull/8417): fix: document not defined in SSR environments
10
+
11
+ #### Updated Dependencies
12
+
13
+ - **@scalar/api-client@2.38.0**
14
+ - [#8444](https://github.com/scalar/scalar/pull/8444): feat: cache last response for an example
15
+ - [#8424](https://github.com/scalar/scalar/pull/8424): fix(api-client): persist oauth credentials location
16
+ - [#8428](https://github.com/scalar/scalar/pull/8428): fix: overflow issues for mac app version
17
+ - [#8447](https://github.com/scalar/scalar/pull/8447): fix: propagate schema to request body form-data table
18
+
19
+ - **@scalar/agent-chat@0.9.8**
20
+ - [#8416](https://github.com/scalar/scalar/pull/8416): fix: direct css import breaks build in react, vitepress and others
21
+
22
+ - **@scalar/workspace-store@0.40.1**
23
+ - [#8424](https://github.com/scalar/scalar/pull/8424): feat: export XScalarCredentialsLocation
24
+ - [#8445](https://github.com/scalar/scalar/pull/8445): fix: generate unique id for models
25
+
26
+ - **@scalar/oas-utils@0.10.7**
27
+
28
+ - **@scalar/sidebar@0.8.8**
29
+
30
+ - **@scalar/components@0.20.8**
31
+
32
+ ## 1.48.7
33
+
34
+ ### Patch Changes
35
+
36
+ #### Updated Dependencies
37
+
38
+ - **@scalar/workspace-store@0.40.0**
39
+ - [#8426](https://github.com/scalar/scalar/pull/8426): feat: interact with the original and intermediate documents
40
+
41
+ - **@scalar/api-client@2.37.0**
42
+ - [#8426](https://github.com/scalar/scalar/pull/8426): feat: sync with source flow with conflict resolution
43
+
44
+ - **@scalar/agent-chat@0.9.7**
45
+
46
+ - **@scalar/oas-utils@0.10.6**
47
+
48
+ - **@scalar/sidebar@0.8.7**
49
+
50
+ - **@scalar/components@0.20.7**
51
+
3
52
  ## 1.48.6
4
53
 
5
54
  ### Patch Changes