@scalar/api-reference 1.47.0 → 1.48.0

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,32 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.48.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#8266](https://github.com/scalar/scalar/pull/8266): support operation level authentication and servers
8
+
9
+ ### Patch Changes
10
+
11
+ #### Updated Dependencies
12
+
13
+ - **@scalar/agent-chat@0.9.0**
14
+ - [#8345](https://github.com/scalar/scalar/pull/8345): feat: remove tmp document on fail
15
+ - [#8266](https://github.com/scalar/scalar/pull/8266): support operation level authentication and servers
16
+
17
+ - **@scalar/workspace-store@0.37.0**
18
+ - [#8266](https://github.com/scalar/scalar/pull/8266): support operation level authentication and servers
19
+
20
+ - **@scalar/api-client@2.33.0**
21
+ - [#8266](https://github.com/scalar/scalar/pull/8266): support operation level authentication and servers
22
+
23
+ - **@scalar/oas-utils@0.10.0**
24
+ - [#8266](https://github.com/scalar/scalar/pull/8266): support operation level authentication and servers
25
+
26
+ - **@scalar/sidebar@0.8.1**
27
+
28
+ - **@scalar/components@0.20.1**
29
+
3
30
  ## 1.47.0
4
31
 
5
32
  ### Minor Changes