@scalar/api-reference-react 0.4.42 → 0.5.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,44 @@
1
1
  # @scalar/api-reference-react
2
2
 
3
+ ## 0.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [22c7445]
8
+ - Updated dependencies [3a956c0]
9
+ - Updated dependencies [cf58fba]
10
+ - Updated dependencies [da6bbc5]
11
+ - @scalar/api-reference@1.28.2
12
+
13
+ ## 0.5.1
14
+
15
+ ### Patch Changes
16
+
17
+ - @scalar/api-reference@1.28.1
18
+
19
+ ## 0.5.0
20
+
21
+ ### Minor Changes
22
+
23
+ - 5f9a8a2: feat!: remove the spec prefix, make content and url top-level attributes
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [5f9a8a2]
28
+ - @scalar/api-reference@1.28.0
29
+ - @scalar/types@0.1.0
30
+
31
+ ## 0.4.43
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies [eb70f8b]
36
+ - Updated dependencies [fc6a45e]
37
+ - Updated dependencies [8b343f6]
38
+ - Updated dependencies [e373a21]
39
+ - @scalar/api-reference@1.27.0
40
+ - @scalar/types@0.0.41
41
+
3
42
  ## 0.4.42
4
43
 
5
44
  ### Patch Changes
package/README.md CHANGED
@@ -26,9 +26,7 @@ function App() {
26
26
  return (
27
27
  <ApiReferenceReact
28
28
  configuration={{
29
- spec: {
30
- url: 'https://cdn.jsdelivr.net/npm/@scalar/galaxy/dist/latest.yaml',
31
- },
29
+ url: 'https://cdn.jsdelivr.net/npm/@scalar/galaxy/dist/latest.yaml',
32
30
  }}
33
31
  />
34
32
  )