@scalar/api-reference 0.7.7 → 0.7.9

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
+ ## 0.7.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 45ac0aaa: fix missing property description
8
+
9
+ ## 0.7.8
10
+
11
+ ### Patch Changes
12
+
13
+ - ab348cb5: Mobile improvements and layout fixes + consitency improvements
14
+ - 211ed1c7: polish up the models
15
+ - ca2689b6: feat: add example request body to example request generator
16
+ - ae247253: refactor: move generateRequest helpers to @scalar/api-reference
17
+ - 5896b08d: fix: add missing null check to jsonRequest requestBody
18
+ - Updated dependencies [ab348cb5]
19
+ - Updated dependencies [aa24dbe6]
20
+ - Updated dependencies [ae247253]
21
+ - @scalar/api-client@0.7.21
22
+ - @scalar/use-codemirror@0.7.9
23
+ - @scalar/swagger-editor@0.6.24
24
+
3
25
  ## 0.7.7
4
26
 
5
27
  ### Patch Changes