@redocly/revel-reef 0.107.2 → 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 +19 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/client/app/search/useAiSearch.d.ts.map +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/markdoc/custom-components/openapi/openapi-code-sample.d.ts.map +1 -1
- package/dist/server/plugins/markdown/markdoc/custom-components/openapi/openapi-code-sample.js +1 -1
- package/dist/server/plugins/markdown/markdoc/custom-components/openapi/openapi-code-sample.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/openapi-docs/spec-download.api.d.ts.map +1 -1
- package/dist/server/plugins/openapi-docs/spec-download.api.js +1 -1
- package/dist/server/plugins/openapi-docs/spec-download.api.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,24 @@
|
|
|
1
1
|
# @redocly/revel-reef
|
|
2
2
|
|
|
3
|
+
## 0.107.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [c4047706a9]
|
|
8
|
+
- @redocly/theme@0.44.9
|
|
9
|
+
- @redocly/openapi-docs@3.4.9
|
|
10
|
+
- @redocly/portal-plugin-mock-server@0.3.40
|
|
11
|
+
|
|
12
|
+
## 0.107.3
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- e2216d9221: Fixed a crash caused by the `openapi-code-sample` tag when `mockServer` was explicitly configured in `redocly.yaml`.
|
|
17
|
+
- b6dd9f8a9b: Fixed an issue where the **Download OpenAPI** button did not function for OpenAPI description files with spaces in their names.
|
|
18
|
+
- Updated dependencies [7d820860e5]
|
|
19
|
+
- @redocly/openapi-docs@3.4.8
|
|
20
|
+
- @redocly/portal-plugin-mock-server@0.3.39
|
|
21
|
+
|
|
3
22
|
## 0.107.2
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|