@scalar/api-reference-react 0.8.67 → 0.8.69
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 +20 -0
- package/dist/style.css +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @scalar/api-reference-react
|
|
2
2
|
|
|
3
|
+
## 0.8.69
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/api-reference@1.46.3**
|
|
10
|
+
- [#8298](https://github.com/scalar/scalar/pull/8298): feat(api-reference): show explicit no-content response tabs for defined response keys
|
|
11
|
+
- [#8313](https://github.com/scalar/scalar/pull/8313): chore: resolve schemas on demand
|
|
12
|
+
|
|
13
|
+
- **@scalar/types@0.6.10**
|
|
14
|
+
|
|
15
|
+
## 0.8.68
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
#### Updated Dependencies
|
|
20
|
+
|
|
21
|
+
- **@scalar/api-reference@1.46.2**
|
|
22
|
+
|
|
3
23
|
## 0.8.67
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|