@scalar/api-reference-react 0.8.57 → 0.8.60

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,43 @@
1
1
  # @scalar/api-reference-react
2
2
 
3
+ ## 0.8.60
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/api-reference@1.44.23**
10
+ - [#8212](https://github.com/scalar/scalar/pull/8212): chore: version bump
11
+
12
+ - **@scalar/types@0.6.6**
13
+ - [#8212](https://github.com/scalar/scalar/pull/8212): chore: version bump
14
+
15
+ ## 0.8.59
16
+
17
+ ### Patch Changes
18
+
19
+ #### Updated Dependencies
20
+
21
+ - **@scalar/api-reference@1.44.22**
22
+ - [#8207](https://github.com/scalar/scalar/pull/8207): chore: version bump
23
+
24
+ - **@scalar/types@0.6.5**
25
+ - [#8207](https://github.com/scalar/scalar/pull/8207): chore: version bump
26
+
27
+ ## 0.8.58
28
+
29
+ ### Patch Changes
30
+
31
+ #### Updated Dependencies
32
+
33
+ - **@scalar/api-reference@1.44.21**
34
+ - [#8164](https://github.com/scalar/scalar/pull/8164): fix: remove duplicate examples
35
+ - [#8186](https://github.com/scalar/scalar/pull/8186): feat(api-reference): export new helpers
36
+ - [#8174](https://github.com/scalar/scalar/pull/8174): feat: add `createAnySecurityScheme` config option to control generic auth scheme creation
37
+
38
+ - **@scalar/types@0.6.4**
39
+ - [#8174](https://github.com/scalar/scalar/pull/8174): feat: add `createAnySecurityScheme` config option to control generic auth scheme creation
40
+
3
41
  ## 0.8.57
4
42
 
5
43
  ### Patch Changes