@redocly/revel-reef 0.120.2 → 0.121.0-next.0
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 +12 -1
- package/dist/.tsbuildinfo +1 -1
- package/dist/server/plugins/markdown/markdoc/plugins/render-mermaid.d.ts +1 -0
- package/dist/server/plugins/markdown/markdoc/plugins/render-mermaid.d.ts.map +1 -1
- package/dist/server/plugins/markdown/markdoc/plugins/render-mermaid.js +1 -1
- package/dist/server/plugins/markdown/markdoc/plugins/render-mermaid.js.map +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
# @redocly/revel-reef
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.121.0-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 22917ffa08: Resolved an issue where the "TODAY" line would not update on Mermaid Gantt charts.
|
|
8
|
+
- 2ea9e376fe: Enter prerelease mode.
|
|
9
|
+
- Updated dependencies [2ea9e376fe]
|
|
10
|
+
- @redocly/portal-plugin-mock-server@0.6.0-next.0
|
|
11
|
+
- @redocly/portal-legacy-ui@0.4.0-next.0
|
|
12
|
+
- @redocly/graphql-docs@0.10.0-next.0
|
|
13
|
+
- @redocly/openapi-docs@3.9.0-next.0
|
|
14
|
+
- @redocly/theme@0.53.0-next.0
|
|
4
15
|
|
|
5
16
|
## 0.120.1
|
|
6
17
|
|