@scalar/openapi-to-markdown 0.3.12 → 0.3.14

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,47 @@
1
1
  # @scalar/openapi-to-markdown
2
2
 
3
+ ## 0.3.14
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/components@0.16.14**
10
+ - [#7654](https://github.com/scalar/scalar/pull/7654): fix(components): explicitly set line height for buttons and sections
11
+
12
+ - **@scalar/helpers@0.2.4**
13
+
14
+ - **@scalar/oas-utils@0.6.12**
15
+
16
+ - **@scalar/openapi-parser@0.23.9**
17
+
18
+ - **@scalar/openapi-types@0.5.3**
19
+
20
+ - **@scalar/openapi-upgrader@0.1.6**
21
+
22
+ - **@scalar/types@0.5.4**
23
+
24
+ ## 0.3.13
25
+
26
+ ### Patch Changes
27
+
28
+ #### Updated Dependencies
29
+
30
+ - **@scalar/components@0.16.13**
31
+ - [#7584](https://github.com/scalar/scalar/pull/7584): fix: remove internal unused export
32
+ - `CARD_Heading_SYMBOL`
33
+ - `FORM_GROUP_SYMBOL`
34
+ - `formatHotKey#isDefault`
35
+ - `LoadingCompletionOptions`
36
+ - `MaybeElement`
37
+ - `ScalarComboBox#isGroup`
38
+
39
+ - [#7584](https://github.com/scalar/scalar/pull/7584): fix: remove unused `@scalar/use-toasts` dependency
40
+ - [#7604](https://github.com/scalar/scalar/pull/7604): fix(components): improve sidebar groups
41
+ - [#7589](https://github.com/scalar/scalar/pull/7589): chore(components): upgrade to Storybook 10
42
+
43
+ - **@scalar/oas-utils@0.6.12**
44
+
3
45
  ## 0.3.12
4
46
 
5
47
  ### Patch Changes
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "llm",
17
17
  "swagger"
18
18
  ],
19
- "version": "0.3.12",
19
+ "version": "0.3.14",
20
20
  "engines": {
21
21
  "node": ">=20"
22
22
  },
@@ -53,13 +53,13 @@
53
53
  "remark-stringify": "^11.0.0",
54
54
  "unified": "^11.0.4",
55
55
  "vue": "^3.5.21",
56
- "@scalar/components": "0.16.12",
57
56
  "@scalar/helpers": "0.2.4",
57
+ "@scalar/oas-utils": "0.6.12",
58
58
  "@scalar/openapi-parser": "0.23.9",
59
- "@scalar/openapi-upgrader": "0.1.6",
60
59
  "@scalar/openapi-types": "0.5.3",
61
- "@scalar/oas-utils": "0.6.11",
62
- "@scalar/types": "0.5.4"
60
+ "@scalar/types": "0.5.4",
61
+ "@scalar/openapi-upgrader": "0.1.6",
62
+ "@scalar/components": "0.16.14"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@hono/node-server": "1.19.5",
@@ -70,8 +70,8 @@
70
70
  "vite": "7.1.11",
71
71
  "vitest": "3.2.4",
72
72
  "vue": "^3.5.21",
73
- "@scalar/galaxy": "0.5.12",
74
- "@scalar/build-tooling": "0.4.0"
73
+ "@scalar/build-tooling": "0.4.1",
74
+ "@scalar/galaxy": "0.5.12"
75
75
  },
76
76
  "scripts": {
77
77
  "build": "scalar-build-vite",