@redocly/revel-reef 0.121.0-next.0 → 0.121.0-next.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.
- package/CHANGELOG.md +13 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/client/app/hooks/useL10nConfig.js +1 -1
- package/dist/client/app/hooks/useL10nConfig.js.map +1 -1
- package/dist/client/browser-entry.d.ts.map +1 -1
- package/dist/client/browser-entry.js +3 -3
- package/dist/client/browser-entry.js.map +1 -1
- package/dist/compiled/svgo/svgo-node.js +44 -44
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @redocly/revel-reef
|
|
2
2
|
|
|
3
|
+
## 0.121.0-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 6c3ea61d90: Fixed an issue where changing the language in the mobile view could cause 404 errors in projects that have both localization and path prefixes.
|
|
8
|
+
- Updated dependencies [6c3ea61d90]
|
|
9
|
+
- @redocly/theme@0.53.0-next.1
|
|
10
|
+
- @redocly/graphql-docs@0.10.0-next.0
|
|
11
|
+
- @redocly/openapi-docs@3.9.0-next.1
|
|
12
|
+
- @redocly/portal-plugin-mock-server@0.6.0-next.1
|
|
13
|
+
|
|
14
|
+
## 0.120.2
|
|
15
|
+
|
|
3
16
|
## 0.121.0-next.0
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|