@redocly/revel 0.127.0-next.11 → 0.127.0-next.12
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 +14 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/server/plugins/markdown/attribute-resolvers/resolve-link.d.ts.map +1 -1
- package/dist/server/plugins/markdown/attribute-resolvers/resolve-link.js +1 -1
- package/dist/server/plugins/markdown/attribute-resolvers/resolve-link.js.map +1 -1
- package/dist/server/plugins/markdown/markdoc/helpers/get-inner-text.d.ts.map +1 -1
- package/dist/server/plugins/markdown/markdoc/helpers/get-inner-text.js +2 -2
- package/dist/server/plugins/markdown/markdoc/helpers/get-inner-text.js.map +1 -1
- package/dist/server/plugins/markdown/search/walk-sections.d.ts.map +1 -1
- package/dist/server/plugins/markdown/search/walk-sections.js +1 -1
- package/dist/server/plugins/markdown/search/walk-sections.js.map +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @redocly/revel
|
|
2
2
|
|
|
3
|
+
## 0.127.0-next.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 2f9d843339: Fixed an issue where valid links caused link checker errors.
|
|
8
|
+
- b65d225da2: Improved search indexing to include variable values in indexed content.
|
|
9
|
+
- 122dc70594: Fixed an issue where React page validation repeatedly reported errors on valid pages.
|
|
10
|
+
- Updated dependencies [122dc70594]
|
|
11
|
+
- @redocly/theme@0.59.0-next.10
|
|
12
|
+
- @redocly/asyncapi-docs@1.4.0-next.11
|
|
13
|
+
- @redocly/graphql-docs@1.4.0-next.0
|
|
14
|
+
- @redocly/openapi-docs@3.15.0-next.11
|
|
15
|
+
- @redocly/portal-plugin-mock-server@0.12.0-next.11
|
|
16
|
+
|
|
3
17
|
## 0.127.0-next.11
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|