@redocly/realm 0.136.0 → 0.136.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @redocly/realm
2
2
 
3
+ ## 0.136.1
4
+
5
+ ### Patch Changes
6
+
7
+ - b81385f1b9: Fixed an issue where legacy `#operation` deep links to operation sub-sections (such as callbacks or responses) did not scroll correctly.
8
+ - bfc9d675f4: Fixed an issue in API docs where Markdown in MCP tool, resource, and prompt descriptions rendered as raw text.
9
+ - 5c4011308d: Fixed an issue where the **Try it** button in OpenAPI docs was displayed after a delay.
10
+ - Updated dependencies [b81385f1b9]
11
+ - Updated dependencies [bfc9d675f4]
12
+ - Updated dependencies [5c4011308d]
13
+ - @redocly/api-docs@0.1.1
14
+ - @redocly/theme@0.68.1
15
+ - @redocly/asyncapi-docs@1.13.1
16
+ - @redocly/graphql-docs@1.13.1
17
+ - @redocly/openapi-docs@3.24.1
18
+ - @redocly/portal-plugin-mock-server@0.21.1
19
+
3
20
  ## 0.136.0
4
21
 
5
22
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/realm",
3
- "version": "0.136.0",
3
+ "version": "0.136.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "bin": {
@@ -93,15 +93,15 @@
93
93
  "xpath": "0.0.34",
94
94
  "yaml-ast-parser": "0.0.43",
95
95
  "zod": "^3.25.76",
96
- "@redocly/graphql-docs": "1.13.0",
97
- "@redocly/asyncapi-docs": "1.13.0",
96
+ "@redocly/api-docs": "0.1.1",
97
+ "@redocly/asyncapi-docs": "1.13.1",
98
98
  "@redocly/config": "0.53.1",
99
- "@redocly/openapi-docs": "3.24.0",
100
- "@redocly/portal-plugin-mock-server": "0.21.0",
101
- "@redocly/theme": "0.68.0",
99
+ "@redocly/graphql-docs": "1.13.1",
100
+ "@redocly/openapi-docs": "3.24.1",
102
101
  "@redocly/portal-legacy-ui": "0.19.0",
102
+ "@redocly/portal-plugin-mock-server": "0.21.1",
103
103
  "@redocly/realm-asyncapi-sdk": "0.14.0",
104
- "@redocly/api-docs": "0.1.0"
104
+ "@redocly/theme": "0.68.1"
105
105
  },
106
106
  "peerDependencies": {
107
107
  "react": "^19.2.7",