@scalar/api-reference 1.40.1 → 1.40.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,49 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.40.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#7506](https://github.com/scalar/scalar/pull/7506) [`72cd82f`](https://github.com/scalar/scalar/commit/72cd82fb8df63a9e5d0db1202978aebfefd0457a) Thanks [@marcalexiei](https://github.com/marcalexiei)! - fix: use caret version for `zod`
8
+
9
+ - Updated dependencies [[`72cd82f`](https://github.com/scalar/scalar/commit/72cd82fb8df63a9e5d0db1202978aebfefd0457a), [`21aa62e`](https://github.com/scalar/scalar/commit/21aa62e2ebdd262cb5aa53658c3b659736660722), [`72cd82f`](https://github.com/scalar/scalar/commit/72cd82fb8df63a9e5d0db1202978aebfefd0457a)]:
10
+ - @scalar/api-client@2.14.1
11
+ - @scalar/json-magic@0.8.5
12
+ - @scalar/oas-utils@0.6.7
13
+ - @scalar/openapi-parser@0.23.6
14
+ - @scalar/workspace-store@0.22.2
15
+ - @scalar/helpers@0.2.1
16
+ - @scalar/openapi-types@0.5.3
17
+ - @scalar/types@0.5.2
18
+ - @scalar/use-hooks@0.3.3
19
+ - @scalar/components@0.16.7
20
+ - @scalar/sidebar@0.5.2
21
+ - @scalar/object-utils@1.2.15
22
+ - @scalar/openapi-upgrader@0.1.6
23
+ - @scalar/snippetz@0.5.5
24
+
25
+ ## 1.40.2
26
+
27
+ ### Patch Changes
28
+
29
+ - [#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
30
+
31
+ - [#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
32
+
33
+ - [#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
34
+
35
+ - 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)]:
36
+ - @scalar/workspace-store@0.22.1
37
+ - @scalar/api-client@2.14.0
38
+ - @scalar/helpers@0.2.0
39
+ - @scalar/use-hooks@0.3.2
40
+ - @scalar/oas-utils@0.6.6
41
+ - @scalar/sidebar@0.5.1
42
+ - @scalar/components@0.16.6
43
+ - @scalar/json-magic@0.8.4
44
+ - @scalar/object-utils@1.2.14
45
+ - @scalar/openapi-parser@0.23.5
46
+
3
47
  ## 1.40.1
4
48
 
5
49
  ### Patch Changes