@scalar/api-reference-react 0.0.5 → 0.0.8
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 +21 -0
- package/dist/index.cjs +133 -133
- package/dist/index.js +3954 -3956
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @scalar/api-reference-react
|
|
2
2
|
|
|
3
|
+
## 0.0.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 313997c: chore: align node versions to basis 18
|
|
8
|
+
|
|
9
|
+
## 0.0.7
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [c1410e7]
|
|
14
|
+
- @scalar/api-reference@1.18.6
|
|
15
|
+
|
|
16
|
+
## 0.0.6
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- 5cf4afa: style: replace resize observer with css container queries
|
|
21
|
+
- Updated dependencies [5cf4afa]
|
|
22
|
+
- @scalar/api-reference@1.18.5
|
|
23
|
+
|
|
3
24
|
## 0.0.5
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|