@scalar/api-reference 1.21.2 → 1.22.1

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,31 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.22.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 8dc1640: feat: moved toast component to client only
8
+
9
+ ## 1.22.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 0e64a36: refactor: rename all --theme-_ variables to --scalar-_
14
+
15
+ ### Patch Changes
16
+
17
+ - 22f2858: chore: ran syncpack to update packages
18
+ - ced76e5: fix: search key modifier incorrect on non macos machines
19
+ - 3afec45: feat: render images in tag descriptions
20
+ - Updated dependencies [22f2858]
21
+ - Updated dependencies [0e64a36]
22
+ - @scalar/use-tooltip@0.6.0
23
+ - @scalar/api-client@1.2.0
24
+ - @scalar/components@0.5.0
25
+ - @scalar/oas-utils@0.1.6
26
+ - @scalar/use-modal@0.3.0
27
+ - @scalar/themes@0.7.0
28
+
3
29
  ## 1.21.2
4
30
 
5
31
  ### Patch Changes