@scalar/api-reference-react 0.4.42 → 0.5.1

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,34 @@
1
1
  # @scalar/api-reference-react
2
2
 
3
+ ## 0.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @scalar/api-reference@1.28.1
8
+
9
+ ## 0.5.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 5f9a8a2: feat!: remove the spec prefix, make content and url top-level attributes
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [5f9a8a2]
18
+ - @scalar/api-reference@1.28.0
19
+ - @scalar/types@0.1.0
20
+
21
+ ## 0.4.43
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [eb70f8b]
26
+ - Updated dependencies [fc6a45e]
27
+ - Updated dependencies [8b343f6]
28
+ - Updated dependencies [e373a21]
29
+ - @scalar/api-reference@1.27.0
30
+ - @scalar/types@0.0.41
31
+
3
32
  ## 0.4.42
4
33
 
5
34
  ### 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
  )