@scalar/api-client 2.17.0 → 2.17.2

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 CHANGED
@@ -1,5 +1,51 @@
1
1
  # @scalar/api-client
2
2
 
3
+ ## 2.17.2
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/components@0.16.13**
10
+ - [#7584](https://github.com/scalar/scalar/pull/7584): fix: remove internal unused export
11
+ - `CARD_Heading_SYMBOL`
12
+ - `FORM_GROUP_SYMBOL`
13
+ - `formatHotKey#isDefault`
14
+ - `LoadingCompletionOptions`
15
+ - `MaybeElement`
16
+ - `ScalarComboBox#isGroup`
17
+
18
+ - [#7584](https://github.com/scalar/scalar/pull/7584): fix: remove unused `@scalar/use-toasts` dependency
19
+ - [#7604](https://github.com/scalar/scalar/pull/7604): fix(components): improve sidebar groups
20
+ - [#7589](https://github.com/scalar/scalar/pull/7589): chore(components): upgrade to Storybook 10
21
+
22
+ - **@scalar/workspace-store@0.24.2**
23
+ - [#7643](https://github.com/scalar/scalar/pull/7643): chore: update typebox
24
+
25
+ - **@scalar/sidebar@0.7.3**
26
+
27
+ - **@scalar/use-codemirror@0.13.7**
28
+
29
+ - **@scalar/oas-utils@0.6.12**
30
+
31
+ - **@scalar/postman-to-openapi@0.3.53**
32
+
33
+ ## 2.17.1
34
+
35
+ ### Patch Changes
36
+
37
+ - [#7562](https://github.com/scalar/scalar/pull/7562): feat(components): remove headless ui from dropdown component
38
+
39
+ #### Updated Dependencies
40
+
41
+ - **@scalar/components@0.16.12**
42
+ - [#7562](https://github.com/scalar/scalar/pull/7562): feat(components): remove headless ui from dropdown component
43
+
44
+ - **@scalar/sidebar@0.7.2**
45
+ - [#7562](https://github.com/scalar/scalar/pull/7562): feat(components): remove headless ui from dropdown component
46
+
47
+ - **@scalar/use-codemirror@0.13.6**
48
+
3
49
  ## 2.17.0
4
50
 
5
51
  ### Minor Changes