@scalar/api-reference 0.6.22 → 0.7.0

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,39 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 0.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - fd38deb0: Add mobile menu and breadcrumbs
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [fd38deb0]
12
+ - @scalar/themes@0.4.0
13
+ - @scalar/api-client@0.7.17
14
+ - @scalar/swagger-editor@0.6.21
15
+
16
+ ## 0.6.23
17
+
18
+ ### Patch Changes
19
+
20
+ - af4ec8d3: update discord links
21
+ - e643b56e: Fix incorrectly named css variables
22
+ - c6ac9ff4: fix search modal reactivity
23
+ - 749f2f3f: fix: initial swagger editor content is parsed
24
+ - 91b09499: Fix breadcrums throwing error for specs without operations in tags
25
+ - Updated dependencies [af4ec8d3]
26
+ - Updated dependencies [749f2f3f]
27
+ - @scalar/use-keyboard-event@0.5.3
28
+ - @scalar/swagger-editor@0.6.20
29
+ - @scalar/swagger-parser@0.5.3
30
+ - @scalar/use-codemirror@0.7.8
31
+ - @scalar/use-clipboard@0.5.5
32
+ - @scalar/use-tooltip@0.5.4
33
+ - @scalar/api-client@0.7.16
34
+ - @scalar/use-toasts@0.5.5
35
+ - @scalar/themes@0.3.11
36
+
3
37
  ## 0.6.22
4
38
 
5
39
  ### Patch Changes
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  ![Version](https://img.shields.io/npm/v/%40scalar/api-reference)
4
4
  ![Downloads](https://img.shields.io/npm/dm/%40scalar/api-reference)
5
5
  ![License](https://img.shields.io/npm/l/%40scalar%2Fapi-reference)
6
- [![Discord](https://img.shields.io/discord/1135330207960678410?style=flat&color=5865F2)](https://discord.gg/mw6FQRPh)
6
+ [![Discord](https://img.shields.io/discord/1135330207960678410?style=flat&color=5865F2)](https://discord.com/invite/Ve683JXN)
7
7
 
8
8
  ## Installation
9
9