@scalar/api-reference 1.25.68 → 1.25.69
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 +21 -0
- package/dist/browser/standalone.js +48 -46
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue.js +2 -2
- package/dist/components/Section/Section.vue.d.ts.map +1 -1
- package/dist/components/Section/Section.vue.js +2 -2
- package/dist/components/Section/SectionContainer.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionContainer.vue.js +2 -2
- package/dist/features/BaseUrl/ServerUrlSelect.vue.js +3 -3
- package/dist/helpers/parse.d.ts.map +1 -1
- package/dist/helpers/parse.js +55 -52
- package/dist/index.js +1 -1
- package/dist/legacy/components/CardFormGroup.vue.d.ts.map +1 -1
- package/dist/legacy/components/CardFormGroup.vue.js +1 -1
- package/dist/legacy/components/SecuritySchemeSelector.vue.js +3 -3
- package/dist/style.css +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.25.69
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 1b06f64: fix(api-reference): conflicting styles with bulma, galaxy bug on docs
|
|
8
|
+
- fda0e5c: fix(api-reference): missing section borders and card-form border
|
|
9
|
+
- Updated dependencies [5da67b2]
|
|
10
|
+
- Updated dependencies [6b0d817]
|
|
11
|
+
- Updated dependencies [6b0d817]
|
|
12
|
+
- Updated dependencies [6c843e6]
|
|
13
|
+
- Updated dependencies [324834d]
|
|
14
|
+
- Updated dependencies [1b06f64]
|
|
15
|
+
- Updated dependencies [8066c8c]
|
|
16
|
+
- Updated dependencies [6dd7eda]
|
|
17
|
+
- @scalar/api-client@2.2.1
|
|
18
|
+
- @scalar/components@0.12.74
|
|
19
|
+
- @scalar/code-highlight@0.0.16
|
|
20
|
+
- @scalar/themes@0.9.50
|
|
21
|
+
- @scalar/oas-utils@0.2.79
|
|
22
|
+
- @scalar/use-hooks@0.1.3
|
|
23
|
+
|
|
3
24
|
## 1.25.68
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|