@redocly/revel-reef 0.121.0-next.1 → 0.121.0-next.2
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 +7 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/server/plugins/nav-utils.d.ts.map +1 -1
- package/dist/server/plugins/nav-utils.js +1 -1
- package/dist/server/plugins/nav-utils.js.map +1 -1
- package/dist/server/plugins/search/constants.d.ts +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/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @redocly/revel-reef
|
|
2
2
|
|
|
3
|
+
## 0.121.0-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 39fc186904: Fixed an issue where FlexSearch results for versioned content didn’t appear due to a low search limit.
|
|
8
|
+
- b469a82072: Fixed an issue where missing page errors appeared in all versions of sidebars instead of only showing in the relevant version.
|
|
9
|
+
|
|
3
10
|
## 0.121.0-next.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|