@scalar/api-reference 1.43.2 → 1.43.3

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,27 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.43.3
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/workspace-store@0.24.5**
10
+ - [#7699](https://github.com/scalar/scalar/pull/7699): feat: added ui for oauth2 credentials location
11
+
12
+ - **@scalar/api-client@2.17.8**
13
+ - [#7699](https://github.com/scalar/scalar/pull/7699): feat: added ui for oauth2 credentials location
14
+ - [#7715](https://github.com/scalar/scalar/pull/7715): fix: remove scrollbar from buttons
15
+
16
+ - **@scalar/openapi-parser@0.23.12**
17
+ - [#7719](https://github.com/scalar/scalar/pull/7719): fix: self-referencing causes infinite loop in `dereference`
18
+
19
+ - **@scalar/oas-utils@0.6.15**
20
+
21
+ - **@scalar/sidebar@0.7.8**
22
+
23
+ - **@scalar/components@0.16.18**
24
+
3
25
  ## 1.43.2
4
26
 
5
27
  ### Patch Changes