@scalar/api-reference-react 0.4.9 → 0.4.11
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 +16 -0
- package/README.md +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @scalar/api-reference-react
|
|
2
2
|
|
|
3
|
+
## 0.4.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [9e2e8be]
|
|
8
|
+
- Updated dependencies [273e927]
|
|
9
|
+
- Updated dependencies [0642732]
|
|
10
|
+
- Updated dependencies [58d5f6c]
|
|
11
|
+
- @scalar/api-reference@1.25.102
|
|
12
|
+
|
|
13
|
+
## 0.4.10
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- @scalar/api-reference@1.25.101
|
|
18
|
+
|
|
3
19
|
## 0.4.9
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ npm install @scalar/api-reference-react
|
|
|
14
14
|
## Compatibility
|
|
15
15
|
|
|
16
16
|
This package is compatible with React 19 and is untested on React 18. If you want guaranteed React 18 support please use
|
|
17
|
-
version `
|
|
17
|
+
version `0.3.166` of this package.
|
|
18
18
|
|
|
19
19
|
## Usage
|
|
20
20
|
|