@scalar/api-reference 1.22.52 → 1.22.53
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 +9 -0
- package/dist/browser/standalone.js +4 -4
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/{index-CA53QuUy.js → index-Bb3Mdphw.js} +3 -3
- package/dist/{index-4p6mV9sm.cjs → index-DWM5ulzV.cjs} +2 -2
- package/dist/{index-fBCIYxPK.cjs → index-DmTHbZ53.cjs} +2 -2
- package/dist/{index-BEcGroQA.js → index-DwSL-6br.js} +3 -3
- package/dist/index.cjs +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.22.53
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 5a9c298: feat: move references css config to css layer
|
|
8
|
+
- cad7eef: fix: small images destroy the layout
|
|
9
|
+
- Updated dependencies [d60cc10]
|
|
10
|
+
- @scalar/api-client@1.2.37
|
|
11
|
+
|
|
3
12
|
## 1.22.52
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|