@redocly/realm 0.86.3 → 0.86.4
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 +8 -1
- package/dist/.tsbuildinfo +1 -1
- package/dist/server/store.d.ts.map +1 -1
- package/dist/server/store.js +1 -1
- package/dist/server/store.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @redocly/realm
|
|
2
2
|
|
|
3
|
+
## 0.86.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @redocly/openapi-docs@3.0.8
|
|
8
|
+
- @redocly/portal-plugin-mock-server@0.2.8
|
|
9
|
+
|
|
3
10
|
## 0.86.3
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -176,7 +183,7 @@
|
|
|
176
183
|
|
|
177
184
|
### Minor Changes
|
|
178
185
|
|
|
179
|
-
- 6380e0d826: feat: Added the `removeAttribution` configuration option for the Enterprise plan users.
|
|
186
|
+
- 6380e0d826: feat: Added the `removeAttribution` configuration option for the Enterprise plan users.
|
|
180
187
|
|
|
181
188
|
### Patch Changes
|
|
182
189
|
|