@scalar/api-reference 0.6.21 → 0.6.23

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,32 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 0.6.23
4
+
5
+ ### Patch Changes
6
+
7
+ - af4ec8d3: update discord links
8
+ - e643b56e: Fix incorrectly named css variables
9
+ - c6ac9ff4: fix search modal reactivity
10
+ - 749f2f3f: fix: initial swagger editor content is parsed
11
+ - 91b09499: Fix breadcrums throwing error for specs without operations in tags
12
+ - Updated dependencies [af4ec8d3]
13
+ - Updated dependencies [749f2f3f]
14
+ - @scalar/use-keyboard-event@0.5.3
15
+ - @scalar/swagger-editor@0.6.20
16
+ - @scalar/swagger-parser@0.5.3
17
+ - @scalar/use-codemirror@0.7.8
18
+ - @scalar/use-clipboard@0.5.5
19
+ - @scalar/use-tooltip@0.5.4
20
+ - @scalar/api-client@0.7.16
21
+ - @scalar/use-toasts@0.5.5
22
+ - @scalar/themes@0.3.11
23
+
24
+ ## 0.6.22
25
+
26
+ ### Patch Changes
27
+
28
+ - d4789991: fix: populate search fuse data immediately
29
+
3
30
  ## 0.6.21
4
31
 
5
32
  ### 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