@scalar/api-reference 1.43.12 → 1.43.13

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,35 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.43.13
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/api-client@2.20.0**
10
+ - [#7886](https://github.com/scalar/scalar/pull/7886): fix: cancel request when navigating away from operation page
11
+ - [#7866](https://github.com/scalar/scalar/pull/7866): feat: save, revert and history support
12
+ - [#7884](https://github.com/scalar/scalar/pull/7884): fix: sync state when rebuilding sidebar
13
+
14
+ - **@scalar/sidebar@0.7.18**
15
+ - [#7866](https://github.com/scalar/scalar/pull/7866): feat: support custom icon per entry
16
+
17
+ - **@scalar/workspace-store@0.26.0**
18
+ - [#7866](https://github.com/scalar/scalar/pull/7866): feat: history per operation support
19
+ - [#7886](https://github.com/scalar/scalar/pull/7886): fix: unpack proxy when we pop history items
20
+
21
+ - **@scalar/snippetz@0.6.7**
22
+ - [#7866](https://github.com/scalar/scalar/pull/7866): chore: expose har types
23
+
24
+ - **@scalar/types@0.5.9**
25
+ - [#7866](https://github.com/scalar/scalar/pull/7866): chore: expose har types
26
+
27
+ - **@scalar/oas-utils@0.6.25**
28
+
29
+ - **@scalar/openapi-parser@0.24.3**
30
+
31
+ - **@scalar/components@0.16.28**
32
+
3
33
  ## 1.43.12
4
34
 
5
35
  ### Patch Changes