@redocly/redoc 0.107.3 → 0.107.4
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 +10 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/client/app/search/useAiSearch.js +1 -1
- package/dist/client/app/search/useAiSearch.js.map +1 -1
- package/dist/client/app/search/useSearch.js +1 -1
- package/dist/client/app/search/useSearch.js.map +1 -1
- package/dist/server/plugins/markdown/search/get-ai-search-document.d.ts.map +1 -1
- package/dist/server/plugins/markdown/search/get-ai-search-document.js +2 -2
- package/dist/server/plugins/markdown/search/get-ai-search-document.js.map +1 -1
- package/dist/server/plugins/sidebars/index.js +1 -1
- package/dist/server/plugins/sidebars/index.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @redocly/redoc
|
|
2
2
|
|
|
3
|
+
## 0.107.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 2d4dc65c7d: Fixed an issue where Redoc selected one of the API operations to be the home page of an API description file, instead of the `info` section. The issue occurred when a `sidebars.yaml` file was present.
|
|
8
|
+
- Updated dependencies [c4047706a9]
|
|
9
|
+
- @redocly/theme@0.44.9
|
|
10
|
+
- @redocly/openapi-docs@3.4.9
|
|
11
|
+
- @redocly/portal-plugin-mock-server@0.3.40
|
|
12
|
+
|
|
3
13
|
## 0.107.3
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|