@scalar/api-reference 0.6.13 → 0.6.15
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 +20 -0
- package/dist/browser/standalone.js +411 -405
- package/dist/components/ApiClientModal.vue.d.ts.map +1 -1
- package/dist/components/SearchModal.vue.d.ts.map +1 -1
- package/dist/index.js +4780 -4777
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 0.6.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7b6c21e5: request history ui and some other small type changes
|
|
8
|
+
- Updated dependencies [7b6c21e5]
|
|
9
|
+
- @scalar/api-client@0.7.11
|
|
10
|
+
- @scalar/use-modal@0.1.3
|
|
11
|
+
- @scalar/swagger-editor@0.6.13
|
|
12
|
+
|
|
13
|
+
## 0.6.14
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 46142c0a: reference theme fixes
|
|
18
|
+
- Updated dependencies [46142c0a]
|
|
19
|
+
- @scalar/swagger-editor@0.6.12
|
|
20
|
+
- @scalar/api-client@0.7.10
|
|
21
|
+
- @scalar/themes@0.3.8
|
|
22
|
+
|
|
3
23
|
## 0.6.13
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|