@scalar/api-reference-react 0.8.21 → 0.8.23
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/style.css +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @scalar/api-reference-react
|
|
2
2
|
|
|
3
|
+
## 0.8.23
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/api-reference@1.43.4**
|
|
10
|
+
- [#7678](https://github.com/scalar/scalar/pull/7678): chore: add test for tagSorter
|
|
11
|
+
- [#7693](https://github.com/scalar/scalar/pull/7693): feat: markdown default line height
|
|
12
|
+
- [#7730](https://github.com/scalar/scalar/pull/7730): fix: ensure path params work on the client
|
|
13
|
+
|
|
14
|
+
- **@scalar/types@0.5.7**
|
|
15
|
+
|
|
16
|
+
## 0.8.22
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
#### Updated Dependencies
|
|
21
|
+
|
|
22
|
+
- **@scalar/api-reference@1.43.3**
|
|
23
|
+
|
|
3
24
|
## 0.8.21
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|