@scalar/api-reference 1.0.4 → 1.0.6

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.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 366b142: fix: ignore proxy when swagger spec is a path
8
+ - e1dc955: fix: add fallback to name for models if no xml attribute passed
9
+ - Updated dependencies [ceb7952]
10
+ - @scalar/api-client@0.7.31
11
+
12
+ ## 1.0.5
13
+
14
+ ### Patch Changes
15
+
16
+ - ff81f70: refactor: move getting started example to GettingStarted component
17
+ - 5da1fc6: security: update axios from 1.5.0 to 1.6.1
18
+ - ff81f70: fix: don’t overwrite the CodeMirror content when collaborative editing is enabled
19
+ - Updated dependencies [ff81f70]
20
+ - Updated dependencies [5da1fc6]
21
+ - Updated dependencies [ff81f70]
22
+ - @scalar/swagger-editor@0.7.3
23
+ - @scalar/api-client@0.7.30
24
+
3
25
  ## 1.0.4
4
26
 
5
27
  ### Patch Changes