@scalar/api-reference 1.22.43 → 1.22.44
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 +16 -0
- package/dist/browser/standalone.js +6 -11
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Content/ClientLibraries/ClientSelector.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarElement.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarHttpBadge.vue.d.ts.map +1 -1
- package/dist/{index-DFud-qXD.js → index-DRHKUGWf.js} +33 -40
- package/dist/{index-TmQA3cLr.cjs → index-I6PS1cl8.cjs} +3 -3
- package/dist/{index-BxLNt4Yq.js → index-N9CCMqKW.js} +3672 -3726
- package/dist/{index-SxXpE_Bv.cjs → index-hCOPaElV.cjs} +124 -128
- package/dist/index.cjs +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.22.44
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 496bca4: fix: api client selector responsive
|
|
8
|
+
- f677ff5: feat: favor uppercase css style for sidebar heading
|
|
9
|
+
- 28c8dc5: fix: server url with variable is overwritten with current url
|
|
10
|
+
- Updated dependencies [dfe51b1]
|
|
11
|
+
- Updated dependencies [504ff7a]
|
|
12
|
+
- Updated dependencies [61b8ddc]
|
|
13
|
+
- Updated dependencies [165b901]
|
|
14
|
+
- Updated dependencies [925572f]
|
|
15
|
+
- @scalar/components@0.7.10
|
|
16
|
+
- @scalar/api-client@1.2.30
|
|
17
|
+
- @scalar/oas-utils@0.1.12
|
|
18
|
+
|
|
3
19
|
## 1.22.43
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|