@redocly/revel-reef 0.108.5 → 0.108.6
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 +11 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/server/plugins/search/constants.d.ts.map +1 -1
- package/dist/server/plugins/search/constants.js +1 -1
- package/dist/server/plugins/search/constants.js.map +1 -1
- package/dist/server/plugins/search/engines/flexsearch/search-index.js +1 -1
- package/dist/server/plugins/search/engines/flexsearch/search-index.js.map +1 -1
- package/dist/server/plugins/sidebars/index.d.ts +2 -0
- package/dist/server/plugins/sidebars/index.d.ts.map +1 -1
- package/dist/server/plugins/sidebars/index.js +2 -2
- package/dist/server/plugins/sidebars/index.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @redocly/revel-reef
|
|
2
2
|
|
|
3
|
+
## 0.108.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 4bb27029b2: Resolved an issue where the catalog tiles descriptions displayed Markdown symbols instead of rendering the Markdown as expected.
|
|
8
|
+
- 9d1db0bdb1: Resolved an issue where searches using API paths returned no results.
|
|
9
|
+
- Updated dependencies [4bb27029b2]
|
|
10
|
+
- @redocly/theme@0.45.4
|
|
11
|
+
- @redocly/openapi-docs@3.4.16
|
|
12
|
+
- @redocly/portal-plugin-mock-server@0.3.47
|
|
13
|
+
|
|
3
14
|
## 0.108.5
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|