@scalar/api-reference 1.52.0 → 1.52.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,15 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.52.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#8769](https://github.com/scalar/scalar/pull/8769): feat(themes): add Tailwind v3 transform reset
8
+ - [#8767](https://github.com/scalar/scalar/pull/8767): feat(api-reference): collapse truncated descriptions
9
+ - [#8776](https://github.com/scalar/scalar/pull/8776): fix: hide content type switch when there is no content
10
+ - [#8777](https://github.com/scalar/scalar/pull/8777): fix(api-reference): set example z-index to context layer
11
+ - [#8770](https://github.com/scalar/scalar/pull/8770): fix: generate the response examples by removing the priority order
12
+
3
13
  ## 1.52.0
4
14
 
5
15
  ### Minor Changes