@scalar/api-reference 1.40.1 → 1.40.2

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.40.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#7496](https://github.com/scalar/scalar/pull/7496) [`08d137a`](https://github.com/scalar/scalar/commit/08d137a1d9172bd51a9a401fb0101ddf90d3b1a8) Thanks [@amritk](https://github.com/amritk)! - fix: disable intersection observer when opening tag
8
+
9
+ - [#7483](https://github.com/scalar/scalar/pull/7483) [`f446bbc`](https://github.com/scalar/scalar/commit/f446bbc0b8aec7fa7314603fd48471f06c1318d5) Thanks [@hanspagel](https://github.com/hanspagel)! - fix: can not use relative URLs in oauth security schemes
10
+
11
+ - [#7497](https://github.com/scalar/scalar/pull/7497) [`b77fa53`](https://github.com/scalar/scalar/commit/b77fa5356a1ad51766b6dd6b20e10c408924a8ff) Thanks [@geoffgscott](https://github.com/geoffgscott)! - Fix queue change logic
12
+
13
+ - Updated dependencies [[`8842799`](https://github.com/scalar/scalar/commit/884279984b144082e85b699014e77ed71e9ae6a5), [`9ec8adf`](https://github.com/scalar/scalar/commit/9ec8adfea017333dee5bc3949104232f7dc57f4a), [`cc4de25`](https://github.com/scalar/scalar/commit/cc4de2587b36f0d169b01c1bf312ba91b67e3e0c), [`f446bbc`](https://github.com/scalar/scalar/commit/f446bbc0b8aec7fa7314603fd48471f06c1318d5)]:
14
+ - @scalar/workspace-store@0.22.1
15
+ - @scalar/api-client@2.14.0
16
+ - @scalar/helpers@0.2.0
17
+ - @scalar/use-hooks@0.3.2
18
+ - @scalar/oas-utils@0.6.6
19
+ - @scalar/sidebar@0.5.1
20
+ - @scalar/components@0.16.6
21
+ - @scalar/json-magic@0.8.4
22
+ - @scalar/object-utils@1.2.14
23
+ - @scalar/openapi-parser@0.23.5
24
+
3
25
  ## 1.40.1
4
26
 
5
27
  ### Patch Changes