@scalar/api-client 2.23.2 → 2.23.3

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,27 @@
1
1
  # @scalar/api-client
2
2
 
3
+ ## 2.23.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#8035](https://github.com/scalar/scalar/pull/8035): fix: correctly resolve and validate refs
8
+ - [#8033](https://github.com/scalar/scalar/pull/8033): fix: add failsafe to incorrect array parameter style
9
+ - [#8043](https://github.com/scalar/scalar/pull/8043): fix: :deep selector for bun build
10
+
11
+ #### Updated Dependencies
12
+
13
+ - **@scalar/workspace-store@0.28.3**
14
+ - [#8035](https://github.com/scalar/scalar/pull/8035): fix: correctly resolve and validate refs
15
+ - [#8034](https://github.com/scalar/scalar/pull/8034): fix: allow setting servers which dont exist in the document (from the config)
16
+
17
+ - **@scalar/oas-utils@0.6.34**
18
+
19
+ - **@scalar/sidebar@0.7.27**
20
+
21
+ - **@scalar/components@0.17.4**
22
+
23
+ - **@scalar/use-codemirror@0.13.31**
24
+
3
25
  ## 2.23.2
4
26
 
5
27
  ### Patch Changes