@scalar/fastify-api-reference 1.48.1 → 1.48.4

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,28 @@
1
1
  # @scalar/fastify-api-reference
2
2
 
3
+ ## 1.48.4
4
+
5
+ ## 1.48.3
6
+
7
+ ### Patch Changes
8
+
9
+ #### Updated Dependencies
10
+
11
+ - **@scalar/openapi-parser@0.25.2**
12
+ - [#8359](https://github.com/scalar/scalar/pull/8359): fix(openapi-parser): replace $dynamicRef with $ref in v3.2 schema for AJV compatibility
13
+
14
+ - **@scalar/core@0.4.2**
15
+
16
+ ## 1.48.2
17
+
18
+ ### Patch Changes
19
+
20
+ #### Updated Dependencies
21
+
22
+ - **@scalar/core@0.4.1**
23
+
24
+ - **@scalar/openapi-parser@0.25.1**
25
+
3
26
  ## 1.48.1
4
27
 
5
28
  ### Patch Changes