@redocly/revel-reef 0.97.6 → 0.97.8

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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # @redocly/revel-reef
2
2
 
3
+ ## 0.97.8
4
+
5
+ ### Patch Changes
6
+
7
+ - f806550ce8: Fixed mock server functionality by correcting routing matching logic.
8
+
9
+ ## 0.97.7
10
+
11
+ ### Patch Changes
12
+
13
+ - 9954b9e899: Fixed an issue where an `index.yaml` file being an OpenAPI page could cause the project's UI to display incorrectly.
14
+ - c5853310cc: Fixed an issue where the plugin located in the root directory of the project caused production and preview builds to crash.
15
+ - 2b2de015d4: Resolved an issue where the sitemap was empty for projects using RBAC.
16
+
3
17
  ## 0.97.6
4
18
 
5
19
  ### Patch Changes