@scalar/api-reference 1.43.9 → 1.43.11

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,52 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.43.11
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/api-client@2.19.2**
10
+ - [#7848](https://github.com/scalar/scalar/pull/7848): fix: allow multiple security requirements with different scopes
11
+ - [#7852](https://github.com/scalar/scalar/pull/7852): fix: enable form rows by default
12
+
13
+ - **@scalar/snippetz@0.6.6**
14
+ - [#7859](https://github.com/scalar/scalar/pull/7859): fix the use of httpx.AsyncClient async context manager
15
+
16
+ - **@scalar/components@0.16.26**
17
+ - [#7846](https://github.com/scalar/scalar/pull/7846): Fix dev dep issue
18
+
19
+ - **@scalar/workspace-store@0.25.2**
20
+
21
+ - **@scalar/openapi-parser@0.24.3**
22
+
23
+ - **@scalar/sidebar@0.7.16**
24
+
25
+ - **@scalar/oas-utils@0.6.23**
26
+
27
+ ## 1.43.10
28
+
29
+ ### Patch Changes
30
+
31
+ - [#7820](https://github.com/scalar/scalar/pull/7820): fix: correctly restore the auth from persistance
32
+ - [#7814](https://github.com/scalar/scalar/pull/7814): fix: additional properties generate invalid example
33
+
34
+ #### Updated Dependencies
35
+
36
+ - **@scalar/workspace-store@0.25.1**
37
+ - [#7828](https://github.com/scalar/scalar/pull/7828): fix: switch to upsert params due to race condition
38
+
39
+ - **@scalar/api-client@2.19.1**
40
+ - [#7828](https://github.com/scalar/scalar/pull/7828): fix: switch to upsert params due to race condition
41
+ - [#7814](https://github.com/scalar/scalar/pull/7814): fix: additional properties generate invalid example
42
+
43
+ - **@scalar/oas-utils@0.6.22**
44
+ - [#7814](https://github.com/scalar/scalar/pull/7814): fix: additional properties generate invalid example
45
+
46
+ - **@scalar/sidebar@0.7.15**
47
+
48
+ - **@scalar/components@0.16.25**
49
+
3
50
  ## 1.43.9
4
51
 
5
52
  ### Patch Changes